mirror of
https://github.com/PfandBoss/SemesterGameJam2022.git
synced 2025-11-12 04:16:12 +01:00
Leo - storage finished2.0
This commit is contained in:
@@ -15,7 +15,7 @@ func _ready():
|
||||
currentStashValue = 1
|
||||
currentState = STATE.INACTIVE
|
||||
#TODO: FINISH
|
||||
func interact():
|
||||
func interact(player):
|
||||
|
||||
if currentState == STATE.INACTIVE:
|
||||
#TODO: RELOADING
|
||||
|
||||
Reference in New Issue
Block a user