mirror of
https://github.com/flame-engine/flame.git
synced 2025-10-29 07:56:53 +08:00
This PR implements raytracing and raycasting for the built-in hitboxes. If you pass in your own collision detection system to the HasCollisionDetection mixin you have to change the signature of that to: CollisionDetection<ShapeHitbox>instead of CollisionDetection<Hitbox>.