diff options
| author | Antoine Cellerier <dionoea@videolan.org> | 2006-06-10 23:08:29 +0000 |
|---|---|---|
| committer | Antoine Cellerier <dionoea@videolan.org> | 2006-06-10 23:08:29 +0000 |
| commit | 1d7f8067a6a52946f331ab040fd43917e58c36f6 (patch) | |
| tree | 7f686771a863240ecc03d288e092d46df333433c /apps/plugins/bitmaps | |
| parent | 2c450976fdbe62ba12d388c308815ee1edb16539 (diff) | |
| download | rockbox-1d7f8067a6a52946f331ab040fd43917e58c36f6.zip rockbox-1d7f8067a6a52946f331ab040fd43917e58c36f6.tar.gz rockbox-1d7f8067a6a52946f331ab040fd43917e58c36f6.tar.bz2 rockbox-1d7f8067a6a52946f331ab040fd43917e58c36f6.tar.xz | |
Grayscale graphics for sokoban. (h1x0, ipod mini and ipod 4g)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10108 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/bitmaps')
| -rw-r--r-- | apps/plugins/bitmaps/native/SOURCES | 2 | ||||
| -rw-r--r-- | apps/plugins/bitmaps/native/sokoban_tiles.6x6x2.bmp | bin | 0 -> 774 bytes |
2 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES index 6b37436..c071b78 100644 --- a/apps/plugins/bitmaps/native/SOURCES +++ b/apps/plugins/bitmaps/native/SOURCES @@ -116,6 +116,8 @@ sokoban_tiles.9x9.bmp /* LCD_HEIGHT >= 128 */ sokoban_tiles.6x6.bmp #endif +#elif LCD_DEPTH >= 2 +sokoban_tiles.6x6x2.bmp #endif /* Flip it */ diff --git a/apps/plugins/bitmaps/native/sokoban_tiles.6x6x2.bmp b/apps/plugins/bitmaps/native/sokoban_tiles.6x6x2.bmp Binary files differnew file mode 100644 index 0000000..0cc7ad8 --- /dev/null +++ b/apps/plugins/bitmaps/native/sokoban_tiles.6x6x2.bmp |