summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/wormlet.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugins/wormlet.c b/apps/plugins/wormlet.c
index 04a29a5414..d6929f2bd7 100644
--- a/apps/plugins/wormlet.c
+++ b/apps/plugins/wormlet.c
@@ -109,6 +109,10 @@ PLUGIN_HEADER
109#define FOOD_SIZE 3 109#define FOOD_SIZE 3
110#define ARGH_SIZE 4 110#define ARGH_SIZE 4
111#define SPEED 14 111#define SPEED 14
112#elif (LCD_WIDTH == 138) && (LCD_HEIGHT == 110)
113#define FOOD_SIZE 4
114#define ARGH_SIZE 5
115#define SPEED 10
112#elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) 116#elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128)
113#define FOOD_SIZE 4 117#define FOOD_SIZE 4
114#define ARGH_SIZE 5 118#define ARGH_SIZE 5