Fixed item drops (barely) and added labels to begin work on fixing collision layers

This commit is contained in:
derek
2024-09-24 16:57:14 -05:00
parent dc825eff92
commit 030a7605bc
7 changed files with 21 additions and 6 deletions

View File

@@ -147,6 +147,6 @@ func die():
func pickup_spawn():
var item_type = pickups.pick_random()
var item_spawn = item_type[0][0].instantiate()
var item_name = item_type[1][0]
#var item_name = item_type[1][0]
item_spawn.rand_amt = randi_range(25,100)
return item_spawn