Anonymous
8/21/2025, 1:56:38 AM
No.106329953
Implemented particles. All particles are small animations that self destruct when they end. A particle only needs four values to be represented in a buffer: position coordinates, frame index and scale, so it should be fast to update and draw. Also deleted a bunch of useless code and fixed the balloons.