summaryrefslogtreecommitdiff
path: root/apps/plugins/bitmaps
diff options
context:
space:
mode:
authorWill Robertson <aliask@rockbox.org>2007-08-02 12:55:14 +0000
committerWill Robertson <aliask@rockbox.org>2007-08-02 12:55:14 +0000
commit1685da832f1cecba215296734aef91b3918f57bb (patch)
tree5981a5bb77e2af9f3133f2602b1df253971a4c8a /apps/plugins/bitmaps
parent8789ebc4f2c838ff12d13a043ff8d501b9bab2f8 (diff)
downloadrockbox-1685da832f1cecba215296734aef91b3918f57bb.tar.gz
rockbox-1685da832f1cecba215296734aef91b3918f57bb.zip
Accept FS#7136: Turn based strategy game - "Superdom" clone
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14144 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/bitmaps')
-rw-r--r--apps/plugins/bitmaps/mono/SOURCES4
-rw-r--r--apps/plugins/bitmaps/mono/superdom_boarditems.160x128x1.bmpbin0 -> 630 bytes
-rw-r--r--apps/plugins/bitmaps/native/SOURCES15
-rw-r--r--apps/plugins/bitmaps/native/superdom_boarditems.176x132x16.bmpbin0 -> 630 bytes
-rw-r--r--apps/plugins/bitmaps/native/superdom_boarditems.220x176x16.bmpbin0 -> 1902 bytes
-rw-r--r--apps/plugins/bitmaps/native/superdom_boarditems.240x320x16.bmpbin0 -> 3078 bytes
-rw-r--r--apps/plugins/bitmaps/native/superdom_boarditems.320x240x16.bmpbin0 -> 3654 bytes
7 files changed, 19 insertions, 0 deletions
diff --git a/apps/plugins/bitmaps/mono/SOURCES b/apps/plugins/bitmaps/mono/SOURCES
index 626b6ca2d8..d74905fb0d 100644
--- a/apps/plugins/bitmaps/mono/SOURCES
+++ b/apps/plugins/bitmaps/mono/SOURCES
@@ -46,6 +46,10 @@ flipit_cursor.16x13x1.bmp
46#endif 46#endif
47#endif 47#endif
48 48
49#if LCD_WIDTH == 160 && LCD_HEIGHT == 128 && LCD_DEPTH < 16
50superdom_boarditems.160x128x1.bmp
51#endif
52
49#endif /* HAVE_LCD_BITMAP */ 53#endif /* HAVE_LCD_BITMAP */
50#if defined(SIMULATOR) && defined(__APPLE__) 54#if defined(SIMULATOR) && defined(__APPLE__)
51osx.dummy.bmp 55osx.dummy.bmp
diff --git a/apps/plugins/bitmaps/mono/superdom_boarditems.160x128x1.bmp b/apps/plugins/bitmaps/mono/superdom_boarditems.160x128x1.bmp
new file mode 100644
index 0000000000..c9196b22db
--- /dev/null
+++ b/apps/plugins/bitmaps/mono/superdom_boarditems.160x128x1.bmp
Binary files differ
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES
index 50866cb183..05029c430c 100644
--- a/apps/plugins/bitmaps/native/SOURCES
+++ b/apps/plugins/bitmaps/native/SOURCES
@@ -457,4 +457,19 @@ sudoku_inverse.320x240x16.bmp
457#endif 457#endif
458#endif 458#endif
459 459
460/* Superdom */
461#if LCD_DEPTH == 16
462#if ((LCD_WIDTH == 220) && (LCD_HEIGHT == 176))
463superdom_boarditems.220x176x16.bmp
464#elif ((LCD_WIDTH == 176) && (LCD_HEIGHT == 132)) || \
465 ((LCD_WIDTH == 160) && (LCD_HEIGHT == 128)) || \
466 ((LCD_WIDTH == 176) && (LCD_HEIGHT == 220))
467superdom_boarditems.176x132x16.bmp
468#elif (LCD_WIDTH == 320 && LCD_HEIGHT == 240)
469superdom_boarditems.320x240x16.bmp
470#elif (LCD_WIDTH == 240 && LCD_HEIGHT == 320)
471superdom_boarditems.240x320x16.bmp
472#endif
473#endif
474
460#endif /* HAVE_LCD_BITMAP */ 475#endif /* HAVE_LCD_BITMAP */
diff --git a/apps/plugins/bitmaps/native/superdom_boarditems.176x132x16.bmp b/apps/plugins/bitmaps/native/superdom_boarditems.176x132x16.bmp
new file mode 100644
index 0000000000..db95fb5f8d
--- /dev/null
+++ b/apps/plugins/bitmaps/native/superdom_boarditems.176x132x16.bmp
Binary files differ
diff --git a/apps/plugins/bitmaps/native/superdom_boarditems.220x176x16.bmp b/apps/plugins/bitmaps/native/superdom_boarditems.220x176x16.bmp
new file mode 100644
index 0000000000..47b4b90164
--- /dev/null
+++ b/apps/plugins/bitmaps/native/superdom_boarditems.220x176x16.bmp
Binary files differ
diff --git a/apps/plugins/bitmaps/native/superdom_boarditems.240x320x16.bmp b/apps/plugins/bitmaps/native/superdom_boarditems.240x320x16.bmp
new file mode 100644
index 0000000000..b39c69ba6e
--- /dev/null
+++ b/apps/plugins/bitmaps/native/superdom_boarditems.240x320x16.bmp
Binary files differ
diff --git a/apps/plugins/bitmaps/native/superdom_boarditems.320x240x16.bmp b/apps/plugins/bitmaps/native/superdom_boarditems.320x240x16.bmp
new file mode 100644
index 0000000000..36b53b6bb6
--- /dev/null
+++ b/apps/plugins/bitmaps/native/superdom_boarditems.320x240x16.bmp
Binary files differ