extends Node2D @export var speed: Vector2 func _physics_process(delta: float) -> void: position -= speed * delta