Open Penaz91 opened 8 years ago
Particles don't hit the places they should. This is probably due to the fact that they're drawn in another plane. Probably should draw them in the viewport.
Particles should use pygame's Color classes and methods
Particles migrated to Pygame's Color structure
Particles don't hit the places they should. This is probably due to the fact that they're drawn in another plane. Probably should draw them in the viewport.