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.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/brutalmaze/constants.py b/brutalmaze/constants.py
index 82e76c9..7d7ba00 100644
--- a/brutalmaze/constants.py
+++ b/brutalmaze/constants.py
@@ -84,3 +84,5 @@ HERO_HP = 5
 MIN_BEAT = 526
 BG_COLOR = TANGO['Aluminium'][-1]
 FG_COLOR = TANGO['Aluminium'][0]
+
+JSON_SEPARATORS = ',', ':'