Add: Show money on radar

This commit is contained in:
2025-03-15 17:50:46 -04:00
parent ba28f01247
commit cb9462ce9b
5 changed files with 138 additions and 6 deletions

View File

@@ -36,6 +36,10 @@
<input type="checkbox" onclick="toggleCentered()" id="centerCheck" name="center" checked />
<label for="centerCheck">Player Centered</label>
</div>
<div>
<input type="checkbox" onclick="toggleDisplayMoney()" id="moneyDisplay" name="money-display" checked />
<label for="moneyDisplay">Display Money</label>
</div>
<button id="showDangerousBtn" onclick="toggleDangerousOptions()">Show Dangerous Options</button>