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-04-01 01:41:01 (GMT)
committer Walter Bender <walter.bender@gmail.com>2011-04-01 01:41:01 (GMT)
commitb99e9930e4f36e99d912c429fad7dbb80f851789 (patch)
treeffa73615e4a7e77400caec5c5f824278b4f2235d /constants.py
parent5c28743aa1fd34e4989770248e8daf45f11c28d6 (diff)
renamed card to tile
Diffstat (limited to 'constants.py')
-rw-r--r--constants.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/constants.py b/constants.py
index 42ddf50..be1b74b 100644
--- a/constants.py
+++ b/constants.py
@@ -21,9 +21,9 @@ COL = 8
HIDE = 0
BOARD = 1
GRID = 2
-CARDS = 3
+TILES = 3
TOP = 4
OVER_THE_TOP = 5
-CARD_WIDTH = 55
-CARD_HEIGHT = 55
+TILE_WIDTH = 55
+TILE_HEIGHT = 55