Files
GabsPuNs-Project_Zenith_Main/Minecraft.Client/Assets/UI/HelpOptions.rml
GabsPuNs 197e88a72f Update Localisation
* Stringtables now support IDs and Strings at the same time. DLCs have a new branch for RMLUI now.
* Removed hardcoded StringTableNameMap for use Strings instead of IDs for RMLUI.
* Strings in RMLUI now uses [] since {} is used for data and it could affect future menus.
* Removed GetStringTable. app.GetString now support WStrings.
2026-06-13 19:44:27 -04:00

18 lines
451 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">[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>