deploy: 68d5ac07e0
parent
883b23f3b5
commit
bc082e6122
|
@ -1,6 +1,6 @@
|
|||
const dictionary = {"gIsTeamGame":"hl","game":"a2","playerId":"es","playerData":"aX","playerNames":"l3","rawPlayerNames":"vM","playerBalances":"et","playerTerritories":"ep","gameState":"uU","fontSize":"fontSize","x":"ff","y":"fg","canvas":"gM","gHumans":"ip","playerStates":"xu","fontGeneratorFunction":"b2.kt.ky","gIsSingleplayer":"jD","gLobbyMaxJoin":"sE","SingleplayerMenu":"aQ","getSingleplayerPlayerCount":"yw","gMaxPlayers":"f1","gBots":"jA","L":"L","strs":"a4g","uiSizes":"bQ","gap":"gap","i":"a0"};
|
||||
const fx_version = '0.6.5.3'; // FX Client Version
|
||||
const fx_update = 'Aug 3'; // FX Client Last Updated
|
||||
const fx_version = '0.6.5.4'; // FX Client Version
|
||||
const fx_update = 'Aug 24'; // FX Client Last Updated
|
||||
|
||||
if (localStorage.getItem("fx_winCount") == undefined || localStorage.getItem("fx_winCount") == null) {
|
||||
var wins_counter = 0;
|
||||
|
|
4
game.js
4
game.js
|
@ -1958,7 +1958,9 @@ function vW() {
|
|||
|
||||
function dA() {
|
||||
function vm(d) {
|
||||
vt(d), i.j(4, 5, new k("🚀 New Game Update", "The game has been updated! Please reload the game.", !0, [new l(L(13), function() {
|
||||
vt(d), i.j(4, 5, new k("🚀 New Game Update", "The game has been updated! Please reload the game." +
|
||||
"<div style='border: white; border-width: 1px; border-style: solid; margin: 10px; padding: 5px;'><h2>FX Client is not yet compatible with the latest version of the game.</h2><p>Updates should normally be available within a few hours.<br>You can still use FX to play in singleplayer mode.</p></div>",
|
||||
!0, [new l(L(13), function() {
|
||||
i.vu()
|
||||
}, p.mT), new l("🔄 Reload", function() {
|
||||
m.n.o()
|
||||
|
|
|
@ -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?1724504348653">
|
||||
<link rel="stylesheet" href="main.css?1724508323170">
|
||||
<!-- Game CSS -->
|
||||
<style>
|
||||
html,
|
||||
|
@ -79,8 +79,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?1724504348653"></script>
|
||||
<script src="fx_core.js?1724504348653"></script>
|
||||
<script src="game.js?1724504348653"></script>
|
||||
<script src="variables.js?1724508323170"></script>
|
||||
<script src="fx_core.js?1724508323170"></script>
|
||||
<script src="game.js?1724508323170"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue