mirror of
https://github.com/GabsPuNs/Project-Zenith-Main.git
synced 2026-07-09 23:48:08 +00:00
* 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.
18 lines
451 B
Plaintext
18 lines
451 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">[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>
|