Skip to content

Commit

Permalink
finish
Browse files Browse the repository at this point in the history
  • Loading branch information
BaggerFast committed Dec 8, 2020
1 parent c66c645 commit 64d5172
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions misc/constants/variables.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
HIGHSCORES_COUNT: int = 5

UNLOCK_SKINS: bool = False
UNLOCK_LEVELS: bool = True
UNLOCK_LEVELS: bool = False
DEBUG: bool = False
INFINITY_LIVES: bool = False
DISABLE_GHOSTS_MOVING: bool = False
DISABLE_GHOSTS_COLLISION: bool = False
HIGH_CALORIE_SEEDS: bool = True # Need only 10 seeds to end level
HIGH_CALORIE_SEEDS: bool = False# Need only 10 seeds to end level

0 comments on commit 64d5172

Please sign in to comment.