112 lines
3.7 KiB
Text
112 lines
3.7 KiB
Text
[gd_scene load_steps=9 format=3 uid="uid://jga6awfuwsyp"]
|
|
|
|
[ext_resource type="Theme" uid="uid://cotw1alu4b2ad" path="res://Theme/MainTheme.tres" id="1_iscr2"]
|
|
[ext_resource type="Texture2D" uid="uid://drjv0kpcfubr0" path="res://Assets/Icons/Dollar.png" id="2_54fgt"]
|
|
[ext_resource type="Script" path="res://scenes/menu/endScreen/end_screen.gd" id="2_wokl6"]
|
|
[ext_resource type="Texture2D" uid="uid://b27g8eulkxvyr" path="res://Assets/Icons/Health.png" id="3_n82yp"]
|
|
|
|
[sub_resource type="LabelSettings" id="LabelSettings_3uh6l"]
|
|
font_size = 48
|
|
font_color = Color(0.918136, 0.0328273, 0.194379, 1)
|
|
outline_size = 5
|
|
outline_color = Color(0, 0, 0, 1)
|
|
|
|
[sub_resource type="LabelSettings" id="LabelSettings_58qpv"]
|
|
font_size = 48
|
|
font_color = Color(0.0700001, 0.6, 0, 1)
|
|
outline_size = 5
|
|
outline_color = Color(0, 0, 0, 1)
|
|
|
|
[sub_resource type="LabelSettings" id="LabelSettings_kocpg"]
|
|
font_size = 48
|
|
font_color = Color(0, 1, 0.0999999, 1)
|
|
outline_size = 5
|
|
outline_color = Color(0, 0, 0, 1)
|
|
|
|
[sub_resource type="LabelSettings" id="LabelSettings_2huu8"]
|
|
font_size = 48
|
|
font_color = Color(1, 0, 0, 1)
|
|
outline_size = 5
|
|
outline_color = Color(0, 0, 0, 1)
|
|
|
|
[node name="EndScreen" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
theme = ExtResource("1_iscr2")
|
|
script = ExtResource("2_wokl6")
|
|
|
|
[node name="CenterContainer" type="CenterContainer" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="CenterContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="LabelResults" type="Label" parent="CenterContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
text = "RESULT"
|
|
horizontal_alignment = 1
|
|
|
|
[node name="HSeparator3" type="HSeparator" parent="CenterContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="CenterContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="FAILURELabel" type="Label" parent="CenterContainer/VBoxContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
text = "FAILURE"
|
|
label_settings = SubResource("LabelSettings_3uh6l")
|
|
|
|
[node name="SUCCESLabel" type="Label" parent="CenterContainer/VBoxContainer/VBoxContainer"]
|
|
visible = false
|
|
layout_mode = 2
|
|
text = "SUCCES"
|
|
label_settings = SubResource("LabelSettings_58qpv")
|
|
|
|
[node name="HSeparator2" type="HSeparator" parent="CenterContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="CenterContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="CenterContainer/VBoxContainer/HBoxContainer"]
|
|
layout_mode = 2
|
|
texture = ExtResource("2_54fgt")
|
|
|
|
[node name="MoneyResult" type="Label" parent="CenterContainer/VBoxContainer/HBoxContainer"]
|
|
layout_mode = 2
|
|
label_settings = SubResource("LabelSettings_kocpg")
|
|
|
|
[node name="HBoxContainer2" type="HBoxContainer" parent="CenterContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="CenterContainer/VBoxContainer/HBoxContainer2"]
|
|
layout_mode = 2
|
|
texture = ExtResource("3_n82yp")
|
|
|
|
[node name="Health" type="Label" parent="CenterContainer/VBoxContainer/HBoxContainer2"]
|
|
layout_mode = 2
|
|
text = "10/"
|
|
label_settings = SubResource("LabelSettings_2huu8")
|
|
|
|
[node name="HealthResult" type="Label" parent="CenterContainer/VBoxContainer/HBoxContainer2"]
|
|
layout_mode = 2
|
|
label_settings = SubResource("LabelSettings_2huu8")
|
|
|
|
[node name="HSeparator" type="HSeparator" parent="CenterContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="HomeButton" type="Button" parent="CenterContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
text = "Understood"
|
|
|
|
[connection signal="button_up" from="CenterContainer/VBoxContainer/HomeButton" to="." method="_on_home_button_button_up"]
|