mirror of
https://github.com/GabsPuNs/Project-Zenith-Main.git
synced 2026-07-09 21:48:08 +00:00
* LoadCreateJoin Menu: Adjusted size (Is 100% accurate but works fine), fix X Padding (Y Padding still need fixes), * Settings Menu: Added Message Box to "Reset Defaults Settings" * Pause Menu: Added Message Box for Save Game and Exit.
19 lines
484 B
Plaintext
19 lines
484 B
Plaintext
<rml>
|
|
<head>
|
|
<title>Settings</title>
|
|
<link type="text/rcss" href="SettingsMenu.rcss"/>
|
|
</head>
|
|
<body>
|
|
<div id="settings_menu">
|
|
<div id="buttons">
|
|
<button id="options">[IDS_OPTIONS]</button>
|
|
<button id="audio">[IDS_AUDIO]</button>
|
|
<button id="controls">[IDS_CONTROLS]</button>
|
|
<button id="graphics">[IDS_GRAPHICS]</button>
|
|
<button id="ui">[IDS_USER_INTERFACE]</button>
|
|
<button id="reset_defaults">[IDS_RESET_TO_DEFAULTS]</button>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</rml>
|