Small improvements to sliding puzzle. (1) Don't draw the 'Moves' box at fixed size...
commit297a13f1a0b4f375d2b48e03b147262c9cb187c3
authorpixelma <pixelma@a1c6a512-1295-4272-9138-f99709370657>
Sat, 2 Feb 2008 12:10:42 +0000 (2 12:10 +0000)
committerpixelma <pixelma@a1c6a512-1295-4272-9138-f99709370657>
Sat, 2 Feb 2008 12:10:42 +0000 (2 12:10 +0000)
tree4928b32723f311bd179fc005f8ba0a0851ea613d
parent92946ea14ff9ef9fc8ecdb38063d76268e991bf4
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
apps/plugins/bitmaps/native/SOURCES
apps/plugins/bitmaps/native/sliding_puzzle.108x108x16.bmp [new file with mode: 0644]
apps/plugins/bitmaps/native/sliding_puzzle.108x108x2.bmp [new file with mode: 0644]
apps/plugins/bitmaps/native/sliding_puzzle.110x110x16.bmp [deleted file]
apps/plugins/bitmaps/native/sliding_puzzle.110x110x2.bmp [deleted file]
apps/plugins/bitmaps/native/sliding_puzzle.128x128x2.bmp
apps/plugins/bitmaps/native/sliding_puzzle.80x64x1.bmp
apps/plugins/sliding_puzzle.c