1
0

Finished basic needs

This commit is contained in:
FoxSpellCaster
2025-04-17 22:27:22 -04:00
parent c69e069e0a
commit 94c153f106
11 changed files with 65 additions and 40 deletions

View File

@@ -15,6 +15,8 @@ func _ready() -> void:
child.set_item(null)
child.inventory = self
GlobalSignals.on_give_player_item.connect(on_give_player_item)
for item in starter_items:
add_item(item)