summaryrefslogtreecommitdiff
path: root/apps/plugins/wormlet.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/wormlet.c')
-rw-r--r--apps/plugins/wormlet.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/plugins/wormlet.c b/apps/plugins/wormlet.c
index 5afefb77a8..b301a8ae11 100644
--- a/apps/plugins/wormlet.c
+++ b/apps/plugins/wormlet.c
@@ -200,6 +200,11 @@ PLUGIN_HEADER
200#define ARGH_SIZE 6 200#define ARGH_SIZE 6
201#define SPEED 4 201#define SPEED 4
202#define MAX_WORM_SEGMENTS 512 202#define MAX_WORM_SEGMENTS 512
203#elif (LCD_WIDTH == 176) && (LCD_HEIGHT == 220)
204#define FOOD_SIZE 5
205#define ARGH_SIZE 6
206#define SPEED 4
207#define MAX_WORM_SEGMENTS 512
203#elif (LCD_WIDTH == 320) && (LCD_HEIGHT == 240) 208#elif (LCD_WIDTH == 320) && (LCD_HEIGHT == 240)
204#define FOOD_SIZE 7 209#define FOOD_SIZE 7
205#define ARGH_SIZE 8 210#define ARGH_SIZE 8