From 516635e22464699fa940ed981a186088352ba734 Mon Sep 17 00:00:00 2001 From: IcECreAm777 Date: Sat, 8 Jul 2023 17:05:48 +0200 Subject: some cleanups --- Nodes/ui.tscn | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Nodes/ui.tscn') 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"] -- cgit