deploy: 3c0a8fc4e6
parent
2e10cef3de
commit
2efe9c5cee
55
index.html
55
index.html
|
@ -35,7 +35,7 @@
|
||||||
<meta itemprop="image" content="https://fxclient.github.io/FXclient/assets/logo.png">
|
<meta itemprop="image" content="https://fxclient.github.io/FXclient/assets/logo.png">
|
||||||
|
|
||||||
<!-- FX Client CSS -->
|
<!-- FX Client CSS -->
|
||||||
<link rel="stylesheet" href="main.css?1722425202412">
|
<link rel="stylesheet" href="main.css?1722500061260">
|
||||||
<!-- Game CSS -->
|
<!-- Game CSS -->
|
||||||
<style>
|
<style>
|
||||||
html,
|
html,
|
||||||
|
@ -61,52 +61,7 @@
|
||||||
<canvas id="canvasA" width="128" height="128"></canvas>
|
<canvas id="canvasA" width="128" height="128"></canvas>
|
||||||
<span><div class="window flex settings" style="display:none">
|
<span><div class="window flex settings" style="display:none">
|
||||||
<h1>Settings</h1>
|
<h1>Settings</h1>
|
||||||
<div class="scrollable">
|
<div class="scrollable"></div>
|
||||||
<!--<label title="Name of the font to be used for rendering. For example: Arial, Georgia, sans-serif, serif, Comic Sans MS, ...">
|
|
||||||
Font name: <input id="settings_fontname" placeholder="Enter font name" value="Arial"></label><br>
|
|
||||||
<br><button onclick="removeWins()">Reset Wins Counter</button><br><br>
|
|
||||||
<!- -<label for="settings_donations_bots" class="checkbox">
|
|
||||||
Display donations from bots in donation history viewer (applies to multiplayer only)
|
|
||||||
<input type="checkbox" id="settings_donations_bots"><span class="checkmark"></span>
|
|
||||||
</label><br>- ->
|
|
||||||
<label for="settings_displaywincounter" class="checkbox">
|
|
||||||
Display win counter
|
|
||||||
<input type="checkbox" id="settings_displaywincounter"><span class="checkmark"></span>
|
|
||||||
</label><br>
|
|
||||||
<label for="settings_usefullscreenmode" class="checkbox">
|
|
||||||
Use fullscreen mode<br>
|
|
||||||
<small>Note: fullscreen mode will trigger after you click anywhere on the page due to browser policy restrictions.</small>
|
|
||||||
<input type="checkbox" id="settings_usefullscreenmode"><span class="checkmark"></span>
|
|
||||||
</label><br>
|
|
||||||
<label for="settings_hidealllinks" class="checkbox">
|
|
||||||
Hide Links option also hides app store links
|
|
||||||
<input type="checkbox" id="settings_hidealllinks"><span class="checkmark"></span>
|
|
||||||
</label><br>
|
|
||||||
<label for="settings_realisticnames" class="checkbox">
|
|
||||||
Realistic Bot Names
|
|
||||||
<input type="checkbox" id="settings_realisticnames"><span class="checkmark"></span>
|
|
||||||
</label><br>
|
|
||||||
<label for="settings_showPlayerDensity" class="checkbox">
|
|
||||||
Show player density
|
|
||||||
<input type="checkbox" id="settings_showPlayerDensity"><span class="checkmark"></span>
|
|
||||||
</label><br>
|
|
||||||
<label title="Controls how the territorial density value should be rendered">
|
|
||||||
Density value display style: <select id="settings_densityDisplayStyle">
|
|
||||||
<option value="percentage">Percentage</option>
|
|
||||||
<option value="absoluteQuotient">Value from 0 to 150 (BetterTT style)</option>
|
|
||||||
</select></label><br><br>
|
|
||||||
<label title="A custom image to be shown in the main menu background instead of the currently selected map.">
|
|
||||||
Custom main menu background: <input id="settings_custombackgroundurl" placeholder="Enter an image URL here"></label>
|
|
||||||
<!- -<input type="file" id="customBackgroundFileInput" style="display:none;">
|
|
||||||
or <button onclick="openCustomBackgroundFilePicker()">Open a local file</button>- -><br><br>
|
|
||||||
<!- -<label for="settings_custommapfileinput" class="checkbox">
|
|
||||||
Bring back the custom map file button after the creator removed it in 1.83.0
|
|
||||||
<input type="checkbox" id="settings_custommapfileinput"><span class="checkmark"></span>
|
|
||||||
</label>- ->
|
|
||||||
<p>Attack Percentage Keybinds</p>
|
|
||||||
<div id="keybinds" class="arrayinput"></div>
|
|
||||||
<button id="keybindAddButton">Add</button>-->
|
|
||||||
</div>
|
|
||||||
<hr>
|
<hr>
|
||||||
<footer>
|
<footer>
|
||||||
<button onclick="settingsManager.resetAll()">Reset Settings</button>
|
<button onclick="settingsManager.resetAll()">Reset Settings</button>
|
||||||
|
@ -124,8 +79,8 @@
|
||||||
<p id="donationhistory_note">Note: donations from bots are not shown here</p>
|
<p id="donationhistory_note">Note: donations from bots are not shown here</p>
|
||||||
<table><tbody id="donationhistory_content"></tbody></table>
|
<table><tbody id="donationhistory_content"></tbody></table>
|
||||||
</div></span>
|
</div></span>
|
||||||
<script src="variables.js?1722425202412"></script>
|
<script src="variables.js?1722500061260"></script>
|
||||||
<script src="fx_core.js?1722425202412"></script>
|
<script src="fx_core.js?1722500061260"></script>
|
||||||
<script src="game.js?1722425202412"></script>
|
<script src="game.js?1722500061260"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue