Compare commits
No commits in common. "8041a5434aa5d693fe2ebe6b4346a426691f1083" and "b27daa8359870901511a4cf2a64e6bec9de4848e" have entirely different histories.
8041a5434a
...
b27daa8359
File diff suppressed because one or more lines are too long
6
game.js
6
game.js
|
@ -9595,9 +9595,9 @@ function dD() {
|
||||||
x0.fillStyle = bc.aQ6[bc.k8[a7]], x0.beginPath(), x0.arc(et, et, dz, aPy, aPz), x0.lineTo(et, et), x0.fill()
|
x0.fillStyle = bc.aQ6[bc.k8[a7]], x0.beginPath(), x0.arc(et, et, dz, aPy, aPz), x0.lineTo(et, et), x0.fill()
|
||||||
}(a7, et, dz, aPy, aPz = aPy + 2 * Math.PI * a1I[a7] / eY), function(et, dz, aPy, aPz) {
|
}(a7, et, dz, aPy, aPz = aPy + 2 * Math.PI * a1I[a7] / eY), function(et, dz, aPy, aPz) {
|
||||||
var f0 = (aPz - aPy) / (2 * Math.PI),
|
var f0 = (aPz - aPy) / (2 * Math.PI),
|
||||||
fontSize = (__fx.settings.detailedTeamPercentage ? 0.75 : 1) * dz * Math.min(f0, .37);
|
fontSize = +dz * Math.min(f0, .37);
|
||||||
fontSize < 8 || (aPy = (aPy + aPz) / 2, aPz = (__fx.settings.detailedTeamPercentage ? (100 * f0).toFixed(2) : Math.floor(100 * f0 + .5)) + "%", dz *= .525 - Math.max(.6 * (f0 - .7), 0), x0.font = b6.pW.rY(1, fontSize), x0
|
fontSize < 8 || (aPy = (aPy + aPz) / 2, aPz = Math.floor(100 * f0 + .5) + "%", dz *= .525 - Math.max(.6 * (f0 - .7), 0), x0.font = b6.pW.rY(1, fontSize), x0.fillStyle = b7.md, x0.fillText(aPz, et + Math.cos(aPy) * dz, et +
|
||||||
.fillStyle = b7.md, x0.fillText(aPz, et + Math.cos(aPy) * dz, et + Math.cos(aPy + 1.5 * Math.PI) * dz))
|
Math.cos(aPy + 1.5 * Math.PI) * dz))
|
||||||
}(et, dz, aPy, aPz), 0 !== a7 && aQ4(et, dz, aPy), aPy = aPz);
|
}(et, dz, aPy, aPz), 0 !== a7 && aQ4(et, dz, aPy), aPy = aPz);
|
||||||
aQ4(et, dz, 1.5 * Math.PI)
|
aQ4(et, dz, 1.5 * Math.PI)
|
||||||
}!
|
}!
|
||||||
|
|
|
@ -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?1738839933879">
|
<link rel="stylesheet" href="main.css?1738607203847">
|
||||||
<!-- Game CSS -->
|
<!-- Game CSS -->
|
||||||
<style>
|
<style>
|
||||||
html,
|
html,
|
||||||
|
@ -84,8 +84,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?1738839933879"></script>
|
<script src="variables.js?1738607203847"></script>
|
||||||
<script src="fx.bundle.js?1738839933879"></script>
|
<script src="fx.bundle.js?1738607203847"></script>
|
||||||
<script src="game.js?1738839933879"></script>
|
<script src="game.js?1738607203847"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue