Hook up shift glyph
[naja.git] / naja / constants.py
index 25def14c1a7c3260b44e01c7756cd4074ebb3d60..9ec9f384b41dfdc3c11d416d6c12665d10af24bb 100644 (file)
@@ -18,6 +18,7 @@ DEFAULTS = dict(
     # Debug flags:
     initial_bits=None,
     cheat_enabled=False,
+    game_state=None,
 )
 
 # Sound constants
@@ -142,4 +143,14 @@ ACTION_GLYPHS = AttrDict({
     'WINTOKEN': 'glyphs/win.png',
     'MSB': 'glyphs/msb.png',
     'NOTHING': 'glyphs/do_nothing.png',
+    'SHIFT_LEFT': 'glyphs/shift_left.png',
+    'SHIFT_RIGHT': 'glyphs/shift_right.png',
 })
+
+TUNES = [
+        'ants.ogg',
+        'python.ogg',
+        'death_on_a_b.ogg',
+        'scape.ogg',
+        'another_beek.ogg',
+        ]