forked from len0rd/rockbox
Accept FS#7136: Turn based strategy game - "Superdom" clone
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14144 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8789ebc4f2
commit
1685da832f
10 changed files with 2364 additions and 0 deletions
|
@ -133,3 +133,6 @@ iriver_flash.c
|
|||
#endif
|
||||
|
||||
#endif /* iFP7xx */
|
||||
#if (LCD_WIDTH == 220) || (LCD_WIDTH == 176) || (LCD_WIDTH == 160) || (LCD_WIDTH == 320) || (LCD_WIDTH == 240)
|
||||
superdom.c
|
||||
#endif
|
||||
|
|
|
@ -46,6 +46,10 @@ flipit_cursor.16x13x1.bmp
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#if LCD_WIDTH == 160 && LCD_HEIGHT == 128 && LCD_DEPTH < 16
|
||||
superdom_boarditems.160x128x1.bmp
|
||||
#endif
|
||||
|
||||
#endif /* HAVE_LCD_BITMAP */
|
||||
#if defined(SIMULATOR) && defined(__APPLE__)
|
||||
osx.dummy.bmp
|
||||
|
|
BIN
apps/plugins/bitmaps/mono/superdom_boarditems.160x128x1.bmp
Normal file
BIN
apps/plugins/bitmaps/mono/superdom_boarditems.160x128x1.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 630 B |
|
@ -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 */
|
||||
|
|
BIN
apps/plugins/bitmaps/native/superdom_boarditems.176x132x16.bmp
Normal file
BIN
apps/plugins/bitmaps/native/superdom_boarditems.176x132x16.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 630 B |
BIN
apps/plugins/bitmaps/native/superdom_boarditems.220x176x16.bmp
Normal file
BIN
apps/plugins/bitmaps/native/superdom_boarditems.220x176x16.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.9 KiB |
BIN
apps/plugins/bitmaps/native/superdom_boarditems.240x320x16.bmp
Normal file
BIN
apps/plugins/bitmaps/native/superdom_boarditems.240x320x16.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 3 KiB |
BIN
apps/plugins/bitmaps/native/superdom_boarditems.320x240x16.bmp
Normal file
BIN
apps/plugins/bitmaps/native/superdom_boarditems.320x240x16.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.6 KiB |
2341
apps/plugins/superdom.c
Normal file
2341
apps/plugins/superdom.c
Normal file
File diff suppressed because it is too large
Load diff
|
@ -35,3 +35,4 @@ tzx,viewers/zxbox,12
|
|||
z80,viewers/zxbox,12
|
||||
zzz,viewers/properties,-
|
||||
colours,rocks/text_editor,11
|
||||
ssg,rocks/superdom,-
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue