gh-pages
peshomir 2024-04-03 07:47:29 +00:00
parent ec18c2695d
commit a6bf9b3cfa
3 changed files with 6606 additions and 6370 deletions

View File

@ -1,6 +1,6 @@
const dictionary = {"gIsTeamGame":"hN","playerId":"eW","playerNames":"jm","playerBalances":"eX","playerTerritories":"f1","gHumans":"h2","playerStates":"h4","gLobbyMaxJoin":"pS","gIsSingleplayer":"io","uiSizes":"b0","gap":"gap"}; 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.1'; // FX Client Version const fx_version = '0.6.3.2'; // FX Client Version
const fx_update = 'Mar 30'; // FX Client Last Updated const fx_update = 'Apr 3'; // 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;

12996
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?1711808597311"> <link rel="stylesheet" href="main.css?1712130448161">
<!-- 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?1711808597311"></script> <script src="variables.js?1712130448161"></script>
<script src="fx_core.js?1711808597311"></script> <script src="fx_core.js?1712130448161"></script>
<script src="game.js?1711808597311"></script> <script src="game.js?1712130448161"></script>
</body> </body>
</html> </html>