aboutsummaryrefslogtreecommitdiff
path: root/source/nds/draw.h
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.h
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.h')
-rw-r--r--source/nds/draw.h42
1 files changed, 19 insertions, 23 deletions
diff --git a/source/nds/draw.h b/source/nds/draw.h
index 143d017..deca0e9 100644
--- a/source/nds/draw.h
+++ b/source/nds/draw.h
@@ -128,29 +128,25 @@ extern struct gui_iconlist gui_icon_list[];
#define ICON_NEXIT gui_icon_list[18]
#define ICON_UNKNOW gui_icon_list[19]
-#define ICON_NEW gui_icon_list[20]
-#define ICON_NNEW gui_icon_list[21]
-#define ICON_RESET gui_icon_list[22]
-#define ICON_NRESET gui_icon_list[23]
-#define ICON_RETURN gui_icon_list[24]
-#define ICON_NRETURN gui_icon_list[25]
-#define ICON_MAINBG gui_icon_list[26]
-
-#define ICON_TITLEICON gui_icon_list[27]
-#define ICON_SUBBG gui_icon_list[28]
-
-#define ICON_SUBSELA gui_icon_list[29]
-#define ICON_SUBSELB gui_icon_list[30]
-#define ICON_STATEFULL gui_icon_list[31]
-#define ICON_NSTATEFULL gui_icon_list[32]
-#define ICON_STATEEMPTY gui_icon_list[33]
-#define ICON_NSTATEEMPTY gui_icon_list[34]
-#define ICON_DOTDIR gui_icon_list[35]
-#define ICON_BACK gui_icon_list[36]
-#define ICON_NBACK gui_icon_list[37]
-#define ICON_CHTFILE gui_icon_list[38]
-#define ICON_MSG gui_icon_list[39]
-#define ICON_BUTTON gui_icon_list[40]
+#define ICON_MAINITEM gui_icon_list[20]
+#define ICON_NMAINITEM gui_icon_list[21]
+#define ICON_MAINBG gui_icon_list[22]
+
+#define ICON_TITLEICON gui_icon_list[23]
+#define ICON_SUBBG gui_icon_list[24]
+
+#define ICON_SUBSELA gui_icon_list[25]
+#define ICON_SUBSELB gui_icon_list[26]
+#define ICON_STATEFULL gui_icon_list[27]
+#define ICON_NSTATEFULL gui_icon_list[28]
+#define ICON_STATEEMPTY gui_icon_list[29]
+#define ICON_NSTATEEMPTY gui_icon_list[30]
+#define ICON_DOTDIR gui_icon_list[31]
+#define ICON_BACK gui_icon_list[32]
+#define ICON_NBACK gui_icon_list[33]
+#define ICON_CHTFILE gui_icon_list[34]
+#define ICON_MSG gui_icon_list[35]
+#define ICON_BUTTON gui_icon_list[46]
/******************************************************************************
*