mirror of
https://github.com/PfandBoss/SemesterGameJam2022.git
synced 2025-11-12 12:16:14 +01:00
fixing
This commit is contained in:
@@ -13,8 +13,8 @@ enum TYPE {AMMO, GUNPOWDER, COAL}
|
||||
func _ready():
|
||||
var root = get_tree().root.get_child(0)
|
||||
#root.ammo_pickup.connect(_on_signal_storing)
|
||||
maxStashValue = 5
|
||||
currentStashValue = 5
|
||||
maxStashValue = 10
|
||||
currentStashValue = 10
|
||||
|
||||
func interact(player):
|
||||
if currentStashValue >= 1:
|
||||
|
||||
Reference in New Issue
Block a user