mirror of
https://github.com/GabsPuNs/Project-Zenith-Main.git
synced 2026-07-10 23:38:12 +00:00
1. Added again the libraries for MSVC. If you need MinGW libraries version tell me 2. Removed "#include stdafx.h". Is not needed. 3. Renamed "RmlUIAssets" to "UI" and "Menus" to "Iggy"
26 lines
667 B
Plaintext
26 lines
667 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">Options</button>
|
|
<button id="audio">Audio</button>
|
|
<button id="controls">Controls</button>
|
|
<button id="graphics">Graphics</button>
|
|
<button id="ui">User Interface</button>
|
|
<button id="reset_defaults">Reset to Defaults</button>
|
|
</div>
|
|
<div id="confirm_dialog">
|
|
<p id="confirm_text">Reset all settings to defaults?</p>
|
|
<div id="confirm_buttons">
|
|
<button id="confirm_no">No</button>
|
|
<button id="confirm_yes">Yes</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</rml>
|