1 2 3 4 5 6 7
extends KinematicBody2D var speed = 100 var velocity = Vector2(0, 0) func _physics_process(_delta): pass