extends KinematicBody2D export (int) var MAX_SPEED = 15 var motion = Vector2.ZERO func _on_Hurtbox_hit(_damage): queue_free()