diff --git a/logo.png b/assets/logo.png similarity index 100% rename from logo.png rename to assets/logo.png diff --git a/assets/logo_expanded.png b/assets/logo_expanded.png new file mode 100644 index 0000000..8a2a8c8 Binary files /dev/null and b/assets/logo_expanded.png differ diff --git a/assets/logo_text_dark.png b/assets/logo_text_dark.png new file mode 100644 index 0000000..58b8b17 Binary files /dev/null and b/assets/logo_text_dark.png differ diff --git a/assets/logo_text_light.png b/assets/logo_text_light.png new file mode 100644 index 0000000..fbc1629 Binary files /dev/null and b/assets/logo_text_light.png differ diff --git a/build.js b/build.js index 09e7438..a029329 100644 --- a/build.js +++ b/build.js @@ -14,7 +14,7 @@ const replaceOne = (expression, replaceValue) => { 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."); // Replace assets diff --git a/readme.md b/readme.md index 699a844..023eb26 100644 --- a/readme.md +++ b/readme.md @@ -1,3 +1,12 @@ +

+ + + + + + + +

## 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. @@ -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 2. It's Ad free and removes game's default ads. 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) -5. ~~Adds a text to display "Troop Density"~~ -6. ~~Adds a text to display "Maximum Troops"~~ +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" +6. Adds a text to display "Maximum Troops" 7. Adds a win counter 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