From a79dfa82a7248d27f2c8deda52753835a8455922 Mon Sep 17 00:00:00 2001 From: Zakk Roberts Date: Fri, 26 Jan 2007 08:54:44 +0000 Subject: More new Brickmania bitmaps. New paddles for all targets; new powerups and 'break' bitmaps for iPod 5G, and a small tweak for that target as well. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12117 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/brickmania.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'apps/plugins/brickmania.c') diff --git a/apps/plugins/brickmania.c b/apps/plugins/brickmania.c index 23abad584b..66ae99a7fe 100644 --- a/apps/plugins/brickmania.c +++ b/apps/plugins/brickmania.c @@ -183,21 +183,21 @@ extern const fb_data brickmania_bricks[]; */ #define CYCLETIME 30 -#define PAD_WIDTH 40 -#define PAD_HEIGHT 5 +#define PAD_WIDTH 56 +#define PAD_HEIGHT 7 #define PAD_POS_Y LCD_HEIGHT - 7 #define BRICK_HEIGHT 12 #define BRICK_WIDTH 32 #define BALL 5 #define HALFBALL 3 -#define LEFTMARGIN 5 +#define LEFTMARGIN 0 #define TOPMARGIN 30 #define MENU_BMPHEIGHT 20 #define MENU_BMPWIDTH 112 -#define BMPHEIGHT_powerup 6 -#define BMPWIDTH_powerup 10 +#define BMPHEIGHT_powerup 10 +#define BMPWIDTH_powerup 16 #define BMPHEIGHT_menu LCD_HEIGHT #define BMPWIDTH_menu LCD_WIDTH -- cgit v1.2.3