-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
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)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request