diff options
author | Viljami Ilola <+@hix.fi> | 2024-04-08 23:50:29 +0300 |
---|---|---|
committer | Viljami Ilola <+@hix.fi> | 2024-04-08 23:50:29 +0300 |
commit | b1e18bc5b92826078fc7c480a2662b9208f2edac (patch) | |
tree | df9d91a26357e8af7c94e15b899914057bf94808 /src/sliceitoff/player/life.py | |
parent | a433d57a893d3605db5fe1eb501e5ae25d547ac1 (diff) |
nt compatibility
Diffstat (limited to 'src/sliceitoff/player/life.py')
-rw-r--r-- | src/sliceitoff/player/life.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sliceitoff/player/life.py b/src/sliceitoff/player/life.py index e187201..ef39869 100644 --- a/src/sliceitoff/player/life.py +++ b/src/sliceitoff/player/life.py @@ -28,7 +28,7 @@ class Life(pygame.sprite.Group): def lose_life(self): """ Commands group to regenerate its sprites and sets timeout """ - self.timeout = 2_000 + self.timeout = 1_500 font_width = int(Scaling.factor * 200_000) block_width = int(Scaling.factor * 8_000) offset = ( |