Compare commits

...

3 Commits

Author SHA1 Message Date
peshomir 6854ed4114 deploy: 8a49b409a5 2024-07-21 11:35:13 +00:00
peshomir 9b7585a32f deploy: e667601bb4 2024-07-21 11:22:03 +00:00
peshomir 50afabfdf1 deploy: 1a04ef0376 2024-07-21 11:21:02 +00:00
3 changed files with 8431 additions and 8568 deletions

View File

@ -1,6 +1,6 @@
const dictionary = {"gIsTeamGame":"ag","game":"d","playerId":"eC","playerData":"p","playerNames":"zj","rawPlayerNames":"gP","playerBalances":"eE","playerTerritories":"r","gameState":"jc","fontSize":"fontSize","x":"c6","y":"c7","canvas":"li","gHumans":"e","playerStates":"kl","fontGeneratorFunction":"a5.a6.jD","gIsSingleplayer":"e8","gLobbyMaxJoin":"dH","SingleplayerMenu":"gU","getSingleplayerPlayerCount":"mn","gMaxPlayers":"b4","gBots":"dF","Translations":"hm","txt":"hn","strs":"dV","uiSizes":"dq","gap":"gap","i":"q"};
const fx_version = '0.6.5.1'; // FX Client Version
const fx_update = 'Jul 12'; // FX Client Last Updated
const dictionary = {"gIsTeamGame":"dj","game":"e","playerId":"hK","playerData":"bC","playerNames":"tR","rawPlayerNames":"tQ","playerBalances":"bc","playerTerritories":"cH","gameState":"pq","fontSize":"fontSize","x":"dr","y":"ds","canvas":"dv","gHumans":"k","playerStates":"hc","fontGeneratorFunction":"ad.ae.hL","gIsSingleplayer":"sU","gLobbyMaxJoin":"q","SingleplayerMenu":"sj","getSingleplayerPlayerCount":"oI","gMaxPlayers":"o","gBots":"n","Translations":"dL","txt":"al","strs":"jQ","uiSizes":"ag","gap":"gap","i":"h"};
const fx_version = '0.6.5.2'; // FX Client Version
const fx_update = 'Jul 21'; // FX Client Last Updated
if (localStorage.getItem("fx_winCount") == undefined || localStorage.getItem("fx_winCount") == null) {
var wins_counter = 0;

16817
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">
<!-- FX Client CSS -->
<link rel="stylesheet" href="main.css?1721048397243">
<link rel="stylesheet" href="main.css?1721561710983">
<!-- Game CSS -->
<style>
html,
@ -124,8 +124,8 @@
<p id="donationhistory_note">Note: donations from bots are not shown here</p>
<table><tbody id="donationhistory_content"></tbody></table>
</div></span>
<script src="variables.js?1721048397243"></script>
<script src="fx_core.js?1721048397243"></script>
<script src="game.js?1721048397243"></script>
<script src="variables.js?1721561710983"></script>
<script src="fx_core.js?1721561710983"></script>
<script src="game.js?1721561710983"></script>
</body>
</html>