1
0
forked from 0ad/0ad

Return to game setup directly from the summary screen. (BFME2 does this; will see if it's any good.)

This was SVN commit r10200.
This commit is contained in:
WhiteTreePaladin 2011-09-07 02:03:11 +00:00
parent 550cac253d
commit b65f8ae23a

View File

@ -177,11 +177,10 @@
</object>
<object type="button" style="StoneButton" size="100%-180 100%-52 100%-24 100%-24">
Main Menu
Continue
<action on="Press">
<![CDATA[
Engine.SwitchGuiPage("page_pregame.xml");
]]>
Engine.SwitchGuiPage("page_pregame.xml");
Engine.PushGuiPage("page_gamesetup.xml", { type: "offline" });
</action>
</object>