Finished basic needs
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user