extends RigidBody2D var speed = Vector2.ZERO var horse = preload("res://Scripts/horse.gd") func _ready(): pass # Replace with function body. # Called every frame. 'delta' is the elapsed time since the previous frame. func _process(delta): pass