From 76e889bcfaf9776b071627e7e8c9bff0465f539c Mon Sep 17 00:00:00 2001 From: meepingsnesroms Date: Fri, 7 Apr 2017 09:14:29 -0700 Subject: Remove dead non retroarch platforms, prepare for second memcard --- frontend/pandora/skin/background.png | Bin 183772 -> 0 bytes frontend/pandora/skin/font.png | Bin 11264 -> 0 bytes frontend/pandora/skin/readme.txt | 8 -------- frontend/pandora/skin/selector.png | Bin 386 -> 0 bytes frontend/pandora/skin/skin.txt | 4 ---- 5 files changed, 12 deletions(-) delete mode 100644 frontend/pandora/skin/background.png delete mode 100644 frontend/pandora/skin/font.png delete mode 100644 frontend/pandora/skin/readme.txt delete mode 100644 frontend/pandora/skin/selector.png delete mode 100644 frontend/pandora/skin/skin.txt (limited to 'frontend/pandora/skin') diff --git a/frontend/pandora/skin/background.png b/frontend/pandora/skin/background.png deleted file mode 100644 index f4b4523..0000000 Binary files a/frontend/pandora/skin/background.png and /dev/null differ diff --git a/frontend/pandora/skin/font.png b/frontend/pandora/skin/font.png deleted file mode 100644 index 707a5b4..0000000 Binary files a/frontend/pandora/skin/font.png and /dev/null differ diff --git a/frontend/pandora/skin/readme.txt b/frontend/pandora/skin/readme.txt deleted file mode 100644 index dd83963..0000000 --- a/frontend/pandora/skin/readme.txt +++ /dev/null @@ -1,8 +0,0 @@ -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/frontend/pandora/skin/selector.png b/frontend/pandora/skin/selector.png deleted file mode 100644 index a439169..0000000 Binary files a/frontend/pandora/skin/selector.png and /dev/null differ diff --git a/frontend/pandora/skin/skin.txt b/frontend/pandora/skin/skin.txt deleted file mode 100644 index 1d6979f..0000000 --- a/frontend/pandora/skin/skin.txt +++ /dev/null @@ -1,4 +0,0 @@ -// html-style hex color codes, ex. ff0000 is red, 0000ff is blue, etc. -text_color=ffffc0 -selection_color=808010 - -- cgit v1.2.3