diff options
author | Hop311 <Hop3114@gmail.com> | 2023-12-26 00:00:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-26 00:00:02 +0100 |
commit | d114ecaa5a54f1e8e20828561a3cd26a09dc10a3 (patch) | |
tree | a59c5b960a706a383b8ebd1dbcfb704067a5b51b /game/src/Game/GameSession/GameSession.tscn | |
parent | d26c990d9a5596a3ef3b32ba1cb0f99950cd6d34 (diff) | |
parent | 4e9764ee29fb7b453862835d5aa3a081b0f9a269 (diff) |
Merge pull request #179 from OpenVicProject/ui-work
GUIOverlappingElementsBox + GUINode improvements
Diffstat (limited to 'game/src/Game/GameSession/GameSession.tscn')
-rw-r--r-- | game/src/Game/GameSession/GameSession.tscn | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/game/src/Game/GameSession/GameSession.tscn b/game/src/Game/GameSession/GameSession.tscn index 2dd0e16..a3a5f38 100644 --- a/game/src/Game/GameSession/GameSession.tscn +++ b/game/src/Game/GameSession/GameSession.tscn @@ -31,13 +31,15 @@ anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 -mouse_filter = 1 script = ExtResource("5_lfv8l") [node name="Topbar" type="GUINode" parent="."] -layout_mode = 0 -offset_right = 40.0 -offset_bottom = 40.0 +layout_mode = 1 +anchors_preset = 15 +anchor_right = 1.0 +anchor_bottom = 1.0 +grow_horizontal = 2 +grow_vertical = 2 script = ExtResource("4_2kbih") [node name="MapControlPanel" parent="." instance=ExtResource("3_afh6d")] |