X-Git-Url: https://git.ctpug.org.za/?a=blobdiff_plain;ds=sidebyside;f=naja%2Fconstants.py;fp=naja%2Fconstants.py;h=1ce931a871bdcfbc9dad55d38595607c24070746;hb=a00eb02d09522ce0f8aa4851b152c6181553b6a3;hp=ca1394b8bce2a8c2ae37edbb527bc40a634b086c;hpb=0dfef62c2ebdab980497ca8c26bc3228f47b9069;p=naja.git diff --git a/naja/constants.py b/naja/constants.py index ca1394b..1ce931a 100644 --- a/naja/constants.py +++ b/naja/constants.py @@ -62,6 +62,7 @@ PLAYER_DEFAULTS = AttrDict({ # Game size constants TILE_SIZE = (96, 96) LOCK_HEIGHT = 32 +SMALL_LOCK_HEIGHT = 24 BOARD_SIZE = (5 * TILE_SIZE[0], 5 * TILE_SIZE[1]) BIT_SIZE = (5 * TILE_SIZE[0], (SCREEN[1] - 5 * TILE_SIZE[1]) // 2) INFO_SIZE = (SCREEN[0] - 5 * TILE_SIZE[0], SCREEN[1])