REM/scenes/menus/rem_drifting_menu.tscn
2026-03-26 20:37:29 -06:00

67 lines
2.0 KiB
Plaintext

[gd_scene format=3 uid="uid://dlfj51ni3rwa7"]
[ext_resource type="Script" uid="uid://co0h6er0mkgyc" path="res://scripts/start_menu_buttons.gd" id="1_gkoqg"]
[sub_resource type="LabelSettings" id="LabelSettings_ekxnf"]
font_size = 100
[node name="REM_Drifting_Menu" type="Control" unique_id=2101009925]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="BackgroundPanel" type="Panel" parent="." unique_id=995283712]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="VBoxContainer" type="VBoxContainer" parent="." unique_id=314757512]
layout_mode = 1
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -20.0
offset_top = -20.0
offset_right = 20.0
offset_bottom = 20.0
grow_horizontal = 2
grow_vertical = 2
theme_override_constants/separation = 70
alignment = 1
[node name="Title" type="Label" parent="VBoxContainer" unique_id=2102328057]
layout_mode = 2
text = "R.E.M Drifting"
label_settings = SubResource("LabelSettings_ekxnf")
horizontal_alignment = 1
[node name="StartButton" type="Button" parent="VBoxContainer" unique_id=956169451]
layout_mode = 2
theme_override_font_sizes/font_size = 40
text = "Start Game"
script = ExtResource("1_gkoqg")
[node name="QuitButton" type="Button" parent="VBoxContainer" unique_id=268040672]
layout_mode = 2
theme_override_font_sizes/font_size = 40
text = "Quit"
script = ExtResource("1_gkoqg")
[node name="CreditsButton" type="Button" parent="VBoxContainer" unique_id=404285932]
layout_mode = 2
theme_override_font_sizes/font_size = 40
text = "Credits"
script = ExtResource("1_gkoqg")
[connection signal="pressed" from="VBoxContainer/StartButton" to="VBoxContainer/StartButton" method="_on_pressed"]
[connection signal="pressed" from="VBoxContainer/QuitButton" to="VBoxContainer/QuitButton" method="_on_pressed"]
[connection signal="pressed" from="VBoxContainer/CreditsButton" to="VBoxContainer/CreditsButton" method="_on_pressed"]