gh-pages
peshomir 2024-06-20 13:22:53 +00:00
parent 2046ef27a3
commit 3e90355d26
4 changed files with 7356 additions and 7218 deletions

View File

@ -1,6 +1,6 @@
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 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.6'; // FX Client Version const fx_version = '0.6.4.6'; // FX Client Version
const fx_update = 'Jun 5'; // FX Client Last Updated const fx_update = 'Jun 20'; // 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;

14560
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?1718133274497"> <link rel="stylesheet" href="main.css?1718889771886">
<!-- 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?1718133274497"></script> <script src="variables.js?1718889771886"></script>
<script src="fx_core.js?1718133274497"></script> <script src="fx_core.js?1718889771886"></script>
<script src="game.js?1718133274497"></script> <script src="game.js?1718889771886"></script>
</body> </body>
</html> </html>

View File

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