projects
/
naja.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ef39b0
)
Remove player states.
author
Simon Cross
<hodgestar@gmail.com>
Sun, 8 Jun 2014 21:13:10 +0000
(23:13 +0200)
committer
Simon Cross
<hodgestar@gmail.com>
Sun, 8 Jun 2014 21:13:10 +0000
(23:13 +0200)
naja/constants.py
patch
|
blob
|
history
diff --git
a/naja/constants.py
b/naja/constants.py
index 7dbd9696d67fce27a0ed1d15756e4f2ff6e72dad..5e8b4fa7c791b675377f873ff7a1e7c459efe53f 100644
(file)
--- 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),