Files
flame/examples/lib/stories/collision_detection
Lukas Klingsbo 8cd9e12319 fix: CircleHitbox should properly detect when ray is outside (#3100)
Previously some rays that originated outside of the `CircleHitbox` were
counted as inside, this solves that and adds an example of how to use
the `isInsideHitbox` functionality (thanks to @wurzelsand).


Closes #3063
2024-03-26 22:59:29 +01:00
..