aboutsummaryrefslogtreecommitdiff
path: root/game/src/Game/GameSession/GameSession.tscn
diff options
context:
space:
mode:
author Nemrav <>2024-11-17 21:33:44 +0100
committer Nemrav <>2024-11-17 21:33:44 +0100
commit54ddd94739d7efa3b7539d638edaf89b023ef903 (patch)
tree63924d012a668b01627a71882c575a6c8fff2c9d /game/src/Game/GameSession/GameSession.tscn
parent005bc5885a5ff436982246f12e9cfa13231bcf82 (diff)
revert UI node type change
Diffstat (limited to 'game/src/Game/GameSession/GameSession.tscn')
-rw-r--r--game/src/Game/GameSession/GameSession.tscn7
1 files changed, 6 insertions, 1 deletions
diff --git a/game/src/Game/GameSession/GameSession.tscn b/game/src/Game/GameSession/GameSession.tscn
index b5edb3d..e8354a5 100644
--- a/game/src/Game/GameSession/GameSession.tscn
+++ b/game/src/Game/GameSession/GameSession.tscn
@@ -46,8 +46,13 @@ script = ExtResource("4_b3l7b")
[node name="UICanvasLayer" type="CanvasLayer" parent="."]
-[node name="UI" type="GUINode" parent="UICanvasLayer"]
+[node name="UI" type="Control" parent="UICanvasLayer"]
+layout_mode = 3
anchors_preset = 15
+anchor_right = 1.0
+anchor_bottom = 1.0
+grow_horizontal = 2
+grow_vertical = 2
mouse_filter = 2
[node name="ProvinceOverviewPanel" type="GUINode" parent="UICanvasLayer/UI"]