Creating a Rotation-based Indicator

from blog Winston Cooke - Blog, | ↗ original
After making an arena shooter for the Playdate titled Plight of the Wizard, there were a few areas that I knew needed some polish. One of those areas was how I handle my character's rotation. Here was my previous implementation: There were two issues with my approach: 1. Rotating a sprite in code is not very performant...