blob: 8a328c80fdbfd703ea0dfa478b184cf5b1c2bf46 (
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="Label" type="Label" parent="VBoxContainer"]
margin_right = 984.0
margin_bottom = 14.0
|