Better Anim

This commit is contained in:
2022-12-10 21:42:41 +01:00
parent 8ea8fe272a
commit c817582204
3 changed files with 101 additions and 35 deletions

View File

@@ -12,7 +12,7 @@ enum TYPE {AMMO, GUNPOWDER, COAL}
#------------Methods-------------#
func _ready():
var root = get_tree().root.get_child(0)
root.ammo_pickup.connect(_on_signal_storing)
#root.ammo_pickup.connect(_on_signal_storing)
maxStashValue = 5
currentStashValue = 5