starfighter/MB_FYP/scenes/main_menu.tscn
2025-04-16 18:57:16 +01:00

32 lines
674 B
Plaintext

[gd_scene load_steps=2 format=3 uid="uid://bh3heupvlc1ok"]
[ext_resource type="Script" path="res://script/main_menu.cs" id="1_wxwq5"]
[node name="MainMenu" type="Control"]
layout_mode = 3
anchors_preset = 0
offset_right = 40.0
offset_bottom = 40.0
script = ExtResource("1_wxwq5")
[node name="StartButton" type="Button" parent="."]
layout_mode = 0
offset_right = 8.0
offset_bottom = 8.0
text = "Start Game
"
[node name="ExitButton" type="Button" parent="."]
layout_mode = 1
anchors_preset = -1
anchor_left = -1.52
anchor_top = 0.5
anchor_right = -1.52
anchor_bottom = 0.5
offset_left = 61.8
offset_top = 13.0
offset_right = 157.8
offset_bottom = 44.0
text = "Exit Game
"