snake2: fix maze size for sansa clip zip
Change-Id: I43bd0a7217c7f0dcd0dda4fe102582fc5ae61c9f Reviewed-on: http://gerrit.rockbox.org/322 Reviewed-by: Michael Giacomelli <mgiacomelli@gmail.com>
This commit is contained in:
parent
821efc46ec
commit
055c92cf42
1 changed files with 6 additions and 0 deletions
|
@ -121,6 +121,12 @@ Head and Tail are stored
|
|||
#define TOP_X4 114
|
||||
#define TOP_Y1 4
|
||||
#define TOP_Y2 25
|
||||
#elif (LCD_WIDTH == 96) && (LCD_HEIGHT == 96)
|
||||
#define MULTIPLIER 3
|
||||
#define MODIFIER_1 4
|
||||
#define MODIFIER_2 2
|
||||
#define CENTER_X 6
|
||||
#define CENTER_Y 12
|
||||
#else
|
||||
#define MULTIPLIER 4
|
||||
#define MODIFIER_1 4
|
||||
|
|
Loading…
Reference in a new issue