MemR/game/menu/Menu.tscn

33 lines
760 B
Plaintext
Raw Normal View History

2022-12-10 11:49:21 +01:00
[gd_scene load_steps=2 format=2]
[ext_resource path="res://menu/Exit.gd" type="Script" id=1]
[node name="Menu" type="MarginContainer"]
anchor_right = 1.0
anchor_bottom = 1.0
[node name="VBoxContainer" type="VBoxContainer" parent="."]
2022-12-10 20:42:32 +01:00
margin_right = 600.0
2022-12-10 11:49:21 +01:00
margin_bottom = 600.0
custom_constants/separation = 24
alignment = 1
[node name="Sort" type="Button" parent="VBoxContainer"]
margin_top = 246.0
2022-12-10 20:42:32 +01:00
margin_right = 600.0
2022-12-10 11:49:21 +01:00
margin_bottom = 266.0
text = "Sort"
[node name="Settings" type="Button" parent="VBoxContainer"]
margin_top = 290.0
2022-12-10 20:42:32 +01:00
margin_right = 600.0
2022-12-10 11:49:21 +01:00
margin_bottom = 310.0
text = "Settings"
[node name="Exit" type="Button" parent="VBoxContainer"]
margin_top = 334.0
2022-12-10 20:42:32 +01:00
margin_right = 600.0
2022-12-10 11:49:21 +01:00
margin_bottom = 354.0
text = "Exit"
script = ExtResource( 1 )