From: notaz Date: Tue, 1 Mar 2011 15:13:03 +0000 (+0200) Subject: frontend: move skin and darken the background X-Git-Tag: r7~5 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=commitdiff_plain;h=e3d0da2638cc4c97ccb1f577b4c54363ec69c5a6 frontend: move skin and darken the background --- diff --git a/Makefile b/Makefile index f6d3470e..f36a031f 100644 --- a/Makefile +++ b/Makefile @@ -147,7 +147,7 @@ VER ?= $(shell git describe master) rel: pcsx $(PLUGINS) \ pandora/pcsx.sh pandora/pcsx.pxml pandora/pcsx.png \ - pandora/picorestore pandora/readme.txt skin COPYING + pandora/picorestore pandora/readme.txt pandora/skin COPYING rm -rf out mkdir -p out/plugins cp -r $^ out/ diff --git a/pandora/skin/background.png b/pandora/skin/background.png new file mode 100644 index 00000000..f4b45239 Binary files /dev/null and b/pandora/skin/background.png differ diff --git a/skin/font.png b/pandora/skin/font.png similarity index 100% rename from skin/font.png rename to pandora/skin/font.png diff --git a/skin/readme.txt b/pandora/skin/readme.txt similarity index 100% rename from skin/readme.txt rename to pandora/skin/readme.txt diff --git a/skin/selector.png b/pandora/skin/selector.png similarity index 100% rename from skin/selector.png rename to pandora/skin/selector.png diff --git a/skin/skin.txt b/pandora/skin/skin.txt similarity index 100% rename from skin/skin.txt rename to pandora/skin/skin.txt diff --git a/skin/background.png b/skin/background.png deleted file mode 100644 index dd8961d8..00000000 Binary files a/skin/background.png and /dev/null differ