diff options
Diffstat (limited to 'apps/plugins/bitmaps')
| -rw-r--r-- | apps/plugins/bitmaps/native/SOURCES | 4 | ||||
| -rw-r--r-- | apps/plugins/bitmaps/native/brickmania_menu_bg.240x320x16.bmp | bin | 0 -> 230454 bytes |
2 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES index 9781e49..232b2b9 100644 --- a/apps/plugins/bitmaps/native/SOURCES +++ b/apps/plugins/bitmaps/native/SOURCES @@ -9,7 +9,11 @@ brickmania_pads.320x240x16.bmp brickmania_break.320x240x16.bmp brickmania_powerups.320x240x16.bmp #else +#if (LCD_WIDTH == 240) && (LCD_HEIGHT == 320) +brickmania_menu_bg.240x320x16.bmp +#else brickmania_menu_bg.220x176x16.bmp +#endif brickmania_bricks.220x176x16.bmp brickmania_pads.220x176x16.bmp brickmania_break.220x176x16.bmp diff --git a/apps/plugins/bitmaps/native/brickmania_menu_bg.240x320x16.bmp b/apps/plugins/bitmaps/native/brickmania_menu_bg.240x320x16.bmp Binary files differnew file mode 100644 index 0000000..93856e0 --- /dev/null +++ b/apps/plugins/bitmaps/native/brickmania_menu_bg.240x320x16.bmp |