1
0
This repository has been archived on 2025-06-02. You can view files and clone it, but cannot push or open issues or pull requests.

83 lines
2.9 KiB
Plaintext
Raw Normal View History

2025-03-22 20:15:41 -04:00
[gd_scene load_steps=5 format=3 uid="uid://v7vh1typhj0k"]
2025-03-21 09:33:40 -04:00
2025-03-21 17:24:21 -04:00
[ext_resource type="FontFile" uid="uid://crvjehkpjh5r4" path="res://assets/fonts/autobahn.ttf" id="1_38vls"]
[ext_resource type="Script" uid="uid://xilsm8v1rt1t" path="res://scripts/menu.gd" id="1_f5540"]
[ext_resource type="FontFile" uid="uid://byv0ntqpvosrc" path="res://assets/fonts/18938.ttf" id="2_1xsbm"]
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_38vls"]
2025-03-22 20:15:41 -04:00
[node name="Menu" type="MarginContainer"]
2025-03-21 17:24:21 -04:00
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
2025-03-22 20:15:41 -04:00
theme_override_constants/margin_left = 40
theme_override_constants/margin_top = 40
theme_override_constants/margin_right = 40
theme_override_constants/margin_bottom = 40
2025-03-21 17:24:21 -04:00
script = ExtResource("1_f5540")
2025-03-22 20:15:41 -04:00
[node name="HBoxContainer" type="HBoxContainer" parent="."]
2025-03-21 17:24:21 -04:00
layout_mode = 2
2025-03-22 20:15:41 -04:00
[node name="VBoxContainer" type="VBoxContainer" parent="HBoxContainer"]
2025-03-21 17:24:21 -04:00
layout_mode = 2
2025-03-22 20:15:41 -04:00
[node name="title" type="Label" parent="HBoxContainer/VBoxContainer"]
2025-03-21 17:24:21 -04:00
layout_mode = 2
theme_override_fonts/font = ExtResource("1_38vls")
theme_override_font_sizes/font_size = 120
text = "Extreme Intense Mathematics"
2025-03-21 17:24:21 -04:00
2025-03-22 20:15:41 -04:00
[node name="author" type="Label" parent="HBoxContainer/VBoxContainer"]
2025-03-21 17:24:21 -04:00
layout_mode = 2
theme_override_fonts/font = ExtResource("2_1xsbm")
theme_override_font_sizes/font_size = 50
text = "Made by Lexzach (Zach Bowden)"
2025-03-22 20:15:41 -04:00
[node name="HSeparator" type="HSeparator" parent="HBoxContainer/VBoxContainer"]
2025-03-21 17:24:21 -04:00
layout_mode = 2
theme_override_constants/separation = 180
theme_override_styles/separator = SubResource("StyleBoxEmpty_38vls")
2025-03-22 20:15:41 -04:00
[node name="start_button" type="Button" parent="HBoxContainer/VBoxContainer"]
2025-03-21 17:24:21 -04:00
custom_minimum_size = Vector2(400, 0)
layout_mode = 2
size_flags_horizontal = 0
size_flags_vertical = 4
2025-03-21 17:24:21 -04:00
mouse_default_cursor_shape = 2
theme_override_fonts/font = ExtResource("1_38vls")
theme_override_font_sizes/font_size = 96
text = "Play"
2025-03-22 20:15:41 -04:00
[node name="HSeparator2" type="HSeparator" parent="HBoxContainer/VBoxContainer"]
layout_mode = 2
theme_override_constants/separation = 65
theme_override_styles/separator = SubResource("StyleBoxEmpty_38vls")
[node name="quit_button" type="Button" parent="HBoxContainer/VBoxContainer"]
custom_minimum_size = Vector2(400, 0)
layout_mode = 2
size_flags_horizontal = 0
size_flags_vertical = 4
mouse_default_cursor_shape = 2
theme_override_fonts/font = ExtResource("1_38vls")
theme_override_font_sizes/font_size = 96
text = "Quit"
[node name="VBoxContainer" type="VBoxContainer" parent="."]
layout_mode = 2
mouse_filter = 2
alignment = 2
[node name="VERSION" type="Label" parent="VBoxContainer"]
unique_name_in_owner = true
layout_mode = 2
theme_override_fonts/font = ExtResource("2_1xsbm")
theme_override_font_sizes/font_size = 50
text = "Version"
[connection signal="pressed" from="HBoxContainer/VBoxContainer/start_button" to="." method="_on_start_button_pressed"]
[connection signal="pressed" from="HBoxContainer/VBoxContainer/quit_button" to="." method="_on_quit_button_pressed"]