summaryrefslogtreecommitdiff
path: root/apps/plugins/brickmania.c
diff options
context:
space:
mode:
authorZakk Roberts <midkay@rockbox.org>2007-01-26 08:54:44 +0000
committerZakk Roberts <midkay@rockbox.org>2007-01-26 08:54:44 +0000
commita79dfa82a7248d27f2c8deda52753835a8455922 (patch)
treec8d9a6d9839d7c9275cdac0ad89d6ed62f69b14d /apps/plugins/brickmania.c
parent4d7ceb5b3c31db844eb5ad392a060cc525ac74d7 (diff)
downloadrockbox-a79dfa82a7248d27f2c8deda52753835a8455922.tar.gz
rockbox-a79dfa82a7248d27f2c8deda52753835a8455922.zip
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
Diffstat (limited to 'apps/plugins/brickmania.c')
-rw-r--r--apps/plugins/brickmania.c10
1 files changed, 5 insertions, 5 deletions
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[];
183*/ 183*/
184#define CYCLETIME 30 184#define CYCLETIME 30
185 185
186#define PAD_WIDTH 40 186#define PAD_WIDTH 56
187#define PAD_HEIGHT 5 187#define PAD_HEIGHT 7
188#define PAD_POS_Y LCD_HEIGHT - 7 188#define PAD_POS_Y LCD_HEIGHT - 7
189#define BRICK_HEIGHT 12 189#define BRICK_HEIGHT 12
190#define BRICK_WIDTH 32 190#define BRICK_WIDTH 32
191#define BALL 5 191#define BALL 5
192#define HALFBALL 3 192#define HALFBALL 3
193#define LEFTMARGIN 5 193#define LEFTMARGIN 0
194#define TOPMARGIN 30 194#define TOPMARGIN 30
195 195
196#define MENU_BMPHEIGHT 20 196#define MENU_BMPHEIGHT 20
197#define MENU_BMPWIDTH 112 197#define MENU_BMPWIDTH 112
198 198
199#define BMPHEIGHT_powerup 6 199#define BMPHEIGHT_powerup 10
200#define BMPWIDTH_powerup 10 200#define BMPWIDTH_powerup 16
201 201
202#define BMPHEIGHT_menu LCD_HEIGHT 202#define BMPHEIGHT_menu LCD_HEIGHT
203#define BMPWIDTH_menu LCD_WIDTH 203#define BMPWIDTH_menu LCD_WIDTH