ape-ame/main_menu.tscn
2024-04-23 14:38:44 -04:00

249 lines
6.8 KiB
Text

[gd_scene load_steps=7 format=3 uid="uid://ck1db6d8whbac"]
[ext_resource type="Script" path="res://MainMenu.gd" id="1_omrmt"]
[ext_resource type="Texture2D" uid="uid://bfuxwsctqat2v" path="res://main_menu.png" id="2_vrg41"]
[ext_resource type="FontFile" uid="uid://bnguin7bsyx6e" path="res://Kenney Future.ttf" id="4_ybv7t"]
[ext_resource type="Script" path="res://Settings.gd" id="5_sarwv"]
[ext_resource type="Texture2D" uid="uid://bdg4mycyxr8hw" path="res://loading_bg.png" id="6_fwqfu"]
[ext_resource type="Script" path="res://EmojiValidator.gd" id="6_ojb71"]
[node name="MainMenu" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_omrmt")
[node name="TextureRect" type="TextureRect" parent="."]
texture_filter = 1
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = ExtResource("2_vrg41")
[node name="Title" type="Label" parent="."]
layout_mode = 1
anchors_preset = 14
anchor_top = 0.5
anchor_right = 1.0
anchor_bottom = 0.5
offset_top = -539.0
offset_bottom = 4.0
grow_horizontal = 2
grow_vertical = 2
theme_override_fonts/font = ExtResource("4_ybv7t")
theme_override_font_sizes/font_size = 200
text = "APE AME"
horizontal_alignment = 1
[node name="Layout" type="VBoxContainer" parent="."]
layout_mode = 1
anchors_preset = 12
anchor_top = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
offset_top = -450.0
offset_bottom = -79.0
grow_horizontal = 2
grow_vertical = 0
alignment = 1
[node name="Play" type="Button" parent="Layout"]
layout_mode = 2
size_flags_horizontal = 4
theme_override_fonts/font = ExtResource("4_ybv7t")
theme_override_font_sizes/font_size = 100
text = "PLAY"
flat = true
[node name="Settings" type="Button" parent="Layout"]
layout_mode = 2
size_flags_horizontal = 4
theme_override_fonts/font = ExtResource("4_ybv7t")
theme_override_font_sizes/font_size = 100
text = "CONFIG"
flat = true
alignment = 0
[node name="Tutorial" type="Button" parent="Layout"]
layout_mode = 2
size_flags_horizontal = 4
size_flags_vertical = 4
theme_override_fonts/font = ExtResource("4_ybv7t")
theme_override_font_sizes/font_size = 100
text = "TUTORIAL"
flat = true
alignment = 2
[node name="Settings Panel" type="ColorRect" parent="."]
visible = false
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
color = Color(0, 0, 0, 0.619608)
script = ExtResource("5_sarwv")
[node name="Close" type="Button" parent="Settings Panel"]
layout_mode = 1
anchors_preset = 7
anchor_left = 0.5
anchor_top = 1.0
anchor_right = 0.5
anchor_bottom = 1.0
offset_left = -72.0
offset_top = -159.0
offset_right = 72.0
offset_bottom = -59.0
grow_horizontal = 2
grow_vertical = 0
theme_override_fonts/font = ExtResource("4_ybv7t")
theme_override_font_sizes/font_size = 50
text = "SAVE"
flat = true
[node name="Menu" type="GridContainer" parent="Settings Panel"]
layout_mode = 1
anchors_preset = 13
anchor_left = 0.5
anchor_right = 0.5
anchor_bottom = 1.0
offset_left = -351.0
offset_top = 170.0
offset_right = 351.0
offset_bottom = -170.0
grow_horizontal = 2
grow_vertical = 2
columns = 2
[node name="Label" type="Label" parent="Settings Panel/Menu"]
layout_mode = 2
size_flags_horizontal = 0
theme_override_fonts/font = ExtResource("4_ybv7t")
theme_override_font_sizes/font_size = 80
text = "Username"
[node name="Username" type="LineEdit" parent="Settings Panel/Menu"]
custom_minimum_size = Vector2(50, 0)
layout_mode = 2
size_flags_horizontal = 8
theme_override_fonts/font = ExtResource("4_ybv7t")
theme_override_font_sizes/font_size = 54
placeholder_text = "USR"
alignment = 1
max_length = 3
script = ExtResource("6_ojb71")
pattern = "^[A-Za-z]+"
[node name="Label2" type="Label" parent="Settings Panel/Menu"]
layout_mode = 2
size_flags_horizontal = 0
theme_override_fonts/font = ExtResource("4_ybv7t")
theme_override_font_sizes/font_size = 80
text = "Movement "
[node name="Controls" type="OptionButton" parent="Settings Panel/Menu"]
layout_mode = 2
theme_override_fonts/font = ExtResource("4_ybv7t")
theme_override_font_sizes/font_size = 54
item_count = 2
selected = 0
popup/item_0/text = "Relative"
popup/item_0/id = 0
popup/item_1/text = "Absolute"
popup/item_1/id = 1
[node name="Tutorial Text" type="Label" parent="."]
visible = false
z_index = 2
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
theme_override_fonts/font = ExtResource("4_ybv7t")
theme_override_font_sizes/font_size = 64
horizontal_alignment = 1
vertical_alignment = 1
[node name="ColorRect" type="ColorRect" parent="Tutorial Text"]
z_index = -1
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
color = Color(0, 0, 0, 0.654902)
[node name="Close" type="Button" parent="Tutorial Text"]
layout_mode = 1
offset_left = 24.0
offset_top = 6.0
offset_right = 63.0
offset_bottom = 106.0
theme_override_fonts/font = ExtResource("4_ybv7t")
theme_override_font_sizes/font_size = 50
text = "X"
flat = true
[node name="LoadingScreen" type="TextureRect" parent="."]
visible = false
texture_filter = 1
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = ExtResource("6_fwqfu")
[node name="Tip" type="Label" parent="LoadingScreen"]
layout_mode = 1
anchors_preset = 14
anchor_top = 0.5
anchor_right = 1.0
anchor_bottom = 0.5
offset_top = -544.0
offset_bottom = -264.0
grow_horizontal = 2
grow_vertical = 2
theme_override_fonts/font = ExtResource("4_ybv7t")
theme_override_font_sizes/font_size = 60
text = "TIP: THE BULLETS OF A RIANGLE ALWAYS SHOOT FROM THE POINTS"
horizontal_alignment = 1
vertical_alignment = 1
autowrap_mode = 2
[node name="Title" type="Label" parent="LoadingScreen"]
layout_mode = 1
anchors_preset = 14
anchor_top = 0.5
anchor_right = 1.0
anchor_bottom = 0.5
offset_top = 255.0
offset_bottom = 535.0
grow_horizontal = 2
grow_vertical = 2
theme_override_fonts/font = ExtResource("4_ybv7t")
theme_override_font_sizes/font_size = 200
text = "LOADING..."
horizontal_alignment = 1
vertical_alignment = 1
[connection signal="pressed" from="Layout/Play" to="." method="play"]
[connection signal="pressed" from="Layout/Settings" to="Settings Panel" method="show"]
[connection signal="pressed" from="Layout/Tutorial" to="Tutorial Text" method="show"]
[connection signal="pressed" from="Settings Panel/Close" to="Settings Panel" method="save"]
[connection signal="pressed" from="Settings Panel/Close" to="Settings Panel" method="hide"]
[connection signal="text_changed" from="Settings Panel/Menu/Username" to="Settings Panel" method="check_valid"]
[connection signal="text_changed" from="Settings Panel/Menu/Username" to="Settings Panel/Menu/Username" method="check"]
[connection signal="pressed" from="Tutorial Text/Close" to="Tutorial Text" method="hide"]