summaryrefslogtreecommitdiff
path: root/src/sliceitoff/stats
diff options
context:
space:
mode:
authorViljami Ilola <+@hix.fi>2024-03-24 01:22:39 +0200
committerViljami Ilola <+@hix.fi>2024-03-24 01:22:39 +0200
commitcd128f5bc4fae39fb7e77683758d437f64eb4203 (patch)
treef4f3efbca3e11e7f6fb73a227ad09ef11918ec48 /src/sliceitoff/stats
parent4353670f0cee67550b20dfcfd51b81386372f358 (diff)
gameover, level x and level up screens
Diffstat (limited to 'src/sliceitoff/stats')
-rw-r--r--src/sliceitoff/stats/stats.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sliceitoff/stats/stats.py b/src/sliceitoff/stats/stats.py
index 22345d7..80cd347 100644
--- a/src/sliceitoff/stats/stats.py
+++ b/src/sliceitoff/stats/stats.py
@@ -20,6 +20,7 @@ class Stats:
__class__.score += __class__.level * 3_000
__class__.score += __class__.level * __class__.bonus
__class__.bonus = 20_000
+ __class__.percent = 100
__class__.level += 1
@staticmethod