Go straight to game after loading.
[naja.git] / naja / constants.py
index bee1ac5177ed7b38a0c94fff19c60a95b3ce8bd5..ae812f7d6e4d76a63eeb5fb7bd41a5e8c0d2cae1 100644 (file)
@@ -13,8 +13,11 @@ DEFAULTS = dict(
     debug=False,
     sound=True,
     music=True,
+    # We calculate the default in options.py
+    save_location=None,
     # Debug flags:
     initial_bits=None,
+    cheat_enabled=False,
 )
 
 # Sound constants
@@ -140,3 +143,11 @@ ACTION_GLYPHS = AttrDict({
     'MSB': 'glyphs/msb.png',
     'NOTHING': 'glyphs/do_nothing.png',
 })
+
+TUNES = [
+        'ants.ogg',
+        'python.ogg',
+        'death_on_a_b.ogg',
+        'scape.ogg',
+        'another_beek.ogg',
+        ]