From 9f808fa0e43ae903d6159848d1331dcccb91434d Mon Sep 17 00:00:00 2001 From: Viljami Ilola <+@hix.fi> Date: Sun, 21 Apr 2024 00:03:22 +0300 Subject: fonts as object --- src/sliceitoff/game/gameplay.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sliceitoff/game/gameplay.py') 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 -- cgit v1.2.3