Compare commits
	
		
			3 Commits 
		
	
	
		
			a8276cdb92
			...
			6854ed4114
		
	
	| Author | SHA1 | Date | 
|---|---|---|
| 
							
							
								 | 
						6854ed4114 | |
| 
							
							
								 | 
						9b7585a32f | |
| 
							
							
								 | 
						50afabfdf1 | 
| 
						 | 
					@ -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 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.1'; // FX Client Version
 | 
					const fx_version = '0.6.5.2'; // FX Client Version
 | 
				
			||||||
const fx_update = 'Jul 12'; // FX Client Last Updated
 | 
					const fx_update = 'Jul 21'; // 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;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -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?1721048397243">
 | 
					    <link rel="stylesheet" href="main.css?1721561710983">
 | 
				
			||||||
    <!-- Game CSS -->
 | 
					    <!-- Game CSS -->
 | 
				
			||||||
    <style>
 | 
					    <style>
 | 
				
			||||||
        html,
 | 
					        html,
 | 
				
			||||||
| 
						 | 
					@ -124,8 +124,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></span>
 | 
					    </div></span>
 | 
				
			||||||
    <script src="variables.js?1721048397243"></script>
 | 
					    <script src="variables.js?1721561710983"></script>
 | 
				
			||||||
    <script src="fx_core.js?1721048397243"></script>
 | 
					    <script src="fx_core.js?1721561710983"></script>
 | 
				
			||||||
    <script src="game.js?1721048397243"></script>
 | 
					    <script src="game.js?1721561710983"></script>
 | 
				
			||||||
</body>
 | 
					</body>
 | 
				
			||||||
</html>
 | 
					</html>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue