more various tweaks to held items and chests in order to make carrying chests fun
This commit is contained in:
@@ -43,7 +43,7 @@ func breaking(bullet_velocity):
|
||||
#pickup drop
|
||||
while number_of_drops > 0:
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user