Ticket #560 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

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, review
Cc:

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

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

Change History

comment:1 Changed 3 years ago by Darrell_L

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 Changed 3 years ago by brian

  • Status changed from new to closed
  • Resolution set to fixed

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

Moved main menu buttons to top right

Changed 3 years ago by fcxSanya

comment:3 Changed 3 years ago by fcxSanya

  • Keywords simple, review added; simple removed
  • Status changed from closed to reopened
  • Resolution fixed deleted

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 Changed 3 years ago by brian

  • Status changed from reopened to closed
  • Resolution set to fixed

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

comment:5 Changed 3 years ago by anonymous

  • Milestone Unclassified deleted

Milestone Unclassified deleted

Note: See TracTickets for help on using tickets.