Add color bitmap files for flipit, sokoban and star plugins.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10098 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Antoine Cellerier 2006-06-10 20:35:02 +00:00
parent 26dd5c5e9c
commit 2e1aa7ddc2
10 changed files with 34 additions and 0 deletions

View file

@ -106,6 +106,40 @@ snake2_right.160x128x2.bmp
snake2_bottom.160x128x2.bmp
#endif
/* Sokoban*/
#ifdef HAVE_LCD_COLOR
#if LCD_HEIGHT >= 240
sokoban_tiles.14x14.bmp
#elif LCD_HEIGHT >= 176
sokoban_tiles.9x9.bmp
#else
/* LCD_HEIGHT >= 128 */
sokoban_tiles.6x6.bmp
#endif
#endif
/* Flip it */
#ifdef HAVE_LCD_COLOR
#if LCD_HEIGHT >= 200
flipit_tokens.50x50.bmp
#elif LCD_HEIGHT >= 160
flipit_tokens.40x40.bmp
#else
flipit_tokens.30x30.bmp
#endif
#endif
/* Star */
#ifdef HAVE_LCD_COLOR
#if LCD_WIDTH >= 320
star_tiles.20x20.bmp
#elif LCD_WIDTH >= 220
star_tiles.13x13.bmp
#else
star_tiles.10x10.bmp
#endif
#endif
/* Solitaire */
#ifdef HAVE_LCD_COLOR
#if (LCD_WIDTH >= 220) && (LCD_HEIGHT >= 176)

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 774 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB