Make lines thicker on the sudoku board.

This commit is contained in:
Jeremy Rand 2015-07-26 12:07:08 -04:00
parent ec08247be3
commit c14863bc85

View File

@ -22,12 +22,12 @@ extern char a2e_hi;
// Macros and defines // Macros and defines
#define SQUARE_WIDTH 29 #define SQUARE_WIDTH 28
#define SQUARE_HEIGHT 19 #define SQUARE_HEIGHT 19
#define THICK_LINE_WIDTH 2 #define THICK_LINE_WIDTH 4
#define THIN_LINE_WIDTH 1 #define THIN_LINE_WIDTH 2
#define THICK_LINE_HEIGHT 2 #define THICK_LINE_HEIGHT 3
#define THIN_LINE_HEIGHT 1 #define THIN_LINE_HEIGHT 1
#define TEXT_OFFSET_X 12 #define TEXT_OFFSET_X 12