Files
GabsPuNs-Project_Zenith_Main/Minecraft.Client/Assets/UI/HelpOptions.rml
GabsPuNs 3ee643962d Fix compilation for MSVC, also moved some folders.
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"
2026-06-10 21:22:41 -04:00

18 lines
421 B
Plaintext

<rml>
<head>
<title>Help &amp; 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>