mirror of
https://github.com/PfandBoss/SemesterGameJam2022.git
synced 2025-11-12 04:16:12 +01:00
asas
This commit is contained in:
@@ -3,8 +3,8 @@ class_name TrainEngine
|
||||
|
||||
|
||||
enum STATE {RUNNING, DEAD}
|
||||
const maxSpeed = 40
|
||||
const refuelRate = 1.0
|
||||
const maxSpeed = 60
|
||||
const refuelRate = 1.25
|
||||
|
||||
@onready var train = get_parent() as Train
|
||||
|
||||
|
||||
Reference in New Issue
Block a user