From 870e3a6ff74f42ce35c85eb3e0ec3bd60f6609c5 Mon Sep 17 00:00:00 2001 From: Bryce Date: Sun, 26 Apr 2026 22:25:36 -0700 Subject: [PATCH] fix: set Frame mouse_filter to PASS so clicks reach inventory slots --- inventory/inventory_overlay/InventoryOverlay.tscn | 1 + 1 file changed, 1 insertion(+) diff --git a/inventory/inventory_overlay/InventoryOverlay.tscn b/inventory/inventory_overlay/InventoryOverlay.tscn index e7ecbf3..80a939c 100644 --- a/inventory/inventory_overlay/InventoryOverlay.tscn +++ b/inventory/inventory_overlay/InventoryOverlay.tscn @@ -45,6 +45,7 @@ layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 +mouse_filter = 1 grow_horizontal = 2 grow_vertical = 2 color = Color(0.15, 0.15, 0.2, 1)