1
0
Fork 0
forked from len0rd/rockbox

Add bitmaps for greyscale LCD targets for "star" game. Closes http://www.rockbox.org/tracker/task/5509

(bitmaps are a bit too large for ipod mini, but the game is still playable)


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10344 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Antoine Cellerier 2006-07-27 22:04:07 +00:00
parent 821a6c9169
commit a322081e94
3 changed files with 12 additions and 10 deletions

View file

@ -138,7 +138,7 @@ flipit_tokens.20x20x2.bmp
#endif
/* Star */
#ifdef HAVE_LCD_COLOR
#if defined( HAVE_LCD_COLOR )
#if LCD_WIDTH >= 320
star_tiles.20x20.bmp
#elif LCD_WIDTH >= 220
@ -146,6 +146,8 @@ star_tiles.13x13.bmp
#else
star_tiles.10x10.bmp
#endif
#elif LCD_DEPTH > 1
star_tiles.10x10.grey.bmp
#endif
/* Solitaire */