Sokoban: enable the plugin for the c200. Invent a new, a bit more rockboxish colour...
commit14fdb126f6305e7d50437a2fb193a1f6e57005fc
authorpixelma <pixelma@a1c6a512-1295-4272-9138-f99709370657>
Sun, 18 May 2008 13:05:45 +0000 (18 13:05 +0000)
committerpixelma <pixelma@a1c6a512-1295-4272-9138-f99709370657>
Sun, 18 May 2008 13:05:45 +0000 (18 13:05 +0000)
tree4676d89b9703ac1379a3bb438e0fa01bab97ef9b
parente3479c6487420a3ca71b1833d8eeed8e01a7fa27
Sokoban: enable the plugin for the c200. Invent a new, a bit more rockboxish  colour scheme since the old one didn't work in the small size that was needed for the c200's screen. Also use these colours in existing bmps and add some in-between sizes (e.g. for the Nano and Gigabeat) to use the screen size as best as possible. Rename the existing colour bmps consistently. Remove the drawing code for monochrome screens and let them use the bitmap build system too. This also allows further simplifying the code and let the plugin retrieve the tilesize from the bitmap.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17569 a1c6a512-1295-4272-9138-f99709370657
16 files changed:
apps/plugins/SOURCES
apps/plugins/bitmaps/native/SOURCES
apps/plugins/bitmaps/native/sokoban_tiles.12x12x16.bmp [new file with mode: 0644]
apps/plugins/bitmaps/native/sokoban_tiles.14x14.bmp [deleted file]
apps/plugins/bitmaps/native/sokoban_tiles.14x14x16.bmp [new file with mode: 0644]
apps/plugins/bitmaps/native/sokoban_tiles.4x4x1.bmp [new file with mode: 0644]
apps/plugins/bitmaps/native/sokoban_tiles.5x5x16.bmp [new file with mode: 0644]
apps/plugins/bitmaps/native/sokoban_tiles.5x5x2.bmp [new file with mode: 0644]
apps/plugins/bitmaps/native/sokoban_tiles.6x6.bmp [deleted file]
apps/plugins/bitmaps/native/sokoban_tiles.6x6x1.bmp [new file with mode: 0644]
apps/plugins/bitmaps/native/sokoban_tiles.6x6x16.bmp [new file with mode: 0644]
apps/plugins/bitmaps/native/sokoban_tiles.6x6x2.bmp
apps/plugins/bitmaps/native/sokoban_tiles.7x7x16.bmp [new file with mode: 0644]
apps/plugins/bitmaps/native/sokoban_tiles.9x9.bmp [deleted file]
apps/plugins/bitmaps/native/sokoban_tiles.9x9x16.bmp [new file with mode: 0644]
apps/plugins/sokoban.c