Files
GabsPuNs-Project_Zenith_Main/Minecraft.Client/Assets/UI/PauseMenu.rml

17 lines
422 B
Plaintext

<rml>
<head>
<link type="text/rcss" href="PauseMenu.rcss"/>
</head>
<body>
<div id="pause_menu">
<div id="buttons">
<button id="resume">[IDS_RESUME_GAME]</button>
<button id="help_options">[IDS_HELP_AND_OPTIONS]</button>
<button id="achievements">[IDS_ACHIEVEMENTS]</button>
<button id="save_game">[IDS_SAVE_GAME]</button>
<button id="exit_game">[IDS_EXIT_GAME]</button>
</div>
</div>
</body>
</rml>