I am making a tram with a path node. Whenever it resets the orientation stays the same and is added onto. I am a beginner so I do not know how to fix this, please help if you can. 🙂
func _process(delta: float) -> void:
parent.set_offset(parent.get_offset() + kmh * delta)
