diff options
author | Viljami Ilola <+@hix.fi> | 2024-03-18 14:16:37 +0200 |
---|---|---|
committer | Viljami Ilola <+@hix.fi> | 2024-03-18 14:16:37 +0200 |
commit | 78c665af8b860063658d1782f75e072cfe88c82b (patch) | |
tree | 5d49d4894bb3363a336bfc44f3306646a1639e5b /src/sliceitoff/__main__.py | |
parent | b99e522de33bc97e193a51692db856f586921286 (diff) |
area percent calculation
Diffstat (limited to 'src/sliceitoff/__main__.py')
-rw-r--r-- | src/sliceitoff/__main__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sliceitoff/__main__.py b/src/sliceitoff/__main__.py index c4366e0..6845d94 100644 --- a/src/sliceitoff/__main__.py +++ b/src/sliceitoff/__main__.py @@ -19,7 +19,7 @@ def sliceitoff(): display = Display() Images.load_images( Path(__file__).parent.resolve() ) - level1 = Level(display = display, level = 100, score = 10) + level1 = Level(display = display, level = 10, score = 10) clock = pygame.time.Clock() dt = 0 |