mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
pandora's skin from old 1.80 release
This commit is contained in:
parent
39e6f9733a
commit
7e7b446f29
5 changed files with 12 additions and 0 deletions
BIN
platform/pandora/skin/background.png
Normal file
BIN
platform/pandora/skin/background.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 209 KiB |
BIN
platform/pandora/skin/font.png
Normal file
BIN
platform/pandora/skin/font.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
8
platform/pandora/skin/readme.txt
Normal file
8
platform/pandora/skin/readme.txt
Normal 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.
|
||||
|
BIN
platform/pandora/skin/selector.png
Normal file
BIN
platform/pandora/skin/selector.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 386 B |
4
platform/pandora/skin/skin.txt
Normal file
4
platform/pandora/skin/skin.txt
Normal file
|
@ -0,0 +1,4 @@
|
|||
// html-style hex color codes, ex. ff0000 is red, 0000ff is blue, etc.
|
||||
text_color=ffffff
|
||||
selection_color=c00000
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue