Add Item dispenser that will dispense burger buns

This commit is contained in:
JonShard
2026-07-14 19:57:29 +02:00
parent f106d1a6ff
commit 9c55853930
5 changed files with 266 additions and 1 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ func convert_item(cookable: CookableItem) -> void:
# Called every frame. 'delta' is the elapsed time since the previous frame.
func _process(delta: float) -> void:
print("Picked obj:", snap_zone.picked_up_object)
#print("Picked obj:", snap_zone.picked_up_object)
# Find the CookableItem in held object
var cookable = null