diff options
Diffstat (limited to 'PatrolEnemy.gd')
| -rw-r--r-- | PatrolEnemy.gd | 1 |
1 files changed, 0 insertions, 1 deletions
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) |
