laplante-sean / jackit

2D side-scroller game with a programming aspect
GNU General Public License v3.0
2 stars 0 forks source link

Track active sprites and don't update them #41

Open laplante-sean opened 7 years ago

laplante-sean commented 7 years ago

Call pygame.display.update() with only the active sprites. Should increase performance.

laplante-sean commented 7 years ago

May not make sense for 2d side-scroller