aboutsummaryrefslogtreecommitdiff
path: root/source/nds/draw.c
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/nds/draw.c
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/nds/draw.c')
-rw-r--r--source/nds/draw.c42
1 files changed, 19 insertions, 23 deletions
diff --git a/source/nds/draw.c b/source/nds/draw.c
index 612cdcb..6799836 100644
--- a/source/nds/draw.c
+++ b/source/nds/draw.c
@@ -91,29 +91,25 @@ struct gui_iconlist gui_icon_list[]= {
/* 18 */ {"snexito", 52, 52, NULL},
/* 19 */ {"sunnof", 16, 16, NULL},
- /* 20 */ {"snewo", 89, 38, NULL},
- /* 21 */ {"snnewo", 89, 38, NULL},
- /* 22 */ {"sreseto", 86, 38, NULL},
- /* 23 */ {"snreseto", 86, 38, NULL},
- /* 24 */ {"sreteno", 81, 38, NULL},
- /* 25 */ {"snreteno", 81, 38, NULL},
- /* 26 */ {"smaybgo", 256, 192, NULL},
-
- /* 27 */ {"sticon", 29, 13, NULL},
- /* 28 */ {"ssubbg", 256, 192, NULL},
-
- /* 29 */ {"subsela", 245, 22, NULL},
- /* 30 */ {"subselb", 245, 22, NULL},
- /* 31 */ {"sfullo", 12, 12, NULL},
- /* 32 */ {"snfullo", 12, 12, NULL},
- /* 33 */ {"semptyo", 12, 12, NULL},
- /* 34 */ {"snemptyo", 12, 12, NULL},
- /* 35 */ {"fdoto", 16, 16, NULL},
- /* 36 */ {"backo", 19, 13, NULL},
- /* 37 */ {"nbacko", 19, 13, NULL},
- /* 38 */ {"chtfile", 16, 15, NULL},
- /* 39 */ {"smsgfr", 193, 111, NULL},
- /* 40 */ {"sbutto", 76, 16, NULL}
+ /* 20 */ {"smaini", 85, 38, NULL},
+ /* 21 */ {"snmaini", 85, 38, NULL},
+ /* 22 */ {"smaybgo", 256, 192, NULL},
+
+ /* 23 */ {"sticon", 29, 13, NULL},
+ /* 24 */ {"ssubbg", 256, 192, NULL},
+
+ /* 25 */ {"subsela", 245, 22, NULL},
+ /* 26 */ {"subselb", 245, 22, NULL},
+ /* 27 */ {"sfullo", 12, 12, NULL},
+ /* 28 */ {"snfullo", 12, 12, NULL},
+ /* 29 */ {"semptyo", 12, 12, NULL},
+ /* 30 */ {"snemptyo", 12, 12, NULL},
+ /* 31 */ {"fdoto", 16, 16, NULL},
+ /* 32 */ {"backo", 19, 13, NULL},
+ /* 33 */ {"nbacko", 19, 13, NULL},
+ /* 34 */ {"chtfile", 16, 15, NULL},
+ /* 35 */ {"smsgfr", 193, 111, NULL},
+ /* 36 */ {"sbutto", 76, 16, NULL}
};