diff options
| author | Franklin Wei <frankhwei536@gmail.com> | 2014-09-03 19:16:37 -0400 |
|---|---|---|
| committer | Franklin Wei <frankhwei536@gmail.com> | 2014-09-14 17:46:36 -0400 |
| commit | 0cf2377614f7fcbc9c04d1671ea5d965b4c841c8 (patch) | |
| tree | 7256ae1f1eb46ec999c08c2d1b7ed174ed3124a6 /apps/plugins/bitmaps | |
| parent | 12f5c63474c03a5f06ea5c04de267a1a8fa36233 (diff) | |
| download | rockbox-0cf2377614f7fcbc9c04d1671ea5d965b4c841c8.zip rockbox-0cf2377614f7fcbc9c04d1671ea5d965b4c841c8.tar.gz rockbox-0cf2377614f7fcbc9c04d1671ea5d965b4c841c8.tar.bz2 rockbox-0cf2377614f7fcbc9c04d1671ea5d965b4c841c8.tar.xz | |
FS#8647: Amaze - 3D maze game plugin
- update to build against latest Git
- cleanup (whitespace, indentation)
- fixed old PLA handling
- update indentation/curly brace style
- improve load/save mechanism
Change-Id: Ic84d98650c1152ab0ad268b51bd060f714ace288
Diffstat (limited to 'apps/plugins/bitmaps')
| -rw-r--r-- | apps/plugins/bitmaps/native/SOURCES | 12 | ||||
| -rw-r--r-- | apps/plugins/bitmaps/native/amaze_tiles_7.7x7x1.bmp | bin | 0 -> 342 bytes | |||
| -rw-r--r-- | apps/plugins/bitmaps/native/amaze_tiles_7.7x7x16.bmp | bin | 0 -> 1734 bytes | |||
| -rw-r--r-- | apps/plugins/bitmaps/native/amaze_tiles_7.7x7x2.bmp | bin | 0 -> 350 bytes | |||
| -rw-r--r-- | apps/plugins/bitmaps/native/amaze_tiles_9.9x9x1.bmp | bin | 0 -> 422 bytes | |||
| -rw-r--r-- | apps/plugins/bitmaps/native/amaze_tiles_9.9x9x16.bmp | bin | 0 -> 2574 bytes | |||
| -rw-r--r-- | apps/plugins/bitmaps/native/amaze_tiles_9.9x9x2.bmp | bin | 0 -> 790 bytes |
7 files changed, 12 insertions, 0 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES index 90376d8..2f9cb69 100644 --- a/apps/plugins/bitmaps/native/SOURCES +++ b/apps/plugins/bitmaps/native/SOURCES @@ -22,6 +22,18 @@ _2048_background.56x56x24.bmp #endif #undef MIN +/* amaze */ +#if LCD_DEPTH == 16 +amaze_tiles_9.9x9x16.bmp +amaze_tiles_7.7x7x16.bmp +#elif LCD_DEPTH > 1 +amaze_tiles_9.9x9x2.bmp +amaze_tiles_7.7x7x2.bmp +#else /* mono */ +amaze_tiles_9.9x9x1.bmp +amaze_tiles_7.7x7x1.bmp +#endif + /* Brickmania */ #ifdef HAVE_LCD_COLOR #if LCD_WIDTH >= 112 diff --git a/apps/plugins/bitmaps/native/amaze_tiles_7.7x7x1.bmp b/apps/plugins/bitmaps/native/amaze_tiles_7.7x7x1.bmp Binary files differnew file mode 100644 index 0000000..e5d87a6 --- /dev/null +++ b/apps/plugins/bitmaps/native/amaze_tiles_7.7x7x1.bmp diff --git a/apps/plugins/bitmaps/native/amaze_tiles_7.7x7x16.bmp b/apps/plugins/bitmaps/native/amaze_tiles_7.7x7x16.bmp Binary files differnew file mode 100644 index 0000000..206e82d --- /dev/null +++ b/apps/plugins/bitmaps/native/amaze_tiles_7.7x7x16.bmp diff --git a/apps/plugins/bitmaps/native/amaze_tiles_7.7x7x2.bmp b/apps/plugins/bitmaps/native/amaze_tiles_7.7x7x2.bmp Binary files differnew file mode 100644 index 0000000..3b6e9db --- /dev/null +++ b/apps/plugins/bitmaps/native/amaze_tiles_7.7x7x2.bmp diff --git a/apps/plugins/bitmaps/native/amaze_tiles_9.9x9x1.bmp b/apps/plugins/bitmaps/native/amaze_tiles_9.9x9x1.bmp Binary files differnew file mode 100644 index 0000000..52e35c4 --- /dev/null +++ b/apps/plugins/bitmaps/native/amaze_tiles_9.9x9x1.bmp diff --git a/apps/plugins/bitmaps/native/amaze_tiles_9.9x9x16.bmp b/apps/plugins/bitmaps/native/amaze_tiles_9.9x9x16.bmp Binary files differnew file mode 100644 index 0000000..6da881e --- /dev/null +++ b/apps/plugins/bitmaps/native/amaze_tiles_9.9x9x16.bmp diff --git a/apps/plugins/bitmaps/native/amaze_tiles_9.9x9x2.bmp b/apps/plugins/bitmaps/native/amaze_tiles_9.9x9x2.bmp Binary files differnew file mode 100644 index 0000000..41de3a0 --- /dev/null +++ b/apps/plugins/bitmaps/native/amaze_tiles_9.9x9x2.bmp |