Limited Space
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
ld54/scenes/win_screen.tscn

64 lines
2.3 KiB

[gd_scene load_steps=4 format=3 uid="uid://tb03t1t5hcxs"]
[ext_resource type="Script" path="res://scripts/ui/change_scene_button.gd" id="1_ajo3i"]
[ext_resource type="Texture2D" uid="uid://dywcxh6kdp6ll" path="res://nodes/parallax/jungle-bg.jpg" id="1_hlo41"]
[ext_resource type="Script" path="res://scripts/ui/quit_button.gd" id="2_6iycq"]
[node name="win_screen" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="Panel" type="Panel" parent="."]
layout_mode = 0
offset_right = 1920.0
offset_bottom = 1080.0
[node name="TextureRect" type="TextureRect" parent="Panel"]
offset_right = 1928.0
offset_bottom = 1088.0
texture = ExtResource("1_hlo41")
[node name="Label" type="Label" parent="Panel"]
layout_mode = 0
offset_right = 384.0
offset_bottom = 58.0
scale = Vector2(5, 5)
theme_override_colors/font_color = Color(0, 0.839216, 0, 1)
text = "Crowned in Triumph"
horizontal_alignment = 1
vertical_alignment = 1
[node name="RichTextLabel" type="RichTextLabel" parent="Panel"]
layout_mode = 0
offset_left = 344.0
offset_top = 232.0
offset_right = 960.0
offset_bottom = 480.0
scale = Vector2(2, 2)
theme_override_colors/default_color = Color(0.772549, 0.847059, 1, 1)
text = "My dearest triumphant champion, you have emerged victorious, and I, your queen, extend my heartfelt gratitude for your valorous efforts. You now stand as an esteemed and honorable member of our illustrious anthill, a testament to the indomitable spirit of our colony.
However, as you well know, you are not alone, and the burden of our survival now rests upon your capable shoulders. The responsibility to toil and rebuild our once-great kingdom falls to you, for I, your queen, shall not labor, and it is through your dedication that we shall thrive anew."
[node name="main_menu" type="Button" parent="Panel"]
layout_mode = 0
offset_left = 632.0
offset_top = 776.0
offset_right = 1280.0
offset_bottom = 848.0
text = "Return to the 'Main Menu' and gather your resolve."
script = ExtResource("1_ajo3i")
TARGET_SCENE = "res://scenes/main_menu.tscn"
[node name="quit" type="Button" parent="Panel"]
layout_mode = 0
offset_left = 600.0
offset_top = 872.0
offset_right = 1313.0
offset_bottom = 949.0
text = "Accept my gracious offer of 'Take Respite' and enjoy a well-earned vacation, dear champion"
script = ExtResource("2_6iycq")