diff options
author | Marianne Arnold <pixelma@rockbox.org> | 2007-12-30 14:56:51 +0000 |
---|---|---|
committer | Marianne Arnold <pixelma@rockbox.org> | 2007-12-30 14:56:51 +0000 |
commit | 2e5f8f5c0655bd1d8c2acf759898637902fc29d5 (patch) | |
tree | 9d6d230326a33c81deb9a060a1bb069011b51e90 /apps/plugins/bitmaps/mono | |
parent | 282c9d6e1b17f6d586d93a96eea9cb805d69d3b1 (diff) |
Brickmania for Sansa c200 and the small H10 with new graphics. While at it reduce the number of necessary per screen definition by letting the plugin retrieve the bitmap heights and widths from the file, therefore 'clean up' some graphics e.g. the menu items one, also make some backgrounds a bit nicer. Rearrange bitmaps/native/SOURCES and rename some graphics to reduce the number of duplicated bitmaps which only had a different name e.g. the ball - and tweak the gameover bitmap (on colour displays it uses transparency, and adapt the already existing mono bitmap to be usable). There might be minor differences in the 'looks' for existing ports but almost not noticeable with the exception that the gameover graphic is now centered. Introduce an alternative left and right key for c200 (volume up/down) for easier control. Manual update will follow.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15981 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/bitmaps/mono')
-rw-r--r-- | apps/plugins/bitmaps/mono/SOURCES | 10 | ||||
-rw-r--r-- | apps/plugins/bitmaps/mono/brickmania_ball.112x64x1.bmp | bin | 108 -> 0 bytes | |||
-rw-r--r-- | apps/plugins/bitmaps/mono/brickmania_bricks.112x64x1.bmp | bin | 1064 -> 0 bytes | |||
-rw-r--r-- | apps/plugins/bitmaps/mono/brickmania_gameover.112x64x1.bmp | bin | 17320 -> 0 bytes | |||
-rw-r--r-- | apps/plugins/bitmaps/mono/brickmania_menu_items.112x64x1.bmp | bin | 19496 -> 0 bytes | |||
-rw-r--r-- | apps/plugins/bitmaps/mono/brickmania_pads.112x64x1.bmp | bin | 220 -> 0 bytes | |||
-rw-r--r-- | apps/plugins/bitmaps/mono/brickmania_powerups.112x64x1.bmp | bin | 244 -> 0 bytes |
7 files changed, 0 insertions, 10 deletions
diff --git a/apps/plugins/bitmaps/mono/SOURCES b/apps/plugins/bitmaps/mono/SOURCES index 3917828bba..36fd2b02b0 100644 --- a/apps/plugins/bitmaps/mono/SOURCES +++ b/apps/plugins/bitmaps/mono/SOURCES @@ -20,16 +20,6 @@ bubbles_bubble.220x176x1.bmp bubbles_bubble.320x240x1.bmp #endif -/* BrickMania */ -#if (LCD_WIDTH == 112) && (LCD_HEIGHT == 64) -brickmania_menu_items.112x64x1.bmp -brickmania_bricks.112x64x1.bmp -brickmania_ball.112x64x1.bmp -brickmania_pads.112x64x1.bmp -brickmania_powerups.112x64x1.bmp - -#endif - /* Rockblox */ #if (LCD_WIDTH == 112) && (LCD_HEIGHT == 64) rockblox_background.112x64x1.bmp diff --git a/apps/plugins/bitmaps/mono/brickmania_ball.112x64x1.bmp b/apps/plugins/bitmaps/mono/brickmania_ball.112x64x1.bmp Binary files differdeleted file mode 100644 index 221b13b774..0000000000 --- a/apps/plugins/bitmaps/mono/brickmania_ball.112x64x1.bmp +++ /dev/null diff --git a/apps/plugins/bitmaps/mono/brickmania_bricks.112x64x1.bmp b/apps/plugins/bitmaps/mono/brickmania_bricks.112x64x1.bmp Binary files differdeleted file mode 100644 index fba374d480..0000000000 --- a/apps/plugins/bitmaps/mono/brickmania_bricks.112x64x1.bmp +++ /dev/null diff --git a/apps/plugins/bitmaps/mono/brickmania_gameover.112x64x1.bmp b/apps/plugins/bitmaps/mono/brickmania_gameover.112x64x1.bmp Binary files differdeleted file mode 100644 index 73afc2bfbb..0000000000 --- a/apps/plugins/bitmaps/mono/brickmania_gameover.112x64x1.bmp +++ /dev/null diff --git a/apps/plugins/bitmaps/mono/brickmania_menu_items.112x64x1.bmp b/apps/plugins/bitmaps/mono/brickmania_menu_items.112x64x1.bmp Binary files differdeleted file mode 100644 index 0403c9ae95..0000000000 --- a/apps/plugins/bitmaps/mono/brickmania_menu_items.112x64x1.bmp +++ /dev/null diff --git a/apps/plugins/bitmaps/mono/brickmania_pads.112x64x1.bmp b/apps/plugins/bitmaps/mono/brickmania_pads.112x64x1.bmp Binary files differdeleted file mode 100644 index 85e5ff1d72..0000000000 --- a/apps/plugins/bitmaps/mono/brickmania_pads.112x64x1.bmp +++ /dev/null diff --git a/apps/plugins/bitmaps/mono/brickmania_powerups.112x64x1.bmp b/apps/plugins/bitmaps/mono/brickmania_powerups.112x64x1.bmp Binary files differdeleted file mode 100644 index 66cca0a6d8..0000000000 --- a/apps/plugins/bitmaps/mono/brickmania_powerups.112x64x1.bmp +++ /dev/null |