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

@@ -5,3 +5,4 @@ extends InteractableObject
func _interact ():
var item = load("res://Items/ItemData/" + item_name + ".tres")
GlobalSignals.on_give_player_item.emit(item, 1 )
queue_free()