From 7f1ff73e8367e6928eaad805a492a619ad451fd8 Mon Sep 17 00:00:00 2001 From: Simon Cross Date: Sun, 8 Jun 2014 23:13:10 +0200 Subject: [PATCH] Remove player states. --- naja/constants.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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), -- 2.34.1