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 b301a8ae11..fcfcb35513 100644
--- a/apps/plugins/wormlet.c
+++ b/apps/plugins/wormlet.c
@@ -185,6 +185,11 @@ PLUGIN_HEADER
185#define ARGH_SIZE 5 185#define ARGH_SIZE 5
186#define SPEED 10 186#define SPEED 10
187#define MAX_WORM_SEGMENTS 128 187#define MAX_WORM_SEGMENTS 128
188#elif (LCD_WIDTH == 128) && (LCD_HEIGHT == 128)
189#define FOOD_SIZE 4
190#define ARGH_SIZE 5
191#define SPEED 9
192#define MAX_WORM_SEGMENTS 128
188#elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) 193#elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128)
189#define FOOD_SIZE 4 194#define FOOD_SIZE 4
190#define ARGH_SIZE 5 195#define ARGH_SIZE 5