diff options
author | Viljami Ilola <+@hix.fi> | 2024-03-23 22:19:00 +0200 |
---|---|---|
committer | Viljami Ilola <+@hix.fi> | 2024-03-23 22:19:00 +0200 |
commit | 98d91824cacec97c581ae0a4f1efd9fa3faa18ab (patch) | |
tree | 88396d13a6d8449968e305bae443d8f2c5b61cfb /src/sliceitoff/game/show.py | |
parent | 947df85053af2704ce1a17daf1fab13e273f0cc5 (diff) |
player through SingleGroup
Diffstat (limited to 'src/sliceitoff/game/show.py')
-rw-r--r-- | src/sliceitoff/game/show.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sliceitoff/game/show.py b/src/sliceitoff/game/show.py index f81c211..c3fe436 100644 --- a/src/sliceitoff/game/show.py +++ b/src/sliceitoff/game/show.py @@ -5,7 +5,7 @@ class Show: """ To show some sprites and quit on any key """ def __init__(self, sprites = []): self.sprites = sprites - self.fadeout = 500 + self.fadeout = 1_000 self.timeout = 5_000 def step(self, dt): |