From 5a29fe18d4ca1c96a4d962a6494a7ff4c481b5ad Mon Sep 17 00:00:00 2001 From: Nicolas Pennequin Date: Wed, 14 Feb 2007 22:59:36 +0000 Subject: Brickmania update for the Gigabeat: fixed menu and smaller game area to make the gameplay closer to targets with landscape oriented displays (and more challenging too). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12310 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/bitmaps/native/SOURCES | 4 ++++ .../bitmaps/native/brickmania_menu_bg.240x320x16.bmp | Bin 0 -> 230454 bytes 2 files changed, 4 insertions(+) create mode 100644 apps/plugins/bitmaps/native/brickmania_menu_bg.240x320x16.bmp (limited to 'apps/plugins/bitmaps/native') diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES index 9781e49..232b2b9 100644 --- a/apps/plugins/bitmaps/native/SOURCES +++ b/apps/plugins/bitmaps/native/SOURCES @@ -9,7 +9,11 @@ brickmania_pads.320x240x16.bmp brickmania_break.320x240x16.bmp brickmania_powerups.320x240x16.bmp #else +#if (LCD_WIDTH == 240) && (LCD_HEIGHT == 320) +brickmania_menu_bg.240x320x16.bmp +#else brickmania_menu_bg.220x176x16.bmp +#endif brickmania_bricks.220x176x16.bmp brickmania_pads.220x176x16.bmp brickmania_break.220x176x16.bmp diff --git a/apps/plugins/bitmaps/native/brickmania_menu_bg.240x320x16.bmp b/apps/plugins/bitmaps/native/brickmania_menu_bg.240x320x16.bmp new file mode 100644 index 0000000..93856e0 Binary files /dev/null and b/apps/plugins/bitmaps/native/brickmania_menu_bg.240x320x16.bmp differ -- cgit v1.1