ChocolateBird/test/debug_menu.tscn

36 lines
909 B
Plaintext
Raw Normal View History

[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
margin_top = 101.0
margin_right = 273.0
margin_bottom = 138.0
[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
[node name="buttons" type="GridContainer" parent="CenterContainer/VBoxContainer"]
unique_name_in_owner = true
margin_top = 37.0
margin_right = 163.0
margin_bottom = 37.0
columns = 2