ui, fix generic skin

This commit is contained in:
kub 2022-04-19 22:50:57 +02:00
parent b4c25401da
commit 45d0add214
6 changed files with 27 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 209 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View file

@ -0,0 +1,8 @@
The skin images can be customized, but there are several limitations:
background.png - must be 640x480 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: 386 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