more various tweaks to held items and chests in order to make carrying chests fun
This commit is contained in:
@@ -31,7 +31,7 @@ func _on_timer_timeout():
|
||||
timer.wait_time = rand_timer #rand_timer
|
||||
|
||||
# Shoot that shit
|
||||
var pickup_spawn = level_control.item_pickup.instantiate()
|
||||
var pickup_spawn = level_control.ITEM_PICKUP.instantiate()
|
||||
var item_stats = level_control.pickup_spawn(false)
|
||||
##SET VARIABLES
|
||||
pickup_spawn.pickup_type = item_stats["pickup_type"]
|
||||
|
||||
Reference in New Issue
Block a user