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/message.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/nds/message.h') diff --git a/source/nds/message.h b/source/nds/message.h index 882a23d..4809272 100644 --- a/source/nds/message.h +++ b/source/nds/message.h @@ -22,6 +22,9 @@ enum MSG { + MSG_MAIN_MENU_NEW_GAME, + MSG_MAIN_MENU_RETURN_TO_GAME, + MSG_MAIN_MENU_RESET_GAME, MSG_MAIN_MENU_VIDEO_AUDIO, MSG_MAIN_MENU_SAVED_STATES, MSG_MAIN_MENU_CHEATS, -- cgit v1.2.3