Animation

This commit is contained in:
9and3r
2015-07-14 01:41:58 +02:00
parent 9828f10c31
commit 194d6fa071
11 changed files with 324 additions and 172 deletions

View File

@@ -10,7 +10,7 @@ class BaseScreen():
self.manager = manager
self.fonts = fonts
def update(self, surface, update_type, rects):
def update(self, surface, update_type):
"""
Draw this screen to the surface
@@ -26,5 +26,8 @@ class BaseScreen():
def change_screen(self, direction):
return False
def set_update_rects(self, rects):
pass
def should_update(self):
return BaseScreen.update_partial