gh-pages
peshomir 2024-04-11 09:19:44 +00:00
parent a6bf9b3cfa
commit 1680b2525d
3 changed files with 6049 additions and 6033 deletions

View File

@ -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 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.2'; // FX Client Version const fx_version = '0.6.3.3'; // FX Client Version
const fx_update = 'Apr 3'; // FX Client Last Updated const fx_update = 'Apr 11'; // FX Client Last Updated
if (localStorage.getItem("fx_winCount") == undefined || localStorage.getItem("fx_winCount") == null) { if (localStorage.getItem("fx_winCount") == undefined || localStorage.getItem("fx_winCount") == null) {
var wins_counter = 0; var wins_counter = 0;
@ -120,8 +120,10 @@ var settingsManager = new (function() {
const settingsStructure = [ 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, ..."}, //{ 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 }, { type: "button", text: "Reset Wins Counter", action: removeWins },
{ for: "displayWinCounter", type: "checkbox", label: "Display win counter" }, { 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." }, 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: "hideAllLinks", type: "checkbox", label: "Hide Links option also hides app store links" },
{ for: "realisticNames", type: "checkbox", label: "Realistic Bot Names" }, { for: "realisticNames", type: "checkbox", label: "Realistic Bot Names" },
{ for: "showPlayerDensity", type: "checkbox", label: "Show player density" }, { for: "showPlayerDensity", type: "checkbox", label: "Show player density" },

12062
game.js

File diff suppressed because one or more lines are too long

View File

@ -34,7 +34,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?1712130448161"> <link rel="stylesheet" href="main.css?1712827182890">
<!-- Game CSS --> <!-- Game CSS -->
<style> <style>
html, html,
@ -121,8 +121,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> </div>
<script src="variables.js?1712130448161"></script> <script src="variables.js?1712827182890"></script>
<script src="fx_core.js?1712130448161"></script> <script src="fx_core.js?1712827182890"></script>
<script src="game.js?1712130448161"></script> <script src="game.js?1712827182890"></script>
</body> </body>
</html> </html>