summaryrefslogtreecommitdiff
path: root/apps/plugins/bitmaps/native/SOURCES
diff options
context:
space:
mode:
authorAntoine Cellerier <dionoea@videolan.org>2006-06-10 20:35:02 +0000
committerAntoine Cellerier <dionoea@videolan.org>2006-06-10 20:35:02 +0000
commit2e1aa7ddc27b1a0b91be9f3e0fab7073b7a5375c (patch)
tree6638d89e0282e16ea42f11ab9227df959dff020b /apps/plugins/bitmaps/native/SOURCES
parent26dd5c5e9cdf24ef55190511a5d79a38f4436742 (diff)
downloadrockbox-2e1aa7ddc27b1a0b91be9f3e0fab7073b7a5375c.tar.gz
rockbox-2e1aa7ddc27b1a0b91be9f3e0fab7073b7a5375c.zip
Add color bitmap files for flipit, sokoban and star plugins.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10098 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/bitmaps/native/SOURCES')
-rw-r--r--apps/plugins/bitmaps/native/SOURCES34
1 files changed, 34 insertions, 0 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES
index ee5c103aaa..5c30ce607e 100644
--- a/apps/plugins/bitmaps/native/SOURCES
+++ b/apps/plugins/bitmaps/native/SOURCES
@@ -106,6 +106,40 @@ snake2_right.160x128x2.bmp
106snake2_bottom.160x128x2.bmp 106snake2_bottom.160x128x2.bmp
107#endif 107#endif
108 108
109/* Sokoban*/
110#ifdef HAVE_LCD_COLOR
111#if LCD_HEIGHT >= 240
112sokoban_tiles.14x14.bmp
113#elif LCD_HEIGHT >= 176
114sokoban_tiles.9x9.bmp
115#else
116/* LCD_HEIGHT >= 128 */
117sokoban_tiles.6x6.bmp
118#endif
119#endif
120
121/* Flip it */
122#ifdef HAVE_LCD_COLOR
123#if LCD_HEIGHT >= 200
124flipit_tokens.50x50.bmp
125#elif LCD_HEIGHT >= 160
126flipit_tokens.40x40.bmp
127#else
128flipit_tokens.30x30.bmp
129#endif
130#endif
131
132/* Star */
133#ifdef HAVE_LCD_COLOR
134#if LCD_WIDTH >= 320
135star_tiles.20x20.bmp
136#elif LCD_WIDTH >= 220
137star_tiles.13x13.bmp
138#else
139star_tiles.10x10.bmp
140#endif
141#endif
142
109/* Solitaire */ 143/* Solitaire */
110#ifdef HAVE_LCD_COLOR 144#ifdef HAVE_LCD_COLOR
111#if (LCD_WIDTH >= 220) && (LCD_HEIGHT >= 176) 145#if (LCD_WIDTH >= 220) && (LCD_HEIGHT >= 176)