small racing game im working on
1
2
3
4
5
6
7
@tool
class_name Booster
extends Platform3D

## Reset the animation
func sync() -> void:
	%animator.seek(0, true)