diff options
| author | tpart <tpart120@proton.me> | 2025-10-16 23:31:51 +0200 |
|---|---|---|
| committer | tpart <tpart120@proton.me> | 2025-10-16 23:32:14 +0200 |
| commit | 9798c49595e6771d07af995c34905befd5cfaa24 (patch) | |
| tree | a0ff242e04708bb2d3c86f9ee3657dc78b841dea /client | |
| parent | c5bcd5ac47c095b231f9caadc9fdaaa7e066f3e5 (diff) | |
| download | hurrycurry-9798c49595e6771d07af995c34905befd5cfaa24.tar hurrycurry-9798c49595e6771d07af995c34905befd5cfaa24.tar.bz2 hurrycurry-9798c49595e6771d07af995c34905befd5cfaa24.tar.zst | |
Make debug text always appear in front of popups
Diffstat (limited to 'client')
| -rw-r--r-- | client/gui/overlays/debug/debug.tscn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/gui/overlays/debug/debug.tscn b/client/gui/overlays/debug/debug.tscn index c794c161..3194dc50 100644 --- a/client/gui/overlays/debug/debug.tscn +++ b/client/gui/overlays/debug/debug.tscn @@ -12,6 +12,7 @@ variation_opentype = { } [node name="SmartMarginContainer" type="MarginContainer"] +z_index = 99 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 |