Add: Off-screen indicators
This commit is contained in:
@@ -43,6 +43,10 @@
|
||||
<input type="checkbox" onclick="toggleHealth()" id="healthCheck" name="health" checked />
|
||||
<label for="healthCheck">Display Health</label>
|
||||
</div>
|
||||
<div>
|
||||
<input type="checkbox" onclick="toggleOffscreenIndicators()" id="offscreenCheck" name="offscreen" checked />
|
||||
<label for="offscreenCheck">Off-screen Indicators</label>
|
||||
</div>
|
||||
<div>
|
||||
<input type="checkbox" onclick="toggleRotate()" id="rotateCheck" name="rotate" checked />
|
||||
<label for="rotateCheck">Rotate Map</label>
|
||||
|
||||
Reference in New Issue
Block a user