diff options
author | tpart <tpart120@proton.me> | 2024-07-03 18:05:58 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-07-03 18:05:58 +0200 |
commit | 5f78640f0cb66245574a12f5b5a7ead2b125eb10 (patch) | |
tree | 0c45935dfb9c8286f61b6d80aa0825c7546835cb /client/menu/overlay.tscn | |
parent | f92ac36cc36769b5ad5692ec82e5bbb1042ad557 (diff) | |
download | hurrycurry-5f78640f0cb66245574a12f5b5a7ead2b125eb10.tar hurrycurry-5f78640f0cb66245574a12f5b5a7ead2b125eb10.tar.bz2 hurrycurry-5f78640f0cb66245574a12f5b5a7ead2b125eb10.tar.zst |
Fix in-game menu not clickable
Diffstat (limited to 'client/menu/overlay.tscn')
-rw-r--r-- | client/menu/overlay.tscn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/menu/overlay.tscn b/client/menu/overlay.tscn index fc9181e9..a6a18505 100644 --- a/client/menu/overlay.tscn +++ b/client/menu/overlay.tscn @@ -27,6 +27,7 @@ anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 +mouse_filter = 2 theme = ExtResource("1_4kujw") theme_override_styles/panel = SubResource("StyleBoxFlat_04ujj") script = ExtResource("2_kbjds") |