updated docstrings and comments
This commit is contained in:
@@ -44,7 +44,7 @@ class GameSurface(pygame.Surface):
|
||||
|
||||
def preprocess(self):
|
||||
"""
|
||||
Advance the surface by one frame and draw the background.
|
||||
Draw the surface background and advance all the surface's sprites by one frame; Run the input handler.
|
||||
"""
|
||||
self._clock.tick(self.game_fps)
|
||||
|
||||
|
Reference in New Issue
Block a user