aboutsummaryrefslogtreecommitdiff
path: root/source/images/smsgfr.svg
diff options
context:
space:
mode:
authorNebuleon Fumika2013-01-18 21:36:59 -0500
committerNebuleon Fumika2013-01-18 21:36:59 -0500
commit4b4349ac8afb7dce6c0ca8a64a268f897a295469 (patch)
tree76d5bb4cca67c6f301fefce4dd8c024a54012fd1 /source/images/smsgfr.svg
parentb291d9dacab38c3c6514763c5449d98ae1f950ad (diff)
downloadsnes9x2005-4b4349ac8afb7dce6c0ca8a64a268f897a295469.tar.gz
snes9x2005-4b4349ac8afb7dce6c0ca8a64a268f897a295469.tar.bz2
snes9x2005-4b4349ac8afb7dce6c0ca8a64a268f897a295469.zip
GUI picture overhaul.
* Glass buttons. These new buttons are in the SVG format in source/images if you wish to make derived skins. * Icons from the Tango Icon Library and the RRZE Icon Set. These new icons are in the SVG format in source/images if you wish to make derived skins. * Main menu: More readable text on unselected options. * Main menu: Make "New game", "Return to game" and "Reset game" localised in English, French and Simplified Chinese. These three options also all use the same button image now; snewo, snnewo, sreseto, snreseto, sreteno and snreteno are gone and replaced by smaini and snmaini. * copyright: Update. * Align main menu icons and text better.
Diffstat (limited to 'source/images/smsgfr.svg')
-rw-r--r--source/images/smsgfr.svg16
1 files changed, 16 insertions, 0 deletions
diff --git a/source/images/smsgfr.svg b/source/images/smsgfr.svg
new file mode 100644
index 0000000..5f1156f
--- /dev/null
+++ b/source/images/smsgfr.svg
@@ -0,0 +1,16 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="193" height="111">
+ <defs>
+ <linearGradient id="interior" x1="0" x2="0" y1="0" y2="1">
+ <stop offset="0" stop-color="#5c3e9a" />
+ <stop offset="1" stop-color="#461f99" />
+ </linearGradient>
+ <linearGradient id="glass" x1="0" x2="0" y1="0" y2="1">
+ <stop offset="0" stop-color="#ffffff" stop-opacity="0.2" />
+ <stop offset="1" stop-color="#ffffff" stop-opacity="0.1" />
+ </linearGradient>
+ </defs>
+ <rect x="0.5" y="0.5" width="192" height="110" rx="6" ry="6" stroke-width="1" stroke="#330099" fill="#ffffff" />
+ <rect x="1" y="1" width="191" height="26" rx="5.5" ry="5.5" stroke="none" fill="url(#interior)" />
+ <rect x="2" y="2" width="190" height="10" stroke="none" fill="url(#glass)" />
+ <rect x="1" y="22" width="191" height="5" stroke="none" fill="#ffffff" />
+</svg>