updated docstrings and comments

This commit is contained in:
2023-05-15 01:04:45 -04:00
parent 9fd2bc03df
commit 8675caaca6
4 changed files with 31 additions and 15 deletions

View File

@@ -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)