Penaz91 / Glitch_Heaven

Complete rewrite of my Glitch-Based Videogame
MIT License
1 stars 0 forks source link

Buggy Particles #81

Open Penaz91 opened 8 years ago

Penaz91 commented 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.

Penaz91 commented 8 years ago

Particles should use pygame's Color classes and methods

Penaz91 commented 8 years ago

Particles migrated to Pygame's Color structure