💅: Adds some texts from the queen ant

main
Ervan Lefevre 2 years ago
parent 9a6cd5d769
commit f3e878f77c
  1. 37
      scenes/lose_screen.tscn
  2. 29
      scenes/main_menu.tscn
  3. 185
      scenes/poc.tscn
  4. 50
      scenes/win_screen.tscn

@ -1,6 +1,7 @@
[gd_scene load_steps=4 format=3 uid="uid://ckt2twwgcgwtt"]
[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"]
@ -17,31 +18,49 @@ 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 = 1912.0
offset_bottom = 376.0
text = "You lose"
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 = "Back To Main Menu"
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 = 632.0
offset_top = 696.0
offset_right = 1280.0
offset_bottom = 704.0
text = "Restore Last Save"
offset_bottom = 768.0
text = "Proceed to 'The Last Checkpoint,' my loyal subject!"
script = ExtResource("2_vu7kg")
GAME_SCENE = "res://scenes/poc.tscn"
@ -51,5 +70,5 @@ offset_left = 629.0
offset_top = 875.0
offset_right = 1284.0
offset_bottom = 952.0
text = "Quit"
text = "Select 'Coward's Escape' if you dare, but ponder the consequences of your retreat."
script = ExtResource("2_7spq8")

@ -1,6 +1,7 @@
[gd_scene load_steps=3 format=3 uid="uid://xjo01yx3nybo"]
[gd_scene load_steps=4 format=3 uid="uid://xjo01yx3nybo"]
[ext_resource type="Script" path="res://scripts/ui/change_scene_button.gd" id="1_2rx5y"]
[ext_resource type="Texture2D" uid="uid://dywcxh6kdp6ll" path="res://nodes/parallax/jungle-bg.jpg" id="1_bfh5l"]
[ext_resource type="Script" path="res://scripts/ui/quit_button.gd" id="2_fjtya"]
[node name="root" type="Control"]
@ -16,17 +17,37 @@ layout_mode = 0
offset_right = 1928.0
offset_bottom = 1088.0
[node name="TextureRect" type="TextureRect" parent="panel"]
layout_mode = 0
offset_right = 1928.0
offset_bottom = 1088.0
texture = ExtResource("1_bfh5l")
[node name="titre" type="Label" parent="panel"]
layout_mode = 2
offset_left = 1.0
offset_top = 2.0
offset_right = 961.0
offset_bottom = 107.0
scale = Vector2(2, 2)
offset_right = 386.0
offset_bottom = 82.0
scale = Vector2(5, 5)
text = "Ant Underwater Odyssey"
horizontal_alignment = 1
vertical_alignment = 1
[node name="titre2" type="Label" parent="panel"]
layout_mode = 2
offset_left = 8.0
offset_top = 336.0
offset_right = 645.0
offset_bottom = 477.0
scale = Vector2(3, 3)
text = "I am thy sovereign, the paramount of importance.
All doth exist to serve my humble self! However,
from the morn's earliest light, labor hath come to a standstill...
Pray, let us investigate the cause of this curious event."
horizontal_alignment = 1
vertical_alignment = 1
[node name="play" type="Button" parent="."]
layout_mode = 0
offset_left = 624.0

File diff suppressed because one or more lines are too long

@ -1,6 +1,7 @@
[gd_scene load_steps=3 format=3 uid="uid://tb03t1t5hcxs"]
[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"]
@ -16,29 +17,48 @@ 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 = 1912.0
offset_bottom = 376.0
text = "You won"
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="Button" type="Button" parent="Panel"]
[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 = 800.0
offset_top = 744.0
offset_right = 1144.0
offset_bottom = 840.0
text = "Play Again"
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 = 629.0
offset_top = 875.0
offset_right = 1284.0
offset_bottom = 952.0
text = "Quit"
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")

Loading…
Cancel
Save