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=7dbd9696d67fce27a0ed1d15756e4f2ff6e72dad;hpb=a4cb14512c07e5677c295d56b475a9562936a5e6;p=naja.git diff --git a/naja/constants.py b/naja/constants.py index 7dbd969..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),