- Timestamp:
- 08/27/11 21:36:55 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ps/trunk/binaries/data/mods/public/gui/pregame/mainmenu.xml
r10111 r10112 188 188 Learn To Play 189 189 <action on="Press"><![CDATA[ 190 // close submenu if left open 191 getGUIObjectByName("submenu").hidden = true; 192 // open game manual dialog 190 193 Engine.PushGuiPage("page_manual.xml", { "page": "intro" }); 191 194 ]]></action> … … 244 247 History 245 248 <action on="Press"><![CDATA[ 249 // close submenu if left open 250 getGUIObjectByName("submenu").hidden = true; 251 // open history dialog 246 252 Engine.PushGuiPage("page_civinfo.xml"); 247 253 ]]></action> … … 258 264 Exit 259 265 <action on="Press"><![CDATA[ 266 // close submenu if left open 267 getGUIObjectByName("submenu").hidden = true; 268 // open exit dialog 260 269 var btCaptions = ["Yes", "No"]; 261 270 var btCode = [exit, null];
Note:
See TracChangeset
for help on using the changeset viewer.
