fastRunner/mainMenu.tscn

54 lines
1.4 KiB
Plaintext

[gd_scene load_steps=3 format=3 uid="uid://dttqkk2r2ltw"]
[ext_resource type="Script" path="res://Control.gd" id="1_hkt1o"]
[sub_resource type="Theme" id="Theme_2vrso"]
[node name="Panel" type="Panel"]
offset_right = 1152.0
offset_bottom = 656.0
[node name="Control" type="Node2D" parent="."]
script = ExtResource("1_hkt1o")
[node name="HBoxContainer" type="HBoxContainer" parent="."]
layout_mode = 0
offset_top = 37.0
offset_right = 1144.0
offset_bottom = 174.0
theme = SubResource("Theme_2vrso")
alignment = 1
[node name="Label" type="Label" parent="HBoxContainer"]
layout_mode = 2
theme_override_font_sizes/font_size = 100
text = "fastRunner"
[node name="Start" type="Button" parent="."]
layout_mode = 0
offset_left = 192.0
offset_top = 216.0
offset_right = 448.0
offset_bottom = 328.0
text = "Start Game"
[node name="High" type="Button" parent="."]
layout_mode = 0
offset_left = 448.0
offset_top = 448.0
offset_right = 704.0
offset_bottom = 560.0
text = "High Scores"
[node name="Quit" type="Button" parent="."]
layout_mode = 0
offset_left = 704.0
offset_top = 224.0
offset_right = 960.0
offset_bottom = 336.0
text = "Quit Game"
[connection signal="pressed" from="Start" to="Control" method="_on_start_pressed"]
[connection signal="pressed" from="High" to="Control" method="_on_high_pressed"]
[connection signal="pressed" from="Quit" to="Control" method="_on_quit_pressed"]