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
We've heard questions about whether some clicks that appear to hit the target actually miss the target. This kind of problem is common to FPS games since it's not always easy for the player to fully recognize what is happening. Latency can often cause a miss even if the user was on top of the target when the click happened.
These proposed tests including checking closer to the edges of targets than we currently check. Here's a list of the tests we'd like to add:
Click just inside the black border of a static target (should hit)
Click on the black border of a static target (should hit)
Click just outside the black border of a static target (should miss)
Click just inside the black border of a moving target where the next frame would be a miss (should hit)
Click just outside the black border of a moving target where the next frame would be a hit (should miss)
The text was updated successfully, but these errors were encountered:
We've heard questions about whether some clicks that appear to hit the target actually miss the target. This kind of problem is common to FPS games since it's not always easy for the player to fully recognize what is happening. Latency can often cause a miss even if the user was on top of the target when the click happened.
These proposed tests including checking closer to the edges of targets than we currently check. Here's a list of the tests we'd like to add:
The text was updated successfully, but these errors were encountered: