about summary refs log tree commit diff homepage
path: root/brutalmaze/constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'brutalmaze/constants.py')
-rw-r--r--brutalmaze/constants.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/brutalmaze/constants.py b/brutalmaze/constants.py
index 23fa040..4c10843 100644
--- a/brutalmaze/constants.py
+++ b/brutalmaze/constants.py
@@ -77,7 +77,6 @@ ENEMIES = ['Butter', 'Orange', 'Chocolate', 'Chameleon',
 COLOR_CODE = ascii_lowercase + '0'
 COLORS = {c: COLOR_CODE[i] for i, c in enumerate(
     color for code in ENEMIES + ['Aluminium'] for color in TANGO[code])}
-MINW, MAXW = 24, 36
 ENEMY_HP = 3
 HERO_HP = 5
 MIN_BEAT = 420