From: Simon Cross Date: Sun, 8 Jun 2014 21:13:10 +0000 (+0200) Subject: Remove player states. X-Git-Url: https://git.ctpug.org.za/?p=naja.git;a=commitdiff_plain;h=7f1ff73e8367e6928eaad805a492a619ad451fd8 Remove player states. --- 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),