mirror of
https://github.com/GabsPuNs/Project-Zenith-Main.git
synced 2026-07-10 09:28:08 +00:00
18 lines
459 B
Plaintext
18 lines
459 B
Plaintext
<rml>
|
|
<head>
|
|
<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>
|