diff options
Diffstat (limited to 'apps/plugins/bitmaps/native')
| -rw-r--r-- | apps/plugins/bitmaps/native/SOURCES | 16 | ||||
| -rw-r--r-- | apps/plugins/bitmaps/native/amaze_tiles_7.7x7x1.bmp | bin | 0 -> 342 bytes | |||
| -rw-r--r-- | apps/plugins/bitmaps/native/amaze_tiles_7.7x7x16.bmp | bin | 0 -> 1734 bytes | |||
| -rw-r--r-- | apps/plugins/bitmaps/native/amaze_tiles_7.7x7x2.bmp | bin | 0 -> 350 bytes | |||
| -rw-r--r-- | apps/plugins/bitmaps/native/amaze_tiles_9.9x9x1.bmp | bin | 0 -> 422 bytes | |||
| -rw-r--r-- | apps/plugins/bitmaps/native/amaze_tiles_9.9x9x16.bmp | bin | 0 -> 2574 bytes | |||
| -rw-r--r-- | apps/plugins/bitmaps/native/amaze_tiles_9.9x9x2.bmp | bin | 0 -> 790 bytes | |||
| -rw-r--r-- | apps/plugins/bitmaps/native/xracer_sprites.bmp | bin | 0 -> 230522 bytes |
8 files changed, 16 insertions, 0 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES index b6a563d..69933fd 100644 --- a/apps/plugins/bitmaps/native/SOURCES +++ b/apps/plugins/bitmaps/native/SOURCES @@ -25,6 +25,18 @@ _2048_background.56x56x24.bmp #endif #undef MIN +/* amaze */ +#if LCD_DEPTH == 16 +amaze_tiles_9.9x9x16.bmp +amaze_tiles_7.7x7x16.bmp +#elif LCD_DEPTH > 1 +amaze_tiles_9.9x9x2.bmp +amaze_tiles_7.7x7x2.bmp +#else /* mono */ +amaze_tiles_9.9x9x1.bmp +amaze_tiles_7.7x7x1.bmp +#endif + /* Brickmania */ #ifdef HAVE_LCD_COLOR #if LCD_WIDTH >= 112 @@ -1000,4 +1012,8 @@ resistor.128x128x16.bmp resistor.68x20x16.bmp #endif +/* XRacer */ +/* these sprites are one-size-fits-all */ +xracer_sprites.bmp + #endif /* HAVE_LCD_BITMAP */ diff --git a/apps/plugins/bitmaps/native/amaze_tiles_7.7x7x1.bmp b/apps/plugins/bitmaps/native/amaze_tiles_7.7x7x1.bmp Binary files differnew file mode 100644 index 0000000..e5d87a6 --- /dev/null +++ b/apps/plugins/bitmaps/native/amaze_tiles_7.7x7x1.bmp diff --git a/apps/plugins/bitmaps/native/amaze_tiles_7.7x7x16.bmp b/apps/plugins/bitmaps/native/amaze_tiles_7.7x7x16.bmp Binary files differnew file mode 100644 index 0000000..206e82d --- /dev/null +++ b/apps/plugins/bitmaps/native/amaze_tiles_7.7x7x16.bmp diff --git a/apps/plugins/bitmaps/native/amaze_tiles_7.7x7x2.bmp b/apps/plugins/bitmaps/native/amaze_tiles_7.7x7x2.bmp Binary files differnew file mode 100644 index 0000000..3b6e9db --- /dev/null +++ b/apps/plugins/bitmaps/native/amaze_tiles_7.7x7x2.bmp diff --git a/apps/plugins/bitmaps/native/amaze_tiles_9.9x9x1.bmp b/apps/plugins/bitmaps/native/amaze_tiles_9.9x9x1.bmp Binary files differnew file mode 100644 index 0000000..52e35c4 --- /dev/null +++ b/apps/plugins/bitmaps/native/amaze_tiles_9.9x9x1.bmp diff --git a/apps/plugins/bitmaps/native/amaze_tiles_9.9x9x16.bmp b/apps/plugins/bitmaps/native/amaze_tiles_9.9x9x16.bmp Binary files differnew file mode 100644 index 0000000..6da881e --- /dev/null +++ b/apps/plugins/bitmaps/native/amaze_tiles_9.9x9x16.bmp diff --git a/apps/plugins/bitmaps/native/amaze_tiles_9.9x9x2.bmp b/apps/plugins/bitmaps/native/amaze_tiles_9.9x9x2.bmp Binary files differnew file mode 100644 index 0000000..41de3a0 --- /dev/null +++ b/apps/plugins/bitmaps/native/amaze_tiles_9.9x9x2.bmp diff --git a/apps/plugins/bitmaps/native/xracer_sprites.bmp b/apps/plugins/bitmaps/native/xracer_sprites.bmp Binary files differnew file mode 100644 index 0000000..a88eca6 --- /dev/null +++ b/apps/plugins/bitmaps/native/xracer_sprites.bmp |