summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2012-06-18 23:58:23 +0200
committerBertrik Sikken <bertrik@sikken.nl>2012-06-19 21:09:51 +0200
commitbc657b51636dd7d5aa0d0a0d904e3f8799a560d6 (patch)
treedb2658fcc4c06bcf8919695c7567c9b3d516e917 /apps
parenteb652b054e780222db89f1072a39759de1fd393e (diff)
downloadrockbox-bc657b51636dd7d5aa0d0a0d904e3f8799a560d6.tar.gz
rockbox-bc657b51636dd7d5aa0d0a0d904e3f8799a560d6.zip
brickmania: adapt to 96x96 screen of sansa clip zip
Change-Id: I298e989f4b1ae274eb9a28d97c453cc473609176
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/bitmaps/native/SOURCES15
-rw-r--r--apps/plugins/bitmaps/native/brickmania_break.96x96x16.bmpbin0 -> 1034 bytes
-rw-r--r--apps/plugins/bitmaps/native/brickmania_bricks.96x96x16.bmpbin0 -> 1034 bytes
-rw-r--r--apps/plugins/bitmaps/native/brickmania_gameover.56x27x24.bmpbin0 -> 6102 bytes
-rw-r--r--apps/plugins/bitmaps/native/brickmania_long_pads.96x96x16.bmpbin0 -> 702 bytes
-rw-r--r--apps/plugins/bitmaps/native/brickmania_pads.96x96x16.bmpbin0 -> 522 bytes
-rw-r--r--apps/plugins/bitmaps/native/brickmania_short_pads.96x96x16.bmpbin0 -> 378 bytes
7 files changed, 14 insertions, 1 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES
index f8ec9385b2..7acf16dc14 100644
--- a/apps/plugins/bitmaps/native/SOURCES
+++ b/apps/plugins/bitmaps/native/SOURCES
@@ -2,7 +2,11 @@
2 2
3/* Brickmania */ 3/* Brickmania */
4#ifdef HAVE_LCD_COLOR 4#ifdef HAVE_LCD_COLOR
5#if LCD_WIDTH >= 112
5brickmania_gameover.112x54x16.bmp 6brickmania_gameover.112x54x16.bmp
7#elif LCD_WIDTH >= 56
8brickmania_gameover.56x27x24.bmp
9#endif
6 10
7#if LCD_WIDTH >= 640 /* M:Robe 500 */ 11#if LCD_WIDTH >= 640 /* M:Robe 500 */
8brickmania_ball.15x15x16.bmp 12brickmania_ball.15x15x16.bmp
@@ -76,7 +80,7 @@ brickmania_long_pads.132x80x16.bmp
76brickmania_powerups.132x80x16.bmp 80brickmania_powerups.132x80x16.bmp
77brickmania_break.132x80x16.bmp 81brickmania_break.132x80x16.bmp
78 82
79#elif LCD_WIDTH >= 96 83#elif LCD_WIDTH >= 128
80brickmania_ball.4x4x16.bmp 84brickmania_ball.4x4x16.bmp
81brickmania_bricks.128x128x16.bmp 85brickmania_bricks.128x128x16.bmp
82brickmania_pads.132x80x16.bmp 86brickmania_pads.132x80x16.bmp
@@ -85,6 +89,15 @@ brickmania_long_pads.132x80x16.bmp
85brickmania_powerups.132x80x16.bmp 89brickmania_powerups.132x80x16.bmp
86brickmania_break.132x80x16.bmp 90brickmania_break.132x80x16.bmp
87 91
92#elif LCD_WIDTH >= 96
93brickmania_ball.4x4x16.bmp
94brickmania_bricks.96x96x16.bmp
95brickmania_pads.96x96x16.bmp
96brickmania_short_pads.96x96x16.bmp
97brickmania_long_pads.96x96x16.bmp
98brickmania_powerups.132x80x16.bmp
99brickmania_break.96x96x16.bmp
100
88#endif /* different colour displays */ 101#endif /* different colour displays */
89 102
90#elif LCD_DEPTH > 1 103#elif LCD_DEPTH > 1
diff --git a/apps/plugins/bitmaps/native/brickmania_break.96x96x16.bmp b/apps/plugins/bitmaps/native/brickmania_break.96x96x16.bmp
new file mode 100644
index 0000000000..0304d9b51a
--- /dev/null
+++ b/apps/plugins/bitmaps/native/brickmania_break.96x96x16.bmp
Binary files differ
diff --git a/apps/plugins/bitmaps/native/brickmania_bricks.96x96x16.bmp b/apps/plugins/bitmaps/native/brickmania_bricks.96x96x16.bmp
new file mode 100644
index 0000000000..1e95a3a553
--- /dev/null
+++ b/apps/plugins/bitmaps/native/brickmania_bricks.96x96x16.bmp
Binary files differ
diff --git a/apps/plugins/bitmaps/native/brickmania_gameover.56x27x24.bmp b/apps/plugins/bitmaps/native/brickmania_gameover.56x27x24.bmp
new file mode 100644
index 0000000000..4c976e4671
--- /dev/null
+++ b/apps/plugins/bitmaps/native/brickmania_gameover.56x27x24.bmp
Binary files differ
diff --git a/apps/plugins/bitmaps/native/brickmania_long_pads.96x96x16.bmp b/apps/plugins/bitmaps/native/brickmania_long_pads.96x96x16.bmp
new file mode 100644
index 0000000000..a731dca6ed
--- /dev/null
+++ b/apps/plugins/bitmaps/native/brickmania_long_pads.96x96x16.bmp
Binary files differ
diff --git a/apps/plugins/bitmaps/native/brickmania_pads.96x96x16.bmp b/apps/plugins/bitmaps/native/brickmania_pads.96x96x16.bmp
new file mode 100644
index 0000000000..5566610539
--- /dev/null
+++ b/apps/plugins/bitmaps/native/brickmania_pads.96x96x16.bmp
Binary files differ
diff --git a/apps/plugins/bitmaps/native/brickmania_short_pads.96x96x16.bmp b/apps/plugins/bitmaps/native/brickmania_short_pads.96x96x16.bmp
new file mode 100644
index 0000000000..a67d08275d
--- /dev/null
+++ b/apps/plugins/bitmaps/native/brickmania_short_pads.96x96x16.bmp
Binary files differ