mirror of
https://github.com/GabsPuNs/Project-Zenith-Main.git
synced 2026-07-10 08:48:43 +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"
18 lines
421 B
Plaintext
18 lines
421 B
Plaintext
<rml>
|
|
<head>
|
|
<title>Help & Options</title>
|
|
<link type="text/rcss" href="HelpOptions.rcss"/>
|
|
</head>
|
|
<body>
|
|
<div id="help_options_menu">
|
|
<div id="buttons">
|
|
<button id="change_skin">Change Skin</button>
|
|
<button id="how_to_play">How to Play</button>
|
|
<button id="controls">Controls</button>
|
|
<button id="settings">Settings</button>
|
|
<button id="credits">Credits</button>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</rml>
|