summaryrefslogtreecommitdiffstats
path: root/scenes/GUI.tscn
blob: 6434d81c5b76b741ab7e3df48e4fa005ed35c93b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[gd_scene load_steps=2 format=2]

[ext_resource path="res://scripts/GUI.gd" type="Script" id=1]

[node name="GUI" type="MarginContainer"]
anchor_right = 1.0
margin_left = 20.0
margin_top = 20.0
margin_right = -20.0
margin_bottom = -20.0
script = ExtResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}

[node name="VBoxContainer" type="VBoxContainer" parent="."]
margin_right = 984.0
margin_bottom = 14.0

[node name="DebugLabel" type="Label" parent="VBoxContainer"]
margin_right = 984.0
margin_bottom = 14.0