gh-pages
peshomir 2024-06-26 12:31:41 +00:00
parent d51aaed77d
commit f1771b040f
3 changed files with 4754 additions and 4691 deletions

View File

@ -1,6 +1,6 @@
const dictionary = {"gIsTeamGame":"hT","game":"b","playerId":"ea","playerData":"a6","playerNames":"jt","rawPlayerNames":"tL","playerBalances":"eb","playerTerritories":"f5","gameState":"sh","fontSize":"fontSize","x":"fO","y":"fP","canvas":"gW","gHumans":"ht","playerStates":"vZ","fontGeneratorFunction":"aZ.g5.g6","gIsSingleplayer":"iv","gLobbyMaxJoin":"qI","SingleplayerMenu":"z","getSingleplayerPlayerCount":"wW","gMaxPlayers":"ej","gBots":"ip","Translations":"aW","txt":"no","strs":"a2B","uiSizes":"b1","gap":"gap","i":"eJ"}; const dictionary = {"gIsTeamGame":"hT","game":"b","playerId":"ea","playerData":"a6","playerNames":"jt","rawPlayerNames":"tQ","playerBalances":"eb","playerTerritories":"f5","gameState":"sm","fontSize":"fontSize","x":"fO","y":"fP","canvas":"gW","gHumans":"ht","playerStates":"vg","fontGeneratorFunction":"aZ.g5.g6","gIsSingleplayer":"iv","gLobbyMaxJoin":"qN","SingleplayerMenu":"z","getSingleplayerPlayerCount":"wd","gMaxPlayers":"ej","gBots":"ip","Translations":"aW","txt":"np","strs":"a2H","uiSizes":"b1","gap":"gap","i":"eJ"};
const fx_version = '0.6.4.8'; // FX Client Version const fx_version = '0.6.4.9'; // FX Client Version
const fx_update = 'Jun 24'; // FX Client Last Updated const fx_update = 'Jun 26'; // 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;

9435
game.js

File diff suppressed because one or more lines are too long

View File

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