mirror of
https://github.com/GabsPuNs/Project-Zenith-Main.git
synced 2026-07-10 19:08:32 +00:00
17 lines
416 B
Plaintext
17 lines
416 B
Plaintext
<rml>
|
|
<head>
|
|
<link type="text/rcss" href="HelpOptions.rcss"/>
|
|
</head>
|
|
<body>
|
|
<div id="help_options_menu">
|
|
<div id="buttons">
|
|
<button id="change_skin">[IDS_CHANGE_SKIN]</button>
|
|
<button id="how_to_play">[IDS_HOW_TO_PLAY]</button>
|
|
<button id="controls">[IDS_CONTROLS]</button>
|
|
<button id="settings">[IDS_SETTINGS]</button>
|
|
<button id="credits">[IDS_CREDITS]</button>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</rml>
|