From 4b4349ac8afb7dce6c0ca8a64a268f897a295469 Mon Sep 17 00:00:00 2001 From: Nebuleon Fumika Date: Fri, 18 Jan 2013 21:36:59 -0500 Subject: 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. --- source/nds/draw.h | 42 +++++++++++++++++++----------------------- 1 file changed, 19 insertions(+), 23 deletions(-) (limited to 'source/nds/draw.h') 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] /****************************************************************************** * -- cgit v1.2.3