fix: set Background to MOUSE_FILTER_PASS so clicks reach panel children

This commit is contained in:
2026-04-26 22:29:51 -07:00
parent 7c36d9ff55
commit cec36b7aec
2 changed files with 8 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
mouse_filter = 0
mouse_filter = 1
color = Color(0, 0, 0, 0.7)
[node name="InventoryPanel" type="Control" parent="." unique_id=-1294967293]