Add: Off-screen indicators

This commit is contained in:
2025-03-17 18:09:06 -04:00
parent a17146fee9
commit 2df1b5a560
2 changed files with 183 additions and 68 deletions

View File

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