fix: refresh inventory grid when overlay opens

This commit is contained in:
2026-04-26 22:20:19 -07:00
parent fad90a73e9
commit 61a9649ec9

View File

@@ -33,6 +33,7 @@ func _ready() -> void:
InventoryManager.combination_attempted.connect(_on_combination_attempted)
func show_overlay() -> void:
_refresh_grid()
if _fade_tween:
_fade_tween.kill()
_fade_tween = null