extends RigidBody2D
func _ready() -> void:
$Sprite.frame = randi_range(0,12)
position.x += randi_range(-10,10)