diff options
| author | Jan Tuomi <jan.tuomi@valuemotive.com> | 2020-08-01 15:51:18 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan.tuomi@valuemotive.com> | 2020-08-01 15:51:18 +0300 |
| commit | bc73f5f075540c2f60b3ec2e216a3ecda85fdfc3 (patch) | |
| tree | 3f8bb7878c8aa36ecb30f0fe85c5114ab256c8f5 /scenes/GUI.tscn | |
| parent | 5e45d3f7b24b022040f47a8ab2d6bf4bb4d9b8b6 (diff) | |
Add GUI
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 |
