forked from len0rd/rockbox
Portability enhancements - make the menu bitmap positions #defines, introduce a game loop timer (to fix the speed on all targets) and fix the menu on targets with 320x240 LCDs.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8464 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2047f79f75
commit
553c9e2fce
3 changed files with 101 additions and 59 deletions
|
@ -18,11 +18,15 @@ sudoku_inverse.220x176x16.bmp
|
|||
/* Brickmania */
|
||||
|
||||
#if (LCD_WIDTH >= 220) && (LCD_HEIGHT >= 176) && (LCD_DEPTH == 16)
|
||||
#if (LCD_WIDTH == 320)
|
||||
brickmania_menu_bg.320x240x16.bmp
|
||||
#else
|
||||
brickmania_menu_bg.220x176x16.bmp
|
||||
#endif
|
||||
brickmania_ball.220x176x16.bmp
|
||||
brickmania_bricks.220x176x16.bmp
|
||||
brickmania_gameover.220x176x16.bmp
|
||||
brickmania_help.220x176x16.bmp
|
||||
brickmania_menu_bg.220x176x16.bmp
|
||||
brickmania_no_resume.220x176x16.bmp
|
||||
brickmania_pads.220x176x16.bmp
|
||||
brickmania_powerups.220x176x16.bmp
|
||||
|
|
BIN
apps/plugins/bitmaps/native/brickmania_menu_bg.320x240x16.bmp
Normal file
BIN
apps/plugins/bitmaps/native/brickmania_menu_bg.320x240x16.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 225 KiB |
Loading…
Add table
Add a link
Reference in a new issue