diff options
| author | Adam Boot <rotator@gmail.com> | 2006-03-20 03:06:07 +0000 |
|---|---|---|
| committer | Adam Boot <rotator@gmail.com> | 2006-03-20 03:06:07 +0000 |
| commit | ea4947a95f2478fd2d72c0af43829ebb6c4328a3 (patch) | |
| tree | c85f3e62605afe4d8b7c95659b1643c45baaa34e /apps/plugins/bitmaps/mono | |
| parent | fce885d9ec3fe590ad8eed2d2ca961c14a601202 (diff) | |
| download | rockbox-ea4947a95f2478fd2d72c0af43829ebb6c4328a3.zip rockbox-ea4947a95f2478fd2d72c0af43829ebb6c4328a3.tar.gz rockbox-ea4947a95f2478fd2d72c0af43829ebb6c4328a3.tar.bz2 rockbox-ea4947a95f2478fd2d72c0af43829ebb6c4328a3.tar.xz | |
New game plugin: bubbles, initial commit
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9126 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/bitmaps/mono')
| -rw-r--r-- | apps/plugins/bitmaps/mono/SOURCES | 12 | ||||
| -rwxr-xr-x | apps/plugins/bitmaps/mono/bubbles_bubble.160x128x1.bmp | bin | 0 -> 110 bytes | |||
| -rwxr-xr-x | apps/plugins/bitmaps/mono/bubbles_bubble.220x176x1.bmp | bin | 0 -> 126 bytes | |||
| -rwxr-xr-x | apps/plugins/bitmaps/mono/bubbles_bubble.320x240x1.bmp | bin | 0 -> 150 bytes |
4 files changed, 12 insertions, 0 deletions
diff --git a/apps/plugins/bitmaps/mono/SOURCES b/apps/plugins/bitmaps/mono/SOURCES index 0ee98f9..34f0f42 100644 --- a/apps/plugins/bitmaps/mono/SOURCES +++ b/apps/plugins/bitmaps/mono/SOURCES @@ -1,5 +1,17 @@ #ifdef HAVE_LCD_BITMAP +/* Bubbles */ +#if (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) +bubbles_bubble.160x128x1.bmp +#elif (LCD_WIDTH == 176) && (LCD_HEIGHT == 132) +bubbles_bubble.160x128x1.bmp +#elif ((LCD_WIDTH == 220) && (LCD_HEIGHT == 176)) || \ + ((LCD_WIDTH == 240) && (LCD_HEIGHT == 320)) +bubbles_bubble.220x176x1.bmp +#elif (LCD_WIDTH == 320) && (LCD_HEIGHT == 240) +bubbles_bubble.320x240x1.bmp +#endif + /* BrickMania */ #if (LCD_WIDTH == 112) && (LCD_HEIGHT == 64) diff --git a/apps/plugins/bitmaps/mono/bubbles_bubble.160x128x1.bmp b/apps/plugins/bitmaps/mono/bubbles_bubble.160x128x1.bmp Binary files differnew file mode 100755 index 0000000..8a3a514 --- /dev/null +++ b/apps/plugins/bitmaps/mono/bubbles_bubble.160x128x1.bmp diff --git a/apps/plugins/bitmaps/mono/bubbles_bubble.220x176x1.bmp b/apps/plugins/bitmaps/mono/bubbles_bubble.220x176x1.bmp Binary files differnew file mode 100755 index 0000000..da84ba7 --- /dev/null +++ b/apps/plugins/bitmaps/mono/bubbles_bubble.220x176x1.bmp diff --git a/apps/plugins/bitmaps/mono/bubbles_bubble.320x240x1.bmp b/apps/plugins/bitmaps/mono/bubbles_bubble.320x240x1.bmp Binary files differnew file mode 100755 index 0000000..2ba692b --- /dev/null +++ b/apps/plugins/bitmaps/mono/bubbles_bubble.320x240x1.bmp |