From e554eab63a11a19888c8f4037b272f002dda76ca Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sun, 1 Oct 2023 15:11:21 +0200 Subject: [PATCH] Use control for padding in GameUI --- interface/game_ui.tscn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/interface/game_ui.tscn b/interface/game_ui.tscn index 8b28f6a..6fd44b8 100644 --- a/interface/game_ui.tscn +++ b/interface/game_ui.tscn @@ -23,7 +23,7 @@ size_flags_horizontal = 0 text = "$0" alignment = 0 -[node name="UpperButtonsSpacerLeft" type="PanelContainer" parent="UpperButtons"] +[node name="UpperButtonsSpacerLeft" type="Control" parent="UpperButtons"] layout_mode = 2 size_flags_horizontal = 3 @@ -33,7 +33,7 @@ layout_mode = 2 size_flags_horizontal = 4 text = "Drop" -[node name="UpperButtonsSpacerRight" type="PanelContainer" parent="UpperButtons"] +[node name="UpperButtonsSpacerRight" type="Control" parent="UpperButtons"] layout_mode = 2 size_flags_horizontal = 3