NightDriverStrip
NightDriverStrip copied to clipboard
Refactor: Modernize MeteorEffect (SoA -> AoS)
Refactors MeteorEffect to use AoS (struct Meteor) instead of SoA. Modernizes Draw loop, uses std::clamp, and fixes Pixel 0 drawing.