Imgflip Logo Icon

idk where the error is AHHHHHHHHHHH

idk where the error is AHHHHHHHHHHH | THEN BOOM:; extends KinematicBody2D

var velocity = Vector2.ZERO

func _physics_process(delta):
	if Input.is_action_pressed("ui_right"):
		velocity.x = 4
	elif Input.is_action_pressed("ui_left"):
		velocity.x = -4
	elif Input.is_action_pressed("ui_down"):
		velocity.y = 4
	elif Input.is_action_pressed("ui_up"):
		velocity.y = -4
	else:
		velocity.x = 0
		velocity.y = 0
	move_and_collide(velocity); MY DAY BE SO FINE, WAS WRONG | image tagged in my day be so fine then boom | made w/ Imgflip meme maker
75 views 1 upvote Made by anonymous 2 years ago in MS_memer_group
My day be so fine then boom memeCaption this Meme
1 Comment
1 up, 2y
why is he on the casting couch 🎃
My day be so fine then boom memeCaption this Meme
Created with the Imgflip Meme Generator
IMAGE DESCRIPTION:
THEN BOOM:; extends KinematicBody2D var velocity = Vector2.ZERO func _physics_process(delta): if Input.is_action_pressed("ui_right"): velocity.x = 4 elif Input.is_action_pressed("ui_left"): velocity.x = -4 elif Input.is_action_pressed("ui_down"): velocity.y = 4 elif Input.is_action_pressed("ui_up"): velocity.y = -4 else: velocity.x = 0 velocity.y = 0 move_and_collide(velocity); MY DAY BE SO FINE, WAS WRONG