forked from len0rd/rockbox
Bejeweled: speed fixes, graphics enhancements, and use external bitmaps
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8697 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d935679ba6
commit
e824805f42
7 changed files with 333 additions and 1578 deletions
|
@ -1,5 +1,22 @@
|
||||||
#ifdef HAVE_LCD_BITMAP
|
#ifdef HAVE_LCD_BITMAP
|
||||||
|
|
||||||
|
/* Bejeweled */
|
||||||
|
#if (LCD_WIDTH == 112) && (LCD_HEIGHT == 64)
|
||||||
|
bejeweled_jewels.112x64x1.bmp
|
||||||
|
#elif (LCD_WIDTH == 128) && (LCD_HEIGHT == 64)
|
||||||
|
bejeweled_jewels.112x64x1.bmp
|
||||||
|
#elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) && !defined(HAVE_LCD_COLOR)
|
||||||
|
bejeweled_jewels.160x128x1.bmp
|
||||||
|
#elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) && defined(HAVE_LCD_COLOR)
|
||||||
|
bejeweled_jewels.160x128x16.bmp
|
||||||
|
#elif (LCD_WIDTH == 176) && (LCD_HEIGHT == 132)
|
||||||
|
bejeweled_jewels.160x128x16.bmp
|
||||||
|
#elif (LCD_WIDTH == 220) && (LCD_HEIGHT == 176)
|
||||||
|
bejeweled_jewels.220x176x16.bmp
|
||||||
|
#elif (LCD_WIDTH == 320) && (LCD_HEIGHT == 240)
|
||||||
|
bejeweled_jewels.320x240x16.bmp
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Solitaire */
|
/* Solitaire */
|
||||||
#ifdef HAVE_LCD_COLOR
|
#ifdef HAVE_LCD_COLOR
|
||||||
solitaire_cardback.220x176x16.bmp
|
solitaire_cardback.220x176x16.bmp
|
||||||
|
|
BIN
apps/plugins/bitmaps/native/jewels.112x64x1.bmp
Normal file
BIN
apps/plugins/bitmaps/native/jewels.112x64x1.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 318 B |
BIN
apps/plugins/bitmaps/native/jewels.160x128x1.bmp
Normal file
BIN
apps/plugins/bitmaps/native/jewels.160x128x1.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 574 B |
BIN
apps/plugins/bitmaps/native/jewels.160x128x16.bmp
Normal file
BIN
apps/plugins/bitmaps/native/jewels.160x128x16.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.1 KiB |
BIN
apps/plugins/bitmaps/native/jewels.220x176x16.bmp
Normal file
BIN
apps/plugins/bitmaps/native/jewels.220x176x16.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
BIN
apps/plugins/bitmaps/native/jewels.320x240x16.bmp
Normal file
BIN
apps/plugins/bitmaps/native/jewels.320x240x16.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue