Added info/help modal.
This commit is contained in:
parent
6734df9dec
commit
a1835bdf42
3 changed files with 40 additions and 2 deletions
|
@ -28,6 +28,7 @@
|
|||
</div>
|
||||
<select id="select-mission" onchange="missionDropDownChanged(event);"></select>
|
||||
<select id="select-language" onchange="languageChanged(event);"></select>
|
||||
<a style="font-size: 20px; margin-left: 5px;" title="info/help" onclick="openHelpModal(event)">?</a>
|
||||
</div>
|
||||
<!-- Im doing weird shit so that text container is always the base resolution of XDU (1334, 750).
|
||||
The canvas then resizes as the canvas does and the text-container uses transform scale based off this resolution -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue