Leo bug fixes

This commit is contained in:
2022-12-11 06:06:07 +01:00
parent f2fd6fb376
commit 275c6205e6
8 changed files with 10 additions and 12 deletions

View File

@@ -11,7 +11,7 @@ enum TYPE {AMMO, GUNPOWDER, COAL, LARGE, GIANT}
@export var audioClip : AudioStreamWAV
#------------Methods-------------#
func _ready():
var root = get_tree().root.get_child(0)
#var root = get_tree().root.get_child(0)
#root.ammo_pickup.connect(_on_signal_storing)
maxStashValue = 10
currentStashValue = 10