X-Git-Url: https://git.ctpug.org.za/?a=blobdiff_plain;f=naja%2Fconstants.py;h=ae812f7d6e4d76a63eeb5fb7bd41a5e8c0d2cae1;hb=3ce2165747dd660edcf1ec98f291438bfdddb9c6;hp=bee1ac5177ed7b38a0c94fff19c60a95b3ce8bd5;hpb=cdb82efa9692569bc506eb48c7540a83365a7bb3;p=naja.git diff --git a/naja/constants.py b/naja/constants.py index bee1ac5..ae812f7 100644 --- a/naja/constants.py +++ b/naja/constants.py @@ -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', + ]