Closed joerick closed 8 years ago
Don't require transitions to redraw the whole UI, just the two surfaces that are moving.
Using self.surface.blit requires a screen refresh because these are ultimately drawing straight to the screen.
Merged !
Don't require transitions to redraw the whole UI, just the two surfaces that are moving.
Using self.surface.blit requires a screen refresh because these are ultimately drawing straight to the screen.