Added info/help modal.

This commit is contained in:
firebingo 2018-05-24 15:55:38 -07:00
parent 6734df9dec
commit a1835bdf42
3 changed files with 40 additions and 2 deletions

View file

@ -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 -->