mirror of
https://github.com/PfandBoss/SemesterGameJam2022.git
synced 2025-11-12 04:16:12 +01:00
Update Engine.gd
This commit is contained in:
@@ -22,11 +22,5 @@ func interact():
|
|||||||
#TODO: Repair Train
|
#TODO: Repair Train
|
||||||
currentState = STATE.RUNNING
|
currentState = STATE.RUNNING
|
||||||
|
|
||||||
if currentStashValue == 1 and currentState == STATE.INACTIVE:
|
|
||||||
currentState = STATE.SHOOTING
|
|
||||||
#TODO: SHOOTING
|
|
||||||
currentState = STATE.INACTIVE
|
|
||||||
|
|
||||||
return
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user