You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The bat should move towards the player until it hits the player. Once it has hit the player, the bat should then move towards a random point away from the player (this is called the pivot point). Once it has reached the pivot point, the bat should turn around and once again move towards the player.
Experienced Behavior
The bat successfully moves towards the player, attacks the player, and moves to the pivot point. The bug arises when the bat should be moving back toward the player. For some reason, the doesn't move back towards the player. Instead, it just disappears.
The text was updated successfully, but these errors were encountered:
Expected Behavior
The bat should move towards the player until it hits the player. Once it has hit the player, the bat should then move towards a random point away from the player (this is called the pivot point). Once it has reached the pivot point, the bat should turn around and once again move towards the player.
Experienced Behavior
The bat successfully moves towards the player, attacks the player, and moves to the pivot point. The bug arises when the bat should be moving back toward the player. For some reason, the doesn't move back towards the player. Instead, it just disappears.
The text was updated successfully, but these errors were encountered: