From: Simon Cross Date: Sat, 17 May 2014 13:03:35 +0000 (+0200) Subject: Add INFO_RIGHT_PADDING constant. X-Git-Tag: 0.1~106 X-Git-Url: https://git.ctpug.org.za/?p=naja.git;a=commitdiff_plain;h=7eef2f704881eea7975ab98070d1b8922f080664 Add INFO_RIGHT_PADDING constant. --- diff --git a/naja/constants.py b/naja/constants.py index 6ffc1a4..2f8d379 100644 --- a/naja/constants.py +++ b/naja/constants.py @@ -78,6 +78,7 @@ 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]) INFO_LEFT_PADDING = 18 +INFO_RIGHT_PADDING = 18 PLAYER_SIZE = (64, 96) ACTION_TEXT_OFFSET = 20