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