Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/constants.py
diff options
context:
space:
mode:
authorWalter Bender <walter.bender@gmail.com>2011-03-23 11:21:35 (GMT)
committer Walter Bender <walter.bender@gmail.com>2011-03-23 11:21:35 (GMT)
commita6a6d15fcfa73acbf7a1ea9027898c713184aa73 (patch)
treeb88bd7ab1fb315c0bdc98a52c30db2b10bb9c4c5 /constants.py
parenta962d723755dff326893abd077dd0e42113dbf02 (diff)
dragging works
Diffstat (limited to 'constants.py')
-rw-r--r--constants.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/constants.py b/constants.py
index 88f313e..42ddf50 100644
--- a/constants.py
+++ b/constants.py
@@ -22,7 +22,8 @@ HIDE = 0
BOARD = 1
GRID = 2
CARDS = 3
-OVERLAY = 4
+TOP = 4
+OVER_THE_TOP = 5
CARD_WIDTH = 55
CARD_HEIGHT = 55