some skin adjustments

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@226 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2007-08-25 10:59:00 +00:00
parent a12e011623
commit a4f0cc8647
8 changed files with 40 additions and 20 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

BIN
platform/gp2x/skin/font.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

View file

@ -0,0 +1,8 @@
The skin images can be customized, but there are several limitations:
background.png - must be 320x240 image with 24bit RGB colors.
font.png - must be 128x160 8bit grayscale image.
selector.png - must be 8x10 8bit grayscale image.
Font and selector colors can be changed by editing skin.txt.

Binary file not shown.

After

Width:  |  Height:  |  Size: 261 B

View file

@ -0,0 +1,4 @@
// html-style hex color codes, ex. ff0000 is red, 0000ff is blue, etc.
text_color=ffffff
selection_color=c00000