From dce2ef805c17a124548c95c52237af6cc4726a86 Mon Sep 17 00:00:00 2001 From: Marianne Arnold Date: Sat, 2 Feb 2008 12:10:42 +0000 Subject: Small improvements to sliding puzzle. (1) Don't draw the 'Moves' box at fixed size, and display 'Moves:' and number of moves on one line for square and portrait screens. (2) Use 4x4 spots on Archos too, to make the spots look square on the Archos display - change the default 80x64 image accordingly. (3) Replace the 110x110 images with 108x108 so that the width is evenly divisible by 4 (number of spots) as mentioned in the comment. (4) Make the greyscale images look a little less broken, could be even better though. -- The code could be made simpler and more flexible but one step at a time. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16200 a1c6a512-1295-4272-9138-f99709370657 --- .../plugins/bitmaps/native/sliding_puzzle.110x110x2.bmp | Bin 13398 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 apps/plugins/bitmaps/native/sliding_puzzle.110x110x2.bmp (limited to 'apps/plugins/bitmaps/native/sliding_puzzle.110x110x2.bmp') diff --git a/apps/plugins/bitmaps/native/sliding_puzzle.110x110x2.bmp b/apps/plugins/bitmaps/native/sliding_puzzle.110x110x2.bmp deleted file mode 100644 index e21531ec70..0000000000 Binary files a/apps/plugins/bitmaps/native/sliding_puzzle.110x110x2.bmp and /dev/null differ -- cgit v1.2.3