From 7eef2f704881eea7975ab98070d1b8922f080664 Mon Sep 17 00:00:00 2001 From: Simon Cross Date: Sat, 17 May 2014 15:03:35 +0200 Subject: [PATCH] Add INFO_RIGHT_PADDING constant. --- naja/constants.py | 1 + 1 file changed, 1 insertion(+) 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 -- 2.34.1