Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'constants.py')
-rw-r--r--constants.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/constants.py b/constants.py
index c737c02..2acbdde 100644
--- a/constants.py
+++ b/constants.py
@@ -28,6 +28,7 @@ DEAL=12
EXTRAS=3
SELECTMASK = -1
MATCHMASK = -2
-CARD_W = 125
-CARD_H = 75
+CARD_WIDTH = 125
+CARD_HEIGHT = 75
+KEYMAP = ['1','2','3','q','w','e','a','s','d','z','x','c','8','9','0']