diff options
Diffstat (limited to 'scenes/GUI.tscn')
| -rw-r--r-- | scenes/GUI.tscn | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/scenes/GUI.tscn b/scenes/GUI.tscn new file mode 100644 index 0000000..8a328c8 --- /dev/null +++ b/scenes/GUI.tscn @@ -0,0 +1,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 |
