* Ajout d'un mode infini (pour nos hard core gamers) * Ajout d'un message de découverte d'un nouvel outil * Séparation de la pelle en deux outils : la pioche et la fourche * Amélioration de la lisibilité des capsules d'énergies * Changement léger des texture du sol et de la pierre * Correction d'un bug lors du clic frénétique sur le porte de sortie du vaisseau * Ajout d'un icône de recharge * Fix de la mutation Ancien qui ne s'améliorait pas au niveau 4 + début de dev des artefacts avec un distributeur
281 lines
11 KiB
Plaintext
281 lines
11 KiB
Plaintext
[gd_scene format=3 uid="uid://cgbjmw75alfeo"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://cwewx7cdy085h" path="res://common/icons/help-hexagon.svg" id="1_fajau"]
|
|
[ext_resource type="FontFile" uid="uid://qt80w6o01q5s" path="res://gui/ressources/fonts/TitanOne-Regular.ttf" id="2_l61dv"]
|
|
[ext_resource type="Script" uid="uid://c65cf2ksbsxwg" path="res://gui/game/help/scripts/help_container.gd" id="3_syp3u"]
|
|
[ext_resource type="Texture2D" uid="uid://bgcymkgxk7mpp" path="res://gui/pause/assets/textures/moss_tutorial_image.png" id="4_liwse"]
|
|
[ext_resource type="Theme" uid="uid://5au2k3vf2po3" path="res://gui/ressources/menu.tres" id="5_mao3x"]
|
|
[ext_resource type="Texture2D" uid="uid://bhogi5kkltx51" path="res://gui/pause/assets/textures/rock_tutorial_image.png" id="6_bt3y5"]
|
|
[ext_resource type="Texture2D" uid="uid://3fwhxkd0ycga" path="res://gui/pause/assets/textures/talion_tutorial_image.png" id="7_jx4fu"]
|
|
[ext_resource type="Texture2D" uid="uid://bt3g5bmar0icf" path="res://common/icons/growth.svg" id="8_ajtcc"]
|
|
[ext_resource type="Texture2D" uid="uid://d3ksdxepcjoot" path="res://common/icons/calendar-week.svg" id="9_i5c4s"]
|
|
[ext_resource type="Texture2D" uid="uid://cgmxjom200bej" path="res://common/icons/chevrons-up.svg" id="10_0a2af"]
|
|
[ext_resource type="Texture2D" uid="uid://dhy4ewvqvlxyi" path="res://common/icons/clock.svg" id="11_tiice"]
|
|
[ext_resource type="Texture2D" uid="uid://c2qg7ikkylfv4" path="res://common/icons/seeds.svg" id="12_vb6ry"]
|
|
[ext_resource type="Texture2D" uid="uid://dcgnamu7sb3ov" path="res://common/icons/bolt.svg" id="13_r8wgh"]
|
|
[ext_resource type="Texture2D" uid="uid://cymrmhsihkj44" path="res://common/icons/recharge.svg" id="14_ccxsv"]
|
|
|
|
[sub_resource type="LabelSettings" id="LabelSettings_rcm5b"]
|
|
font = ExtResource("2_l61dv")
|
|
font_size = 20
|
|
|
|
[node name="Help" type="VBoxContainer" unique_id=152252336]
|
|
size_flags_horizontal = 8
|
|
size_flags_vertical = 0
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="." unique_id=541877405]
|
|
layout_mode = 2
|
|
theme_override_constants/separation = 5
|
|
alignment = 2
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="HBoxContainer" unique_id=629672827]
|
|
layout_mode = 2
|
|
texture = ExtResource("1_fajau")
|
|
expand_mode = 3
|
|
stretch_mode = 5
|
|
|
|
[node name="Label" type="Label" parent="HBoxContainer" unique_id=2069982782]
|
|
layout_mode = 2
|
|
text = "HELP"
|
|
label_settings = SubResource("LabelSettings_rcm5b")
|
|
|
|
[node name="TerrainHelp" type="FoldableContainer" parent="." unique_id=221139748]
|
|
custom_minimum_size = Vector2(300, 0)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 8
|
|
size_flags_vertical = 0
|
|
title = "TERRAINS"
|
|
script = ExtResource("3_syp3u")
|
|
help_container_name = "terrain"
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="TerrainHelp" unique_id=937055110]
|
|
layout_mode = 2
|
|
theme_override_constants/margin_left = 8
|
|
theme_override_constants/margin_top = 8
|
|
theme_override_constants/margin_right = 8
|
|
theme_override_constants/margin_bottom = 8
|
|
|
|
[node name="Zones" type="VBoxContainer" parent="TerrainHelp/MarginContainer" unique_id=83983981]
|
|
layout_mode = 2
|
|
|
|
[node name="Moss" type="HBoxContainer" parent="TerrainHelp/MarginContainer/Zones" unique_id=116883301]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="TerrainHelp/MarginContainer/Zones/Moss" unique_id=2127894722]
|
|
custom_minimum_size = Vector2(0, 60)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
size_flags_vertical = 4
|
|
texture = ExtResource("4_liwse")
|
|
expand_mode = 3
|
|
stretch_mode = 5
|
|
|
|
[node name="RichText" type="RichTextLabel" parent="TerrainHelp/MarginContainer/Zones/Moss" unique_id=941957004]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
theme = ExtResource("5_mao3x")
|
|
theme_override_fonts/bold_font = ExtResource("2_l61dv")
|
|
theme_override_font_sizes/normal_font_size = 15
|
|
theme_override_font_sizes/bold_font_size = 18
|
|
bbcode_enabled = true
|
|
text = "FERTILE_LAND_TEXT"
|
|
fit_content = true
|
|
vertical_alignment = 1
|
|
|
|
[node name="Rock" type="HBoxContainer" parent="TerrainHelp/MarginContainer/Zones" unique_id=1546734905]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="TerrainHelp/MarginContainer/Zones/Rock" unique_id=20628007]
|
|
custom_minimum_size = Vector2(0, 60)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
size_flags_vertical = 4
|
|
texture = ExtResource("6_bt3y5")
|
|
expand_mode = 3
|
|
stretch_mode = 5
|
|
|
|
[node name="RichText" type="RichTextLabel" parent="TerrainHelp/MarginContainer/Zones/Rock" unique_id=782682665]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
theme = ExtResource("5_mao3x")
|
|
theme_override_fonts/bold_font = ExtResource("2_l61dv")
|
|
theme_override_font_sizes/normal_font_size = 15
|
|
theme_override_font_sizes/bold_font_size = 18
|
|
bbcode_enabled = true
|
|
text = "ROCK_TEXT"
|
|
fit_content = true
|
|
vertical_alignment = 1
|
|
|
|
[node name="Talion" type="HBoxContainer" parent="TerrainHelp/MarginContainer/Zones" unique_id=1594298218]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="TerrainHelp/MarginContainer/Zones/Talion" unique_id=247200209]
|
|
custom_minimum_size = Vector2(0, 60)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
size_flags_vertical = 4
|
|
texture = ExtResource("7_jx4fu")
|
|
expand_mode = 3
|
|
stretch_mode = 5
|
|
|
|
[node name="RichText" type="RichTextLabel" parent="TerrainHelp/MarginContainer/Zones/Talion" unique_id=1292601454]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
theme = ExtResource("5_mao3x")
|
|
theme_override_fonts/bold_font = ExtResource("2_l61dv")
|
|
theme_override_font_sizes/normal_font_size = 15
|
|
theme_override_font_sizes/bold_font_size = 18
|
|
bbcode_enabled = true
|
|
text = "TALION_VEIN_TEXT"
|
|
fit_content = true
|
|
vertical_alignment = 1
|
|
|
|
[node name="IconHelp" type="FoldableContainer" parent="." unique_id=931940053]
|
|
custom_minimum_size = Vector2(300, 0)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 8
|
|
size_flags_vertical = 0
|
|
title = "ICONS_MEANINGS"
|
|
script = ExtResource("3_syp3u")
|
|
help_container_name = "icon"
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="IconHelp" unique_id=627387657]
|
|
layout_mode = 2
|
|
theme_override_constants/margin_left = 8
|
|
theme_override_constants/margin_top = 8
|
|
theme_override_constants/margin_right = 8
|
|
theme_override_constants/margin_bottom = 8
|
|
|
|
[node name="IconsGrid" type="VBoxContainer" parent="IconHelp/MarginContainer" unique_id=1344975233]
|
|
layout_mode = 2
|
|
alignment = 1
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="IconHelp/MarginContainer/IconsGrid" unique_id=1388308447]
|
|
layout_mode = 2
|
|
theme_override_constants/separation = 4
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="IconHelp/MarginContainer/IconsGrid/HBoxContainer" unique_id=848501211]
|
|
custom_minimum_size = Vector2(25, 25)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
texture = ExtResource("8_ajtcc")
|
|
expand_mode = 1
|
|
stretch_mode = 5
|
|
|
|
[node name="RichTextLabel" type="Label" parent="IconHelp/MarginContainer/IconsGrid/HBoxContainer" unique_id=913881976]
|
|
layout_mode = 2
|
|
theme = ExtResource("5_mao3x")
|
|
text = "PLANT_POINTS"
|
|
vertical_alignment = 1
|
|
|
|
[node name="HBoxContainer2" type="HBoxContainer" parent="IconHelp/MarginContainer/IconsGrid" unique_id=1039110967]
|
|
layout_mode = 2
|
|
theme_override_constants/separation = 4
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="IconHelp/MarginContainer/IconsGrid/HBoxContainer2" unique_id=1533385173]
|
|
custom_minimum_size = Vector2(25, 25)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
texture = ExtResource("9_i5c4s")
|
|
expand_mode = 1
|
|
stretch_mode = 5
|
|
|
|
[node name="RichTextLabel" type="Label" parent="IconHelp/MarginContainer/IconsGrid/HBoxContainer2" unique_id=1539873337]
|
|
layout_mode = 2
|
|
theme = ExtResource("5_mao3x")
|
|
text = "DAYS"
|
|
vertical_alignment = 1
|
|
|
|
[node name="HBoxContainer3" type="HBoxContainer" parent="IconHelp/MarginContainer/IconsGrid" unique_id=1009856551]
|
|
layout_mode = 2
|
|
theme_override_constants/separation = 4
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="IconHelp/MarginContainer/IconsGrid/HBoxContainer3" unique_id=483862285]
|
|
custom_minimum_size = Vector2(25, 25)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
texture = ExtResource("10_0a2af")
|
|
expand_mode = 1
|
|
stretch_mode = 5
|
|
|
|
[node name="RichTextLabel" type="Label" parent="IconHelp/MarginContainer/IconsGrid/HBoxContainer3" unique_id=1118498780]
|
|
layout_mode = 2
|
|
theme = ExtResource("5_mao3x")
|
|
text = "GROWING_TIME"
|
|
vertical_alignment = 1
|
|
|
|
[node name="HBoxContainer4" type="HBoxContainer" parent="IconHelp/MarginContainer/IconsGrid" unique_id=1195759820]
|
|
layout_mode = 2
|
|
theme_override_constants/separation = 4
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="IconHelp/MarginContainer/IconsGrid/HBoxContainer4" unique_id=617759410]
|
|
custom_minimum_size = Vector2(25, 25)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
texture = ExtResource("11_tiice")
|
|
expand_mode = 1
|
|
stretch_mode = 5
|
|
|
|
[node name="RichTextLabel" type="Label" parent="IconHelp/MarginContainer/IconsGrid/HBoxContainer4" unique_id=44288020]
|
|
layout_mode = 2
|
|
theme = ExtResource("5_mao3x")
|
|
text = "LIFETIME"
|
|
vertical_alignment = 1
|
|
|
|
[node name="HBoxContainer5" type="HBoxContainer" parent="IconHelp/MarginContainer/IconsGrid" unique_id=1749624633]
|
|
layout_mode = 2
|
|
theme_override_constants/separation = 4
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="IconHelp/MarginContainer/IconsGrid/HBoxContainer5" unique_id=1970160966]
|
|
custom_minimum_size = Vector2(25, 25)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
texture = ExtResource("12_vb6ry")
|
|
expand_mode = 1
|
|
stretch_mode = 5
|
|
|
|
[node name="RichTextLabel" type="Label" parent="IconHelp/MarginContainer/IconsGrid/HBoxContainer5" unique_id=1667196444]
|
|
layout_mode = 2
|
|
theme = ExtResource("5_mao3x")
|
|
text = "SEEDS"
|
|
vertical_alignment = 1
|
|
|
|
[node name="HBoxContainer6" type="HBoxContainer" parent="IconHelp/MarginContainer/IconsGrid" unique_id=65069381]
|
|
layout_mode = 2
|
|
theme_override_constants/separation = 4
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="IconHelp/MarginContainer/IconsGrid/HBoxContainer6" unique_id=302101280]
|
|
custom_minimum_size = Vector2(25, 25)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
texture = ExtResource("13_r8wgh")
|
|
expand_mode = 1
|
|
stretch_mode = 5
|
|
|
|
[node name="RichTextLabel" type="Label" parent="IconHelp/MarginContainer/IconsGrid/HBoxContainer6" unique_id=1371041548]
|
|
layout_mode = 2
|
|
theme = ExtResource("5_mao3x")
|
|
text = "ORCHID_ENERGY"
|
|
vertical_alignment = 1
|
|
|
|
[node name="HBoxContainer7" type="HBoxContainer" parent="IconHelp/MarginContainer/IconsGrid" unique_id=1616445361]
|
|
layout_mode = 2
|
|
theme_override_constants/separation = 4
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="IconHelp/MarginContainer/IconsGrid/HBoxContainer7" unique_id=1012780398]
|
|
custom_minimum_size = Vector2(25, 25)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
texture = ExtResource("14_ccxsv")
|
|
expand_mode = 1
|
|
stretch_mode = 5
|
|
|
|
[node name="RichTextLabel" type="Label" parent="IconHelp/MarginContainer/IconsGrid/HBoxContainer7" unique_id=537891031]
|
|
layout_mode = 2
|
|
theme = ExtResource("5_mao3x")
|
|
text = "RECHARGE_NUMBER"
|
|
vertical_alignment = 1
|