diff options
author | tpart <tpart120@proton.me> | 2024-07-04 12:32:31 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-07-04 12:32:43 +0200 |
commit | efe4ba0ca528218d8766be3d54e354eb599cfc67 (patch) | |
tree | cc8dba1995e47b4144a17638b5d6ad5c2dc78fb6 /client | |
parent | d5ba5a6f239c7110b4c41a3b82db0531400625ba (diff) | |
download | hurrycurry-efe4ba0ca528218d8766be3d54e354eb599cfc67.tar hurrycurry-efe4ba0ca528218d8766be3d54e354eb599cfc67.tar.bz2 hurrycurry-efe4ba0ca528218d8766be3d54e354eb599cfc67.tar.zst |
Fix buttons not clickable while debug info active
Diffstat (limited to 'client')
-rw-r--r-- | client/game.tscn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/game.tscn b/client/game.tscn index 2489e04e..1d78793c 100644 --- a/client/game.tscn +++ b/client/game.tscn @@ -54,10 +54,12 @@ offset_left = -280.0 offset_bottom = 102.0 [node name="Debug" type="RichTextLabel" parent="."] +visible = false anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 +mouse_filter = 2 theme_override_colors/font_outline_color = Color(0, 0, 0, 1) theme_override_constants/outline_size = 5 |