diff options
author | notaz | 2011-03-01 17:13:03 +0200 |
---|---|---|
committer | notaz | 2011-03-01 17:35:19 +0200 |
commit | e3d0da2638cc4c97ccb1f577b4c54363ec69c5a6 (patch) | |
tree | e7ae4bb242c188f5ce8acb0759ec815d18d28061 /pandora | |
parent | e429fc6073077795431d8fecf18eab4c0c9218b3 (diff) | |
download | pcsx_rearmed-e3d0da2638cc4c97ccb1f577b4c54363ec69c5a6.tar.gz pcsx_rearmed-e3d0da2638cc4c97ccb1f577b4c54363ec69c5a6.tar.bz2 pcsx_rearmed-e3d0da2638cc4c97ccb1f577b4c54363ec69c5a6.zip |
frontend: move skin and darken the background
Diffstat (limited to 'pandora')
-rw-r--r-- | pandora/skin/background.png | bin | 0 -> 183772 bytes | |||
-rw-r--r-- | pandora/skin/font.png | bin | 0 -> 11264 bytes | |||
-rw-r--r-- | pandora/skin/readme.txt | 8 | ||||
-rw-r--r-- | pandora/skin/selector.png | bin | 0 -> 386 bytes | |||
-rw-r--r-- | pandora/skin/skin.txt | 4 |
5 files changed, 12 insertions, 0 deletions
diff --git a/pandora/skin/background.png b/pandora/skin/background.png Binary files differnew file mode 100644 index 0000000..f4b4523 --- /dev/null +++ b/pandora/skin/background.png diff --git a/pandora/skin/font.png b/pandora/skin/font.png Binary files differnew file mode 100644 index 0000000..707a5b4 --- /dev/null +++ b/pandora/skin/font.png diff --git a/pandora/skin/readme.txt b/pandora/skin/readme.txt new file mode 100644 index 0000000..dd83963 --- /dev/null +++ b/pandora/skin/readme.txt @@ -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.
+
diff --git a/pandora/skin/selector.png b/pandora/skin/selector.png Binary files differnew file mode 100644 index 0000000..a439169 --- /dev/null +++ b/pandora/skin/selector.png diff --git a/pandora/skin/skin.txt b/pandora/skin/skin.txt new file mode 100644 index 0000000..1d6979f --- /dev/null +++ b/pandora/skin/skin.txt @@ -0,0 +1,4 @@ +// html-style hex color codes, ex. ff0000 is red, 0000ff is blue, etc.
+text_color=ffffc0
+selection_color=808010
+
|