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/lose_screen.tscn

74 lines
2.7 KiB

[gd_scene load_steps=5 format=3 uid="uid://ckt2twwgcgwtt"]
[ext_resource type="Script" path="res://scripts/ui/change_scene_button.gd" id="1_oyu1u"]
[ext_resource type="Texture2D" uid="uid://dywcxh6kdp6ll" path="res://nodes/parallax/jungle-bg.jpg" id="1_ppcts"]
[ext_resource type="Script" path="res://scripts/ui/quit_button.gd" id="2_7spq8"]
[ext_resource type="Script" path="res://scripts/ui/last_checkpoint_button.gd" id="2_vu7kg"]
[node name="lose_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_ppcts")
[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.709804, 0, 0, 1)
text = "Crowned in Defeat"
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 = "Inexcusable! To meet one's demise in such a manner is utterly devoid of honor, especially when under the guidance of a queen as resolute as I. You dare to bring shame to my colony by allowing my subjects to perish and our kingdom to fall into ruin ?
This is not the conduct befitting a true ant! Rise from this ignominious defeat, regain your determination, and play once more. Redeem yourself, for the fate of our illustrious ant kingdom hangs in the balance, and as your queen, I demand nothing less than your unwavering commitment to our cause!"
[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_oyu1u")
TARGET_SCENE = "res://scenes/main_menu.tscn"
[node name="last_checkpoint" type="Button" parent="Panel"]
layout_mode = 0
offset_left = 632.0
offset_top = 696.0
offset_right = 1280.0
offset_bottom = 768.0
text = "Proceed to 'The Last Checkpoint,' my loyal subject!"
script = ExtResource("2_vu7kg")
GAME_SCENE = "res://scenes/poc.tscn"
[node name="quit" type="Button" parent="Panel"]
layout_mode = 0
offset_left = 629.0
offset_top = 875.0
offset_right = 1284.0
offset_bottom = 952.0
text = "Select 'Coward's Escape' if you dare, but ponder the consequences of your retreat."
script = ExtResource("2_7spq8")