BrickMania game (currently only for H300 and iPod Color) from Ben Basha (Paprica...
commit3d8398b41e7642720fd859a242ae9c4ce41b6586
authordave <dave@a1c6a512-1295-4272-9138-f99709370657>
Mon, 23 Jan 2006 16:00:06 +0000 (23 16:00 +0000)
committerdave <dave@a1c6a512-1295-4272-9138-f99709370657>
Mon, 23 Jan 2006 16:00:06 +0000 (23 16:00 +0000)
tree6d00d0d5dbecf9d827aa0f06df21af0b0c014a49
parent23b739a5fe59da7573909e24192fe9a5e5b2c891
BrickMania game (currently only for H300 and iPod Color) from Ben Basha (Paprica) with modifications by me to use external bitmaps and make the code more (but not yet completely) compliant with Rockbox coding guidelines

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8428 a1c6a512-1295-4272-9138-f99709370657
18 files changed:
apps/plugins/SOURCES
apps/plugins/bitmaps/native/SOURCES
apps/plugins/bitmaps/native/brickmania_ball.220x176x16.bmp [new file with mode: 0644]
apps/plugins/bitmaps/native/brickmania_bricks.220x176x16.bmp [new file with mode: 0644]
apps/plugins/bitmaps/native/brickmania_gameover.220x176x16.bmp [new file with mode: 0644]
apps/plugins/bitmaps/native/brickmania_help.220x176x16.bmp [new file with mode: 0644]
apps/plugins/bitmaps/native/brickmania_menu_bg.220x176x16.bmp [new file with mode: 0644]
apps/plugins/bitmaps/native/brickmania_no_resume.220x176x16.bmp [new file with mode: 0644]
apps/plugins/bitmaps/native/brickmania_pads.220x176x16.bmp [new file with mode: 0644]
apps/plugins/bitmaps/native/brickmania_powerups.220x176x16.bmp [new file with mode: 0644]
apps/plugins/bitmaps/native/brickmania_quit.220x176x16.bmp [new file with mode: 0644]
apps/plugins/bitmaps/native/brickmania_resume.220x176x16.bmp [new file with mode: 0644]
apps/plugins/bitmaps/native/brickmania_sel_help.220x176x16.bmp [new file with mode: 0644]
apps/plugins/bitmaps/native/brickmania_sel_quit.220x176x16.bmp [new file with mode: 0644]
apps/plugins/bitmaps/native/brickmania_sel_resume.220x176x16.bmp [new file with mode: 0644]
apps/plugins/bitmaps/native/brickmania_sel_start.220x176x16.bmp [new file with mode: 0644]
apps/plugins/bitmaps/native/brickmania_start.220x176x16.bmp [new file with mode: 0644]
apps/plugins/brickmania.c [new file with mode: 0644]