diff options
author | Gone2Daly <71726742+Gone2Daly@users.noreply.github.com> | 2023-09-06 09:37:16 +0200 |
---|---|---|
committer | Gone2Daly <71726742+Gone2Daly@users.noreply.github.com> | 2023-09-06 09:37:16 +0200 |
commit | fda96a7379709ca4b64529839ae7059d9f14c3e5 (patch) | |
tree | 59b65b47c62d8c87859a5c95bd73c08aa979e6ff /game/src/Game/GameSession/GameSession.tscn | |
parent | fd1202ada5cece7e3298cce7c778bef7271321b3 (diff) |
FIX for Selecting Provincespanel-ui
Also made it Panel Container like others.
Diffstat (limited to 'game/src/Game/GameSession/GameSession.tscn')
-rw-r--r-- | game/src/Game/GameSession/GameSession.tscn | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/game/src/Game/GameSession/GameSession.tscn b/game/src/Game/GameSession/GameSession.tscn index d515feb..04cfe1b 100644 --- a/game/src/Game/GameSession/GameSession.tscn +++ b/game/src/Game/GameSession/GameSession.tscn @@ -26,7 +26,12 @@ _game_session_menu = NodePath("GameSessionMenu") [node name="MapView" parent="." instance=ExtResource("4_xkg5j")] [node name="MainManagamentPanel" parent="." instance=ExtResource("3_wxhjf")] -layout_mode = 1 +layout_mode = 0 +anchors_preset = 0 +anchor_right = 0.0 +anchor_bottom = 0.0 +grow_horizontal = 1 +grow_vertical = 1 [node name="MapControlPanel" parent="." instance=ExtResource("3_afh6d")] layout_mode = 1 |