diff options
Diffstat (limited to 'Nodes/ui.tscn')
-rw-r--r-- | Nodes/ui.tscn | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Nodes/ui.tscn b/Nodes/ui.tscn index 8467074..aabf0ff 100644 --- a/Nodes/ui.tscn +++ b/Nodes/ui.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=4 format=3 uid="uid://bunwe03ob38mr"] +[gd_scene load_steps=4 format=3 uid="uid://c8r6i3bu37ogu"] [ext_resource type="Script" path="res://Scripts/UI_Control.gd" id="1_77hb8"] @@ -16,6 +16,8 @@ layout_mode = 3 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 +grow_horizontal = 2 +grow_vertical = 2 script = ExtResource("1_77hb8") [node name="InGameUI" type="Control" parent="Control"] |