diff options
Diffstat (limited to 'src/sliceitoff/game/gameplay.py')
-rw-r--r-- | src/sliceitoff/game/gameplay.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sliceitoff/game/gameplay.py b/src/sliceitoff/game/gameplay.py index c756183..fe66f50 100644 --- a/src/sliceitoff/game/gameplay.py +++ b/src/sliceitoff/game/gameplay.py @@ -1,4 +1,4 @@ -""" Reads user input and does actions when game play is on. """ +""" game.gameplay - Reads user input and does actions when game play is on.""" import pygame from sliceitoff.sfx import sfx |