* 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
81 lines
2.9 KiB
Plaintext
81 lines
2.9 KiB
Plaintext
[gd_scene format=3 uid="uid://u6nw3vo6677a"]
|
|
|
|
[ext_resource type="Shader" uid="uid://cuni3ggtw2uuy" path="res://common/vfx/materials/shaders/blur.gdshader" id="1_pf6ao"]
|
|
[ext_resource type="Texture2D" uid="uid://c2ebqci4tglk8" path="res://gui/loose_screen/assets/orchid_sleeping.png" id="2_f8jil"]
|
|
[ext_resource type="LabelSettings" uid="uid://dqwayi8yjwau2" path="res://gui/ressources/title_label_settings.tres" id="3_4ae40"]
|
|
[ext_resource type="FontFile" uid="uid://qt80w6o01q5s" path="res://gui/ressources/fonts/TitanOne-Regular.ttf" id="4_w6ode"]
|
|
[ext_resource type="Theme" uid="uid://bgcmd213j6gk1" path="res://gui/ressources/hud.tres" id="5_276s3"]
|
|
[ext_resource type="Texture2D" uid="uid://dcgnamu7sb3ov" path="res://common/icons/bolt.svg" id="6_60kfb"]
|
|
|
|
[sub_resource type="ShaderMaterial" id="ShaderMaterial_041t2"]
|
|
shader = ExtResource("1_pf6ao")
|
|
shader_parameter/strength = 5.00000023424012
|
|
shader_parameter/mix_percentage = 0.3
|
|
|
|
[sub_resource type="LabelSettings" id="LabelSettings_bn8hj"]
|
|
font = ExtResource("4_w6ode")
|
|
font_size = 50
|
|
font_color = Color(1, 0.6509804, 0.09019608, 1)
|
|
|
|
[node name="LooseScreen" type="CanvasLayer" unique_id=1502767186]
|
|
|
|
[node name="BlurRect" type="ColorRect" parent="." unique_id=1208806322]
|
|
material = SubResource("ShaderMaterial_041t2")
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
color = Color(0.0352941, 0.0196078, 0.12549, 0.705882)
|
|
|
|
[node name="GridContainer" type="GridContainer" parent="." unique_id=2014325082]
|
|
anchors_preset = 8
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = -186.5
|
|
offset_top = -249.0
|
|
offset_right = 186.5
|
|
offset_bottom = 249.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
size_flags_horizontal = 4
|
|
size_flags_vertical = 4
|
|
columns = 2
|
|
|
|
[node name="AnnounceContainer" type="VBoxContainer" parent="GridContainer" unique_id=717426101]
|
|
layout_mode = 2
|
|
theme_override_constants/separation = 12
|
|
alignment = 1
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="GridContainer/AnnounceContainer" unique_id=849798296]
|
|
custom_minimum_size = Vector2(0, 300)
|
|
layout_mode = 2
|
|
texture = ExtResource("2_f8jil")
|
|
expand_mode = 3
|
|
stretch_mode = 5
|
|
|
|
[node name="AnnounceText" type="Label" parent="GridContainer/AnnounceContainer" unique_id=1321978462]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
text = "Out of energy"
|
|
label_settings = SubResource("LabelSettings_bn8hj")
|
|
horizontal_alignment = 1
|
|
|
|
[node name="AnnounceTitle" type="Label" parent="GridContainer/AnnounceContainer" unique_id=896530004]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
text = "Orchid and the ship ran out of energy"
|
|
label_settings = ExtResource("3_4ae40")
|
|
horizontal_alignment = 1
|
|
autowrap_mode = 3
|
|
|
|
[node name="OkButton" type="Button" parent="GridContainer/AnnounceContainer" unique_id=1371634749]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
theme = ExtResource("5_276s3")
|
|
text = "Wake up again"
|
|
icon = ExtResource("6_60kfb")
|