mirror of
https://github.com/PfandBoss/SemesterGameJam2022.git
synced 2025-11-12 04:16:12 +01:00
Leo bug fixes
This commit is contained in:
@@ -14,7 +14,7 @@ func _ready():
|
||||
while not root is Game:
|
||||
root = root.get_parent()
|
||||
|
||||
func _process(delta):
|
||||
func _process(_delta):
|
||||
|
||||
currentSpeed = root.p1_train.current_speed
|
||||
deg = currentSpeed * (70.0/maxSpeed) - 35.0
|
||||
|
||||
Reference in New Issue
Block a user