mirror of
https://github.com/PfandBoss/SemesterGameJam2022.git
synced 2025-11-12 04:16:12 +01:00
Better Anim
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user