deploy: d676eb492f
parent
eba9924b43
commit
70005bc0eb
2
game.js
2
game.js
|
@ -2614,7 +2614,7 @@ function wK() {
|
|||
if (cM.wf(), kG.bH(), qL.bH(), wg.bH(), wh.bH(), bN.fv()) {
|
||||
if (settings.displayWinCounter) {
|
||||
const size = Math.floor(wN.ak * 0.03);
|
||||
bI.font = q.kG.ft(1, size);
|
||||
bI.font = q.r.ft(1, size);
|
||||
bI.fillStyle = "#ffffff";
|
||||
const text = "Win count: " + wins_counter;
|
||||
const textLength = bI.measureText(text).width;
|
||||
|
|
|
@ -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?1720601975900">
|
||||
<link rel="stylesheet" href="main.css?1720602379194">
|
||||
<!-- 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>
|
||||
<script src="variables.js?1720601975900"></script>
|
||||
<script src="fx_core.js?1720601975900"></script>
|
||||
<script src="game.js?1720601975900"></script>
|
||||
<script src="variables.js?1720602379194"></script>
|
||||
<script src="fx_core.js?1720602379194"></script>
|
||||
<script src="game.js?1720602379194"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue