diff options
| author | Moisis <moisis.george@yahoo.com> | 2023-05-17 17:34:11 +0300 |
|---|---|---|
| committer | Moisis <moisis.george@yahoo.com> | 2023-05-17 17:34:11 +0300 |
| commit | 78ff5ddea638e874355863c83ce4b48424394bdb (patch) | |
| tree | 82c46bb506e768cccb2c2eabcfa1e829ae42c177 /src | |
| parent | 55efbb61eb7dfb7b8f1faf5de55b239e270d12e4 (diff) | |
| download | Macpan-78ff5ddea638e874355863c83ce4b48424394bdb.tar.xz Macpan-78ff5ddea638e874355863c83ce4b48424394bdb.zip | |
Added SCORE
Diffstat (limited to 'src')
| -rw-r--r-- | src/player.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/player.py b/src/player.py index 590405a..1e880a1 100644 --- a/src/player.py +++ b/src/player.py @@ -31,7 +31,6 @@ class Player(): if is_dot: game_state.score += 10 - if is_big_dot: self.powerup = True self.timer = Timer(5 * 1000) |
