diff options
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/bitmaps/native/SOURCES | 15 | ||||
| -rw-r--r-- | apps/plugins/bitmaps/native/brickmania_break.96x96x16.bmp | bin | 0 -> 1034 bytes | |||
| -rw-r--r-- | apps/plugins/bitmaps/native/brickmania_bricks.96x96x16.bmp | bin | 0 -> 1034 bytes | |||
| -rw-r--r-- | apps/plugins/bitmaps/native/brickmania_gameover.56x27x24.bmp | bin | 0 -> 6102 bytes | |||
| -rw-r--r-- | apps/plugins/bitmaps/native/brickmania_long_pads.96x96x16.bmp | bin | 0 -> 702 bytes | |||
| -rw-r--r-- | apps/plugins/bitmaps/native/brickmania_pads.96x96x16.bmp | bin | 0 -> 522 bytes | |||
| -rw-r--r-- | apps/plugins/bitmaps/native/brickmania_short_pads.96x96x16.bmp | bin | 0 -> 378 bytes |
7 files changed, 14 insertions, 1 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES index f8ec938..7acf16d 100644 --- a/apps/plugins/bitmaps/native/SOURCES +++ b/apps/plugins/bitmaps/native/SOURCES @@ -2,7 +2,11 @@ /* Brickmania */ #ifdef HAVE_LCD_COLOR +#if LCD_WIDTH >= 112 brickmania_gameover.112x54x16.bmp +#elif LCD_WIDTH >= 56 +brickmania_gameover.56x27x24.bmp +#endif #if LCD_WIDTH >= 640 /* M:Robe 500 */ brickmania_ball.15x15x16.bmp @@ -76,7 +80,7 @@ brickmania_long_pads.132x80x16.bmp brickmania_powerups.132x80x16.bmp brickmania_break.132x80x16.bmp -#elif LCD_WIDTH >= 96 +#elif LCD_WIDTH >= 128 brickmania_ball.4x4x16.bmp brickmania_bricks.128x128x16.bmp brickmania_pads.132x80x16.bmp @@ -85,6 +89,15 @@ brickmania_long_pads.132x80x16.bmp brickmania_powerups.132x80x16.bmp brickmania_break.132x80x16.bmp +#elif LCD_WIDTH >= 96 +brickmania_ball.4x4x16.bmp +brickmania_bricks.96x96x16.bmp +brickmania_pads.96x96x16.bmp +brickmania_short_pads.96x96x16.bmp +brickmania_long_pads.96x96x16.bmp +brickmania_powerups.132x80x16.bmp +brickmania_break.96x96x16.bmp + #endif /* different colour displays */ #elif LCD_DEPTH > 1 diff --git a/apps/plugins/bitmaps/native/brickmania_break.96x96x16.bmp b/apps/plugins/bitmaps/native/brickmania_break.96x96x16.bmp Binary files differnew file mode 100644 index 0000000..0304d9b --- /dev/null +++ b/apps/plugins/bitmaps/native/brickmania_break.96x96x16.bmp diff --git a/apps/plugins/bitmaps/native/brickmania_bricks.96x96x16.bmp b/apps/plugins/bitmaps/native/brickmania_bricks.96x96x16.bmp Binary files differnew file mode 100644 index 0000000..1e95a3a --- /dev/null +++ b/apps/plugins/bitmaps/native/brickmania_bricks.96x96x16.bmp diff --git a/apps/plugins/bitmaps/native/brickmania_gameover.56x27x24.bmp b/apps/plugins/bitmaps/native/brickmania_gameover.56x27x24.bmp Binary files differnew file mode 100644 index 0000000..4c976e4 --- /dev/null +++ b/apps/plugins/bitmaps/native/brickmania_gameover.56x27x24.bmp diff --git a/apps/plugins/bitmaps/native/brickmania_long_pads.96x96x16.bmp b/apps/plugins/bitmaps/native/brickmania_long_pads.96x96x16.bmp Binary files differnew file mode 100644 index 0000000..a731dca --- /dev/null +++ b/apps/plugins/bitmaps/native/brickmania_long_pads.96x96x16.bmp diff --git a/apps/plugins/bitmaps/native/brickmania_pads.96x96x16.bmp b/apps/plugins/bitmaps/native/brickmania_pads.96x96x16.bmp Binary files differnew file mode 100644 index 0000000..5566610 --- /dev/null +++ b/apps/plugins/bitmaps/native/brickmania_pads.96x96x16.bmp diff --git a/apps/plugins/bitmaps/native/brickmania_short_pads.96x96x16.bmp b/apps/plugins/bitmaps/native/brickmania_short_pads.96x96x16.bmp Binary files differnew file mode 100644 index 0000000..a67d082 --- /dev/null +++ b/apps/plugins/bitmaps/native/brickmania_short_pads.96x96x16.bmp |