Add inventory system #1

Merged
notid merged 24 commits from sugary-panda into master 2026-04-28 22:05:12 -07:00
Showing only changes of commit 7601c87600 - Show all commits

View File

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