This Trac instance is not used for development anymore!

We migrated our development workflow to git and Gitea.
To test the future redirection, replace trac by ariadne in the page URL.

Changeset 10116 for ps


Ignore:
Timestamp:
08/28/11 01:28:12 (13 years ago)
Author:
brian
Message:

Make ingame exit button leave the current game rather than exit the entire program

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ps/trunk/binaries/data/mods/public/gui/session/session.xml

    r10115 r10116  
    265265                                                <action on="Press">escapeKeyAction();<![CDATA[
    266266                                                        var btCaptions = ["Yes", "No"];
    267                                                         var btCode = [exit, null];
     267                                                        var btCode = [leaveGame, null];
    268268                                                        messageBox(400, 200, "Are you sure you want to quit?", "Confirmation", 0, btCaptions, btCode);
    269269                                                ]]></action>
Note: See TracChangeset for help on using the changeset viewer.