Compare commits

..

No commits in common. "810462465fbf2af0ba2a744dad8f23e25f6398bd" and "2046ef27a3b8c5a23f7a6cdbeca00725622344f4" have entirely different histories.

4 changed files with 7253 additions and 7391 deletions

View File

@ -1,6 +1,6 @@
const dictionary = {"gIsTeamGame":"hQ","game":"b","playerId":"ea","playerData":"a6","playerNames":"jq","rawPlayerNames":"tI","playerBalances":"eb","playerTerritories":"f5","gameState":"se","fontSize":"fontSize","x":"fO","y":"fP","canvas":"gT","gHumans":"hq","playerStates":"vY","fontGeneratorFunction":"aZ.g5.g6","gIsSingleplayer":"is","gLobbyMaxJoin":"qF","SingleplayerMenu":"z","getSingleplayerPlayerCount":"wS","gMaxPlayers":"ej","gBots":"il","Translations":"aW","txt":"nl","strs":"a28","uiSizes":"b1","gap":"gap","i":"eJ"};
const fx_version = '0.6.4.7'; // FX Client Version
const fx_update = 'Jun 20'; // FX Client Last Updated
const dictionary = {"gIsTeamGame":"hX","game":"b","playerId":"ed","playerData":"a8","playerNames":"jx","rawPlayerNames":"xl","playerBalances":"ee","playerTerritories":"f8","gLobbyMaxJoin":"qD","gMaxPlayers":"em","gIsSingleplayer":"iy","gameState":"sT","fontSize":"fontSize","x":"fR","y":"fS","canvas":"gW","gHumans":"h9","playerStates":"hB","Translations":"aZ","txt":"nr","strs":"a1n","uiSizes":"b4","gap":"gap","i":"eM"};
const fx_version = '0.6.4.6'; // FX Client Version
const fx_update = 'Jun 5'; // FX Client Last Updated
if (localStorage.getItem("fx_winCount") == undefined || localStorage.getItem("fx_winCount") == null) {
var wins_counter = 0;

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

View File

@ -78,7 +78,7 @@ textarea {
transition: 0.2s;
}
.window button:hover {
button:hover {
background-color: rgba(222, 222, 222, 0.52);
border-radius : 8px;
}