Opened 14 years ago

Closed 14 years ago

Last modified 8 years ago

#560 closed defect (fixed)

Need an "exit game" button or graphic on the main menu

Reported by: Darrell_L Owned by:
Priority: Nice to Have Milestone:
Component: Non-game systems Keywords: simple
Cc: Patch:

Description

The main menu suffers from the same problem as identified in ticket # 558. There needs to be an easily identifiable "Exit Game" button or similar parchment mouse-over graphic button, not just a small close button positioned out of the way. Running fullscreen on a 1080p display, this button is not even within the user's field of view.

Attachments (1)

gamesetup_mp_gui_page_fix.patch (1.3 KB ) - added by fcxSanya 14 years ago.

Download all attachments as: .zip

Change History (7)

comment:1 by Darrell_L, 14 years ago

Here's an example change to gui/pregame/mainmenu.xml:

  • add the following lines as the last "main menu - random buttons" object:
    		<object type="button" style="wheatButton" size="8 365 158 405">
    			Exit [icon=iconProduct] A.D.
    			<action on="Press"><![CDATA[
    				var btCaptions = ["Yes, let me out!", "Nooooo!"];
    				var btCode = [exit, null];
    				messageBox (400, 200, "Do you really want to quit [icon=iconProduct] A.D.? This will cause a sudden return to reality.", "Confirmation", 0, btCaptions, btCode);
    			]]></action>
    		</object>
    

comment:2 by brian, 14 years ago

Resolution: fixed
Status: newclosed

(In [8078]) Added regular size cancel / close buttons to several menu areas (Fixes #558 and #560)

Moved main menu buttons to top right

by fcxSanya, 14 years ago

comment:3 by fcxSanya, 14 years ago

Keywords: review added
Resolution: fixed
Status: closedreopened

After [8078] button "Back" in pageJoin and pageHost pages is partially overlap new "Cancel" button. Attached patch fix this problem by redistribution of "Continue" and "Back" buttons.

comment:4 by brian, 14 years ago

Resolution: fixed
Status: reopenedclosed

(In [8089]) Fixes button layout in multiplayer setup based on patch by fcxSanya (Fixes #560)

comment:5 by (none), 14 years ago

Milestone: Unclassified

Milestone Unclassified deleted

comment:6 by sanderd17, 8 years ago

Keywords: review removed
Note: See TracTickets for help on using tickets.