summaryrefslogtreecommitdiffstats
path: root/scenes/GUI.tscn
diff options
context:
space:
mode:
authorJan Tuomi <jan.tuomi@valuemotive.com>2020-08-01 15:51:18 +0300
committerJan Tuomi <jan.tuomi@valuemotive.com>2020-08-01 15:51:18 +0300
commitbc73f5f075540c2f60b3ec2e216a3ecda85fdfc3 (patch)
tree3f8bb7878c8aa36ecb30f0fe85c5114ab256c8f5 /scenes/GUI.tscn
parent5e45d3f7b24b022040f47a8ab2d6bf4bb4d9b8b6 (diff)
Add GUI
Diffstat (limited to 'scenes/GUI.tscn')
-rw-r--r--scenes/GUI.tscn22
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