consistent left alignment in the info area
[naja.git] / naja / constants.py
index 1ce931a871bdcfbc9dad55d38595607c24070746..4d7559acbe3cb2d1aaf2025b403176b8b24a3dec 100644 (file)
@@ -66,6 +66,7 @@ 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])
+INFO_LEFT_PADDING = 18
 PLAYER_SIZE = (64, 96)
 
 # Player States