diff options
| author | Will Robertson <aliask@rockbox.org> | 2007-08-02 12:55:14 +0000 |
|---|---|---|
| committer | Will Robertson <aliask@rockbox.org> | 2007-08-02 12:55:14 +0000 |
| commit | 1685da832f1cecba215296734aef91b3918f57bb (patch) | |
| tree | 5981a5bb77e2af9f3133f2602b1df253971a4c8a /apps/plugins/bitmaps/native/SOURCES | |
| parent | 8789ebc4f2c838ff12d13a043ff8d501b9bab2f8 (diff) | |
| download | rockbox-1685da832f1cecba215296734aef91b3918f57bb.zip rockbox-1685da832f1cecba215296734aef91b3918f57bb.tar.gz rockbox-1685da832f1cecba215296734aef91b3918f57bb.tar.bz2 rockbox-1685da832f1cecba215296734aef91b3918f57bb.tar.xz | |
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/native/SOURCES')
| -rw-r--r-- | apps/plugins/bitmaps/native/SOURCES | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES index 50866cb..05029c4 100644 --- a/apps/plugins/bitmaps/native/SOURCES +++ b/apps/plugins/bitmaps/native/SOURCES @@ -457,4 +457,19 @@ sudoku_inverse.320x240x16.bmp #endif #endif +/* Superdom */ +#if LCD_DEPTH == 16 +#if ((LCD_WIDTH == 220) && (LCD_HEIGHT == 176)) +superdom_boarditems.220x176x16.bmp +#elif ((LCD_WIDTH == 176) && (LCD_HEIGHT == 132)) || \ + ((LCD_WIDTH == 160) && (LCD_HEIGHT == 128)) || \ + ((LCD_WIDTH == 176) && (LCD_HEIGHT == 220)) +superdom_boarditems.176x132x16.bmp +#elif (LCD_WIDTH == 320 && LCD_HEIGHT == 240) +superdom_boarditems.320x240x16.bmp +#elif (LCD_WIDTH == 240 && LCD_HEIGHT == 320) +superdom_boarditems.240x320x16.bmp +#endif +#endif + #endif /* HAVE_LCD_BITMAP */ |