forked from len0rd/rockbox
*: Enhance minesweeper graphics
minesweeper.c: clean source code (ipod keys still need to be changed) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10562 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c9bb152a33
commit
e2a73dc389
6 changed files with 378 additions and 428 deletions
|
@ -280,4 +280,16 @@ rockpaint.bmp
|
||||||
rockpaint_hsvrgb.bmp
|
rockpaint_hsvrgb.bmp
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined( HAVE_LCD_COLOR )
|
||||||
|
#if ( LCD_HEIGHT * LCD_WIDTH ) / ( 16 * 16 ) >= 130
|
||||||
|
minesweeper_tiles.16x16x24.bmp
|
||||||
|
#else
|
||||||
|
minesweeper_tiles.12x12x24.bmp
|
||||||
|
#endif
|
||||||
|
#elif LCD_DEPTH > 1
|
||||||
|
minesweeper_tiles.12x12x2.bmp
|
||||||
|
#else
|
||||||
|
minesweeper_tiles.8x8x1.bmp
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif /* HAVE_LCD_BITMAP */
|
#endif /* HAVE_LCD_BITMAP */
|
||||||
|
|
BIN
apps/plugins/bitmaps/native/minesweeper_tiles.12x12x2.bmp
Normal file
BIN
apps/plugins/bitmaps/native/minesweeper_tiles.12x12x2.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.9 KiB |
BIN
apps/plugins/bitmaps/native/minesweeper_tiles.12x12x24.bmp
Normal file
BIN
apps/plugins/bitmaps/native/minesweeper_tiles.12x12x24.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.5 KiB |
BIN
apps/plugins/bitmaps/native/minesweeper_tiles.16x16x24.bmp
Normal file
BIN
apps/plugins/bitmaps/native/minesweeper_tiles.16x16x24.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.8 KiB |
BIN
apps/plugins/bitmaps/native/minesweeper_tiles.8x8x1.bmp
Normal file
BIN
apps/plugins/bitmaps/native/minesweeper_tiles.8x8x1.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.5 KiB |
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue