extends Sprite2D
const ROTATION_SPEED = 0.2
func _process(delta: float) -> void:
rotate(delta * ROTATION_SPEED)