/*---------------------------------------------------------------------------------------------------------------------------------------- | "STRTMENU.INI" +------------------------------------------------------------------------------------------------------------------------------------ * \file * \author Allen Weeks (aweeks@bluetongue.com) * \date Monday, 4 March 2002 * \brief Data file describing in-game start button menu *-------------------------------------------------------------------------------------------------------------------------------------*/ // The labels used for "command" and "submenu" items are for use by the code for // finding particular items. The localised strings are found by prefixing "Menu_Start_" // to the label -- these should be specified in locale.txt. menu[Start] { command = Options; command = LoadGame; command = SaveGame; command = LeavePark; //command = ScreenAlignment; }