A port of Zachtronics' match-4 game HACK*MATCH to the TI-84 Plus CE
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

minor tweak to position of game over text

ariajd27 bf5181ee cc456b4d

+1 -1
+1 -1
src/variables.h
··· 59 59 #define HIGH_SCORE_HOFFSET (BG_HOFFSET + 160) 60 60 #define HIGH_SCORE_VOFFSET (BG_VOFFSET + 97) 61 61 #define NUM_DISPLAY_DIGITS 6 62 - #define PLAY_AGAIN_HOFFSET (GRID_HOFFSET + (NUM_COLS * GRID_SIZE - play_again_width) / 2) 62 + #define PLAY_AGAIN_HOFFSET (2 + GRID_HOFFSET + (NUM_COLS * GRID_SIZE - play_again_width) / 2) 63 63 #define PLAY_AGAIN_VOFFSET 140 64 64 65 65 extern bool toExit;