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 10121 for ps


Ignore:
Timestamp:
08/28/11 04:02:38 (13 years ago)
Author:
brian
Message:

removed close button from ingame menu, updated button texture

Location:
ps/trunk/binaries/data/mods/public
Files:
3 edited

Legend:

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

    r10119 r10121  
    280280                                        tooltip="Exit Game"
    281281                                >
    282                                         Exit Game
     282                                        Exit
    283283                                        <action on="Press">
    284284                                                getGUIObjectByName("submenu").hidden = true;
  • ps/trunk/binaries/data/mods/public/gui/session/session.xml

    r10116 r10121  
    211211                                style="TranslucentPanelThinBorder"
    212212                                type="image"
    213                                 size="100%-164 0 100% 200"
     213                                size="100%-164 0 100% 168"
    214214                                hidden="true"
    215215                        >
     
    262262                                                tooltip_style="sessionToolTip"
    263263                                        >
    264                                                 Exit Game
     264                                                Exit
    265265                                                <action on="Press">escapeKeyAction();<![CDATA[
    266266                                                        var btCaptions = ["Yes", "No"];
     
    268268                                                        messageBox(400, 200, "Are you sure you want to quit?", "Confirmation", 0, btCaptions, btCode);
    269269                                                ]]></action>
    270                                         </object>
    271                                        
    272                                         <!-- Close button -->
    273                                         <object type="button"
    274                                                 style="StoneButtonFancy"
    275                                                 size="0 128 100% 160"
    276                                                 tooltip_style="sessionToolTip"
    277                                         >
    278                                                 Close
    279                                                 <action on="Press">closeMenu();</action>
    280270                                        </object>
    281271                                </object>
Note: See TracChangeset for help on using the changeset viewer.