Update only some parts of the display

This commit is contained in:
Ander Orbegozo
2016-10-08 02:17:49 +02:00
parent 1fe68e9d94
commit c3c2a67c7c
10 changed files with 113 additions and 87 deletions

View File

@@ -10,6 +10,9 @@ class BaseScreen():
self.manager = manager
self.fonts = fonts
def find_update_rects(self, rects):
pass
def update(self, surface, update_type, rects):
"""
Draw this screen to the surface