From 4ee3fed014be4b55d8421f13f9d343c829a45c77 Mon Sep 17 00:00:00 2001 From: Marianne Arnold Date: Sun, 18 May 2008 13:05:45 +0000 Subject: Sokoban: enable the plugin for the c200. Invent a new, a bit more rockboxish colour scheme since the old one didn't work in the small size that was needed for the c200's screen. Also use these colours in existing bmps and add some in-between sizes (e.g. for the Nano and Gigabeat) to use the screen size as best as possible. Rename the existing colour bmps consistently. Remove the drawing code for monochrome screens and let them use the bitmap build system too. This also allows further simplifying the code and let the plugin retrieve the tilesize from the bitmap. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17569 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/SOURCES | 2 -- 1 file changed, 2 deletions(-) (limited to 'apps/plugins/SOURCES') diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index 92884a9bda..58543c0b54 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -76,9 +76,7 @@ sliding_puzzle.c snake.c snake2.c solitaire.c -#ifndef SANSA_C200 sokoban.c -#endif star.c starfield.c #if CONFIG_LCD == LCD_SSD1815 -- cgit v1.2.3