deploy: a32302be5f
parent
ec18c2695d
commit
a6bf9b3cfa
|
@ -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 fx_version = '0.6.3.1'; // FX Client Version
|
||||
const fx_update = 'Mar 30'; // FX Client Last Updated
|
||||
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
|
||||
|
||||
if (localStorage.getItem("fx_winCount") == undefined || localStorage.getItem("fx_winCount") == null) {
|
||||
var wins_counter = 0;
|
||||
|
|
|
@ -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?1711808597311">
|
||||
<link rel="stylesheet" href="main.css?1712130448161">
|
||||
<!-- 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?1711808597311"></script>
|
||||
<script src="fx_core.js?1711808597311"></script>
|
||||
<script src="game.js?1711808597311"></script>
|
||||
<script src="variables.js?1712130448161"></script>
|
||||
<script src="fx_core.js?1712130448161"></script>
|
||||
<script src="game.js?1712130448161"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue