2023-12-05 23:18:27 +10:30
|
|
|
[gd_scene load_steps=2 format=2]
|
|
|
|
|
|
|
|
[ext_resource path="res://test/debug_menu.gd" type="Script" id=1]
|
|
|
|
|
|
|
|
[node name="debug_menu" type="Control"]
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
rect_min_size = Vector2( 384, 240 )
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
|
|
|
script = ExtResource( 1 )
|
|
|
|
|
|
|
|
[node name="CenterContainer" type="CenterContainer" parent="."]
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="CenterContainer"]
|
|
|
|
margin_left = 110.0
|
2023-12-06 16:32:40 +10:30
|
|
|
margin_top = 101.0
|
2023-12-05 23:18:27 +10:30
|
|
|
margin_right = 273.0
|
2023-12-06 16:32:40 +10:30
|
|
|
margin_bottom = 138.0
|
2023-12-05 23:18:27 +10:30
|
|
|
|
|
|
|
[node name="Label" type="Label" parent="CenterContainer/VBoxContainer"]
|
|
|
|
margin_right = 163.0
|
|
|
|
margin_bottom = 29.0
|
|
|
|
text = "DEBUG MENU
|
|
|
|
Press [backspace] to return"
|
|
|
|
align = 1
|
|
|
|
|
2023-12-06 16:32:40 +10:30
|
|
|
[node name="buttons" type="GridContainer" parent="CenterContainer/VBoxContainer"]
|
|
|
|
unique_name_in_owner = true
|
2023-12-05 23:18:27 +10:30
|
|
|
margin_top = 37.0
|
|
|
|
margin_right = 163.0
|
2023-12-06 16:32:40 +10:30
|
|
|
margin_bottom = 37.0
|
|
|
|
columns = 2
|