Add logo to readme and make small changes to the content; Game update 1.90.0
parent
f9ce6ab3b5
commit
404bb8547c
Before Width: | Height: | Size: 50 KiB 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 |
2
build.js
2
build.js
|
@ -14,7 +14,7 @@ const replaceOne = (expression, replaceValue) => {
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
const dictionary = { __dictionaryVersion: '1.89.8 3 Feb 2024', playerId: 'bB', playerNames: 'hA', playerBalances: 'bC', playerTerritories: 'bj', gIsSingleplayer: 'fc', gIsTeamGame: 'cH' };
|
const dictionary = { __dictionaryVersion: '1.90.0 4 Feb 2024', playerId: 'bB', playerNames: 'hA', playerBalances: 'bC', playerTerritories: 'bj', gIsSingleplayer: 'fc', gIsTeamGame: 'cH' };
|
||||||
if (!script.includes(`"${dictionary.__dictionaryVersion}"`)) throw new Error("Dictionary is outdated.");
|
if (!script.includes(`"${dictionary.__dictionaryVersion}"`)) throw new Error("Dictionary is outdated.");
|
||||||
|
|
||||||
// Replace assets
|
// Replace assets
|
||||||
|
|
15
readme.md
15
readme.md
|
@ -1,3 +1,12 @@
|
||||||
|
<p align="center">
|
||||||
|
<a href="https://mohsenemx.github.io/FXclient/">
|
||||||
|
<picture width="20%">
|
||||||
|
<source media="(prefers-color-scheme: dark)" srcset="/assets/logo_text_dark.png">
|
||||||
|
<source media="(prefers-color-scheme: light)" srcset="/assets/logo_text_light.png">
|
||||||
|
<img src="/assets/logo_text_light.png">
|
||||||
|
</picture>
|
||||||
|
</a>
|
||||||
|
</p>
|
||||||
|
|
||||||
## What is FX Client?
|
## What is FX Client?
|
||||||
FX Client is the first Territorial.io client, targeting better User Interface and better User Experience, It's basically Territorial.io but better.
|
FX Client is the first Territorial.io client, targeting better User Interface and better User Experience, It's basically Territorial.io but better.
|
||||||
|
@ -6,9 +15,9 @@ FX Client is the first Territorial.io client, targeting better User Interface an
|
||||||
1. It's 100% free and open source on Github
|
1. It's 100% free and open source on Github
|
||||||
2. It's Ad free and removes game's default ads.
|
2. It's Ad free and removes game's default ads.
|
||||||
3. It makes game look cooler, by replacing default assets with new ones.
|
3. It makes game look cooler, by replacing default assets with new ones.
|
||||||
4. It makes maximum size for custom maps 4x bigger! (from 4096 x 4096 to 8192 x 8192)
|
4. ~~It makes maximum size for custom maps 4x bigger! (from 4096 x 4096 to 8192 x 8192)~~
|
||||||
5. ~~Adds a text to display "Troop Density"~~
|
5. Adds a text to display "Troop Density"
|
||||||
6. ~~Adds a text to display "Maximum Troops"~~
|
6. Adds a text to display "Maximum Troops"
|
||||||
7. Adds a win counter
|
7. Adds a win counter
|
||||||
8. Adds a settings menu which has various options like changing the font name
|
8. Adds a settings menu which has various options like changing the font name
|
||||||
9. Adds the ability to view the history of who donated to a player during the game by clicking on their name in the leaderboard
|
9. Adds the ability to view the history of who donated to a player during the game by clicking on their name in the leaderboard
|
||||||
|
|
Loading…
Reference in New Issue