MemR/game/menu/Menu.tscn

33 lines
760 B
Plaintext

[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="."]
margin_right = 600.0
margin_bottom = 600.0
custom_constants/separation = 24
alignment = 1
[node name="Sort" type="Button" parent="VBoxContainer"]
margin_top = 246.0
margin_right = 600.0
margin_bottom = 266.0
text = "Sort"
[node name="Settings" type="Button" parent="VBoxContainer"]
margin_top = 290.0
margin_right = 600.0
margin_bottom = 310.0
text = "Settings"
[node name="Exit" type="Button" parent="VBoxContainer"]
margin_top = 334.0
margin_right = 600.0
margin_bottom = 354.0
text = "Exit"
script = ExtResource( 1 )