diff options
-rw-r--r-- | txtgameengine/scenes.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/txtgameengine/scenes.py b/txtgameengine/scenes.py index c08e8db..58d7927 100644 --- a/txtgameengine/scenes.py +++ b/txtgameengine/scenes.py @@ -60,4 +60,4 @@ class Scene: def update(self, delta: float): """Render the current scene""" - pass
\ No newline at end of file + pass |