From 48348f90d186fdb16dbbc4429371db8d19eb105c Mon Sep 17 00:00:00 2001 From: Jonas Bernard Date: Fri, 23 Apr 2021 23:58:08 +0200 Subject: Heavy contribution --- txtgameengine/scenes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit