diff options
author | Jonas Bernard <public.jbernard@web.de> | 2021-04-23 23:58:08 +0200 |
---|---|---|
committer | Jonas Bernard <public.jbernard@web.de> | 2021-04-23 23:58:08 +0200 |
commit | 48348f90d186fdb16dbbc4429371db8d19eb105c (patch) | |
tree | 6236d516875a03cf263c9876229c4ac043ab67a9 | |
parent | bd6a6335ef9b3487ba526ddfe02b36c2f23af273 (diff) | |
download | txtgameengine-48348f90d186fdb16dbbc4429371db8d19eb105c.tar.gz txtgameengine-48348f90d186fdb16dbbc4429371db8d19eb105c.tar.bz2 txtgameengine-48348f90d186fdb16dbbc4429371db8d19eb105c.zip |
Heavy contribution
-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 |