[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 = 900.0 margin_bottom = 1000.0 custom_constants/separation = 24 alignment = 1 [node name="Sort" type="Button" parent="VBoxContainer"] margin_top = 446.0 margin_right = 900.0 margin_bottom = 466.0 text = "Sort" [node name="Settings" type="Button" parent="VBoxContainer"] margin_top = 490.0 margin_right = 900.0 margin_bottom = 510.0 text = "Settings" [node name="Exit" type="Button" parent="VBoxContainer"] margin_top = 534.0 margin_right = 900.0 margin_bottom = 554.0 text = "Exit" script = ExtResource( 1 )