From 8b0ce964d2aa5dba186b85abf64b70ffc8216c06 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Mon, 15 Aug 2022 09:35:35 +0300 Subject: Add UI --- PatrolEnemy.gd | 1 - 1 file changed, 1 deletion(-) (limited to 'PatrolEnemy.gd') diff --git a/PatrolEnemy.gd b/PatrolEnemy.gd index b3d02e2..602df8f 100644 --- a/PatrolEnemy.gd +++ b/PatrolEnemy.gd @@ -14,7 +14,6 @@ func _physics_process(delta): if $RayCastWall.is_colliding(): scale.x = -scale.x velocity.x = -velocity.x - print(scale, velocity) velocity.y = clamp(velocity.y, -INF, GlobalData.MAX_FALL_SPEED) move_and_slide(velocity, Vector2.UP) -- cgit v1.3