deploy: ce2e2468fd
parent
a6bf9b3cfa
commit
1680b2525d
12
fx_core.js
12
fx_core.js
|
@ -1,6 +1,6 @@
|
|||
const dictionary = {"gIsTeamGame":"hO","playerId":"eX","playerNames":"jn","playerBalances":"eY","playerTerritories":"f2","gHumans":"h3","playerStates":"h5","gLobbyMaxJoin":"po","gIsSingleplayer":"ip","uiSizes":"b0","gap":"gap"};
|
||||
const fx_version = '0.6.3.2'; // FX Client Version
|
||||
const fx_update = 'Apr 3'; // FX Client Last Updated
|
||||
const dictionary = {"gIsTeamGame":"hL","playerId":"eU","playerNames":"jk","playerBalances":"eV","playerTerritories":"ez","gHumans":"h0","playerStates":"h2","gLobbyMaxJoin":"pl","gIsSingleplayer":"il","uiSizes":"b0","gap":"gap"};
|
||||
const fx_version = '0.6.3.3'; // FX Client Version
|
||||
const fx_update = 'Apr 11'; // FX Client Last Updated
|
||||
|
||||
if (localStorage.getItem("fx_winCount") == undefined || localStorage.getItem("fx_winCount") == null) {
|
||||
var wins_counter = 0;
|
||||
|
@ -120,8 +120,10 @@ var settingsManager = new (function() {
|
|||
const settingsStructure = [
|
||||
//{ for: "fontName", type: "textInput", label: "Font name:", placeholder: "Enter font name", tooltip: "Name of the font to be used for rendering. For example: Arial, Georgia, sans-serif, serif, Comic Sans MS, ..."},
|
||||
{ type: "button", text: "Reset Wins Counter", action: removeWins },
|
||||
{ for: "displayWinCounter", type: "checkbox", label: "Display win counter" },
|
||||
{ for: "useFullscreenMode", type: "checkbox", label: "Use fullscreen mode", note: "Note: fullscreen mode will trigger after you click anywhere on the page due to browser policy restrictions." },
|
||||
{ for: "displayWinCounter", type: "checkbox", label: "Display win counter",
|
||||
note: "The win counter tracks multiplayer solo wins (not in team games)" },
|
||||
{ for: "useFullscreenMode", type: "checkbox", label: "Use fullscreen mode",
|
||||
note: "Note: fullscreen mode will trigger after you click anywhere on the page due to browser policy restrictions." },
|
||||
//{ for: "hideAllLinks", type: "checkbox", label: "Hide Links option also hides app store links" },
|
||||
{ for: "realisticNames", type: "checkbox", label: "Realistic Bot Names" },
|
||||
{ for: "showPlayerDensity", type: "checkbox", label: "Show player density" },
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
<meta itemprop="image" content="https://fxclient.github.io/FXclient/assets/logo.png">
|
||||
|
||||
<!-- FX Client CSS -->
|
||||
<link rel="stylesheet" href="main.css?1712130448161">
|
||||
<link rel="stylesheet" href="main.css?1712827182890">
|
||||
<!-- Game CSS -->
|
||||
<style>
|
||||
html,
|
||||
|
@ -121,8 +121,8 @@
|
|||
<p id="donationhistory_note">Note: donations from bots are not shown here</p>
|
||||
<table><tbody id="donationhistory_content"></tbody></table>
|
||||
</div>
|
||||
<script src="variables.js?1712130448161"></script>
|
||||
<script src="fx_core.js?1712130448161"></script>
|
||||
<script src="game.js?1712130448161"></script>
|
||||
<script src="variables.js?1712827182890"></script>
|
||||
<script src="fx_core.js?1712827182890"></script>
|
||||
<script src="game.js?1712827182890"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue