* Suppression de la mutation éphémère * Ajout des modificateur de régions normaux Sableux et Toxique * Ajout de modificateurs challenge (Rocheux, Radioactif et Contaminé) * Ajout du modificateur de région bénéfique Résonnance * Ajout d'un distributeur toutes les 3 régions * Ajout des régions challenge * Bouclage sur les couleurs des mutations après le niveau 4 * Ajout de deux nouveaux panneaux de tutoriel, un sur les informations de plantes et l'autre sur le vaisseau
148 lines
5.5 KiB
Plaintext
148 lines
5.5 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="PackedScene" uid="uid://bnx5hr2fd0p24" path="res://gui/game/help/icon_help_content.tscn" id="8_38kut"]
|
|
|
|
[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" parent="IconHelp/MarginContainer" unique_id=9435995 instance=ExtResource("8_38kut")]
|
|
layout_mode = 2
|