X-Git-Url: https://git.ctpug.org.za/?a=blobdiff_plain;f=naja%2Fconstants.py;h=5e8b4fa7c791b675377f873ff7a1e7c459efe53f;hb=refs%2Fheads%2Ffeature%2F20140608-non-modal-controls;hp=5cde1452eacb714a72d7925fddefd7b0fe1290ae;hpb=5cf4ebcfa0ac4f6a947992dc7871a124913b4671;p=naja.git diff --git a/naja/constants.py b/naja/constants.py index 5cde145..5e8b4fa 100644 --- a/naja/constants.py +++ b/naja/constants.py @@ -82,10 +82,7 @@ INFO_RIGHT_PADDING = 18 PLAYER_SIZE = (64, 96) ACTION_TEXT_OFFSET = 20 -# Player States -ACT = 1 -EXAMINE = 2 - +# keys KEYS = AttrDict({ 'UP': (pgl.K_UP, pgl.K_w, pgl.K_COMMA), 'DOWN': (pgl.K_DOWN, pgl.K_s, pgl.K_o), @@ -159,5 +156,6 @@ TUNES = ( # Puzzles, because resources can't give us file lists PUZZLES = ( 'chess', - 'test' + 'marathon', + 'belts', )