diff options
Diffstat (limited to 'apps/plugins/wormlet.c')
| -rw-r--r-- | apps/plugins/wormlet.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/apps/plugins/wormlet.c b/apps/plugins/wormlet.c index d3fbbdc..bb35269 100644 --- a/apps/plugins/wormlet.c +++ b/apps/plugins/wormlet.c @@ -338,7 +338,12 @@ CONFIG_KEYPAD == MROBE500_PAD #endif #endif -#if (LCD_WIDTH == 112) && (LCD_HEIGHT == 64) +#if (LCD_WIDTH == 96) && (LCD_HEIGHT == 96) +#define FOOD_SIZE 3 +#define ARGH_SIZE 4 +#define SPEED 14 +#define MAX_WORM_SEGMENTS 128 +#elif (LCD_WIDTH == 112) && (LCD_HEIGHT == 64) #define FOOD_SIZE 3 #define ARGH_SIZE 4 #define SPEED 14 |