Invadrox - some bitmap related changes in preparation of porting it to more screen...
commit3a2bfa9f019c42a9a894bf597322c7e5c04ee6cf
authorpixelma <pixelma@a1c6a512-1295-4272-9138-f99709370657>
Tue, 7 Apr 2009 17:56:16 +0000 (7 17:56 +0000)
committerpixelma <pixelma@a1c6a512-1295-4272-9138-f99709370657>
Tue, 7 Apr 2009 17:56:16 +0000 (7 17:56 +0000)
tree42d4b87e503c8807542d8fb120522d88de4a5c34
parent677fde53cc4a0bcef7bb1e119badd239257b28c9
Invadrox - some bitmap related changes in preparation of porting it to more screen resolutions, should not be visible to the user: (1) Use single bitmaps (or strips where possible) instead of one big bitmap each, so instructions and defines how to take the bitmap apart aren't needed. It's more flexible and makes it possible to (2) get some width/height variables directly from the bitmaps. (3) Use background images for static items. Both reduces the number of hardcoded values noticeably. (4) Make the 'fire_sprite' an external bitmap too - with help of Jens -. (5) Rename 'TINY_GRAPHICS' to 'SMALL_GRAPHICS' to have this name available for even smaller images (which is planned).

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20646 a1c6a512-1295-4272-9138-f99709370657
38 files changed:
apps/plugins/bitmaps/mono/SOURCES
apps/plugins/bitmaps/mono/invadrox_fire.6x6x1.bmp [new file with mode: 0644]
apps/plugins/bitmaps/mono/invadrox_fire.8x8x1.bmp [new file with mode: 0644]
apps/plugins/bitmaps/native/SOURCES
apps/plugins/bitmaps/native/invadrox.160x128x2.bmp [deleted file]
apps/plugins/bitmaps/native/invadrox.176x132x16.bmp [deleted file]
apps/plugins/bitmaps/native/invadrox.320x240x16.bmp [deleted file]
apps/plugins/bitmaps/native/invadrox_alien_explode.10x5x16.bmp [new file with mode: 0644]
apps/plugins/bitmaps/native/invadrox_alien_explode.13x7x16.bmp [new file with mode: 0644]
apps/plugins/bitmaps/native/invadrox_aliens.16x15x16.bmp [new file with mode: 0644]
apps/plugins/bitmaps/native/invadrox_aliens.24x24x16.bmp [new file with mode: 0644]
apps/plugins/bitmaps/native/invadrox_background.160x128x16.bmp [new file with mode: 0644]
apps/plugins/bitmaps/native/invadrox_background.176x132x16.bmp [new file with mode: 0644]
apps/plugins/bitmaps/native/invadrox_background.176x220x16.bmp [new file with mode: 0644]
apps/plugins/bitmaps/native/invadrox_background.220x176x16.bmp [new file with mode: 0644]
apps/plugins/bitmaps/native/invadrox_background.240x320x16.bmp [new file with mode: 0644]
apps/plugins/bitmaps/native/invadrox_background.320x240x16.bmp [new file with mode: 0644]
apps/plugins/bitmaps/native/invadrox_bombs.9x30x16.bmp [new file with mode: 0644]
apps/plugins/bitmaps/native/invadrox_bombs.9x42x16.bmp [new file with mode: 0644]
apps/plugins/bitmaps/native/invadrox_left.320x240x16.bmp [deleted file]
apps/plugins/bitmaps/native/invadrox_logo.176x220x16.bmp [deleted file]
apps/plugins/bitmaps/native/invadrox_logo.240x320x16.bmp [deleted file]
apps/plugins/bitmaps/native/invadrox_numbers.40x5x16.bmp [new file with mode: 0644]
apps/plugins/bitmaps/native/invadrox_numbers.50x7x16.bmp [new file with mode: 0644]
apps/plugins/bitmaps/native/invadrox_right.320x240x16.bmp [deleted file]
apps/plugins/bitmaps/native/invadrox_shield.15x10x16.bmp [new file with mode: 0644]
apps/plugins/bitmaps/native/invadrox_shield.15x10x2.bmp [new file with mode: 0644]
apps/plugins/bitmaps/native/invadrox_shield.22x16x16.bmp [new file with mode: 0644]
apps/plugins/bitmaps/native/invadrox_ships.10x15x16.bmp [new file with mode: 0644]
apps/plugins/bitmaps/native/invadrox_ships.10x15x2.bmp [new file with mode: 0644]
apps/plugins/bitmaps/native/invadrox_ships.16x24x16.bmp [new file with mode: 0644]
apps/plugins/bitmaps/native/invadrox_ufo.11x5x16.bmp [new file with mode: 0644]
apps/plugins/bitmaps/native/invadrox_ufo.11x5x2.bmp [new file with mode: 0644]
apps/plugins/bitmaps/native/invadrox_ufo.16x7x16.bmp [new file with mode: 0644]
apps/plugins/bitmaps/native/invadrox_ufo_explode.14x5x16.bmp [new file with mode: 0644]
apps/plugins/bitmaps/native/invadrox_ufo_explode.14x5x2.bmp [new file with mode: 0644]
apps/plugins/bitmaps/native/invadrox_ufo_explode.21x8x16.bmp [new file with mode: 0644]
apps/plugins/invadrox.c