mirror of
https://github.com/GabsPuNs/Project-Zenith-Main.git
synced 2026-07-10 07:38:46 +00:00
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>
|