func _physics_process(delta):
# Everything inside this indetation is inside the function scope
velocity.x = 100
move_and_slide()
func _physics_process(delta):
# Everything inside this indetation is inside the function scope
velocity.x = 100
move_and_slide()