Docs initial

This commit is contained in:
Ander
2015-05-20 00:26:27 +02:00
parent 31c3d6d3c1
commit f2b4a89da6
12 changed files with 42 additions and 218 deletions

View File

@@ -11,6 +11,13 @@ class BaseScreen():
self.fonts = fonts
def update(self, surface, update_type, rects):
"""
Draw this screen to the surface
:param surface:
:param update_type:
:param rects:
"""
pass
def event(self, event):