From 24c9a5fb88810c80c414ec0a932c9405d8d54abc Mon Sep 17 00:00:00 2001 From: Viljami Ilola <+@hix.fi> Date: Mon, 8 Apr 2024 00:17:53 +0300 Subject: refactor field slicer --- src/sliceitoff/game/show.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sliceitoff/game') diff --git a/src/sliceitoff/game/show.py b/src/sliceitoff/game/show.py index eaf3658..496fc4a 100644 --- a/src/sliceitoff/game/show.py +++ b/src/sliceitoff/game/show.py @@ -12,7 +12,7 @@ class Show(ExplodeOutGroup): def update(self, dt = 0, **kwargs): """ First timeout then fadeout and then inactivity """ if not super().update(dt = dt, **kwargs): - return + return if anykey(): self.do_fadeout() if self.timeout <= 0: -- cgit v1.2.3