deploy: ad32a5b840
parent
5b28d2b81e
commit
1c3ebdf0bd
Binary file not shown.
After Width: | Height: | Size: 50 KiB |
Binary file not shown.
After Width: | Height: | Size: 91 KiB |
Binary file not shown.
After Width: | Height: | Size: 103 KiB |
Binary file not shown.
After Width: | Height: | Size: 99 KiB |
|
@ -1,5 +1,5 @@
|
||||||
const fx_version = '0.6.1.4'; // FX Client Version
|
const fx_version = '0.6.1.5'; // FX Client Version
|
||||||
const fx_update = 'Feb 24'; // FX Client Last Updated
|
const fx_update = 'Feb 25'; // 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;
|
||||||
|
|
10
index.html
10
index.html
|
@ -15,7 +15,9 @@
|
||||||
<meta name="keywords"
|
<meta name="keywords"
|
||||||
content="territorial.io,territory games,territorial io,map games,conquest games,conquest game,david tschacher,territorial,territory game,io game,io games,territory.io,territory io,territory games io">
|
content="territorial.io,territory games,territorial io,map games,conquest games,conquest game,david tschacher,territorial,territory game,io game,io games,territory.io,territory io,territory games io">
|
||||||
<meta name="author" content="MohsenEMX, peshomir,orlemley1, David Tschacher">
|
<meta name="author" content="MohsenEMX, peshomir,orlemley1, David Tschacher">
|
||||||
|
<meta name="viewport" content="width=device-width, maximum-scale=1">
|
||||||
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
|
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
|
||||||
|
<link rel="manifest" href="manifest.json" />
|
||||||
|
|
||||||
<meta name="og:image" content="https://mohsenemx.github.io/FXclient/favicon.ico" />
|
<meta name="og:image" content="https://mohsenemx.github.io/FXclient/favicon.ico" />
|
||||||
<meta property="og:url" content="https://mohsenemx.github.io/FXclient/">
|
<meta property="og:url" content="https://mohsenemx.github.io/FXclient/">
|
||||||
|
@ -32,7 +34,7 @@
|
||||||
<meta itemprop="image" content="https://mohsenemx.github.io/FXclient/favicon.ico">
|
<meta itemprop="image" content="https://mohsenemx.github.io/FXclient/favicon.ico">
|
||||||
|
|
||||||
<!-- FX Client CSS -->
|
<!-- FX Client CSS -->
|
||||||
<link rel="stylesheet" href="main.css?1708803582324">
|
<link rel="stylesheet" href="main.css?1708866402211">
|
||||||
<!-- Game CSS -->
|
<!-- Game CSS -->
|
||||||
<style>
|
<style>
|
||||||
html,
|
html,
|
||||||
|
@ -104,8 +106,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>
|
||||||
<p id="donationhistory_text"></p>
|
<p id="donationhistory_text"></p>
|
||||||
</div>
|
</div>
|
||||||
<script src="variables.js?1708803582324"></script>
|
<script src="variables.js?1708866402211"></script>
|
||||||
<script src="fx_core.js?1708803582324"></script>
|
<script src="fx_core.js?1708866402211"></script>
|
||||||
<script src="game.js?1708803582324"></script>
|
<script src="game.js?1708866402211"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -0,0 +1,19 @@
|
||||||
|
{
|
||||||
|
"name": "FX Client",
|
||||||
|
"short_name": "FXclient",
|
||||||
|
"start_url": ".",
|
||||||
|
"display": "standalone",
|
||||||
|
"background_color": "#000000",
|
||||||
|
"description": "Client for Territorial.io",
|
||||||
|
"icons": [
|
||||||
|
{
|
||||||
|
"src": "favicon.ico",
|
||||||
|
"sizes": "64x64"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "assets/logo.png",
|
||||||
|
"sizes": "any",
|
||||||
|
"type": "image/png"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue