Leo bug fixes

This commit is contained in:
2022-12-11 06:06:07 +01:00
parent f2fd6fb376
commit 275c6205e6
8 changed files with 10 additions and 12 deletions

View File

@@ -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