From bc73f5f075540c2f60b3ec2e216a3ecda85fdfc3 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Sat, 1 Aug 2020 15:51:18 +0300 Subject: Add GUI --- scenes/GUI.tscn | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 scenes/GUI.tscn (limited to 'scenes/GUI.tscn') 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 -- cgit v1.3