diff options
author | Viljami Ilola <+@hix.fi> | 2024-04-21 00:03:22 +0300 |
---|---|---|
committer | Viljami Ilola <+@hix.fi> | 2024-04-21 00:03:22 +0300 |
commit | 9f808fa0e43ae903d6159848d1331dcccb91434d (patch) | |
tree | 4e45858383aff0399184395875966765bb9964cb /src/sliceitoff/game/gameplay.py | |
parent | 360a680cdb03df60673581a8f187c4074a78dd21 (diff) |
fonts as object
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 |