fix: refresh inventory grid when overlay opens
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user