Skip to content

Commit

Permalink
marked version as 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
slava998 committed Mar 14, 2024
1 parent 253af05 commit 04043fc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Rules/Common/CommonSettings.as
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const u8 BUTTON_SIZE = 4;
void onInit(CRules@ this)
{
//mod version
this.set_string("version", "1.1");
this.set_string("version", "1.2");

//dedicated server name
const string server_name = "[EU] Tankrekt "+this.get_string("version");
Expand Down
10 changes: 4 additions & 6 deletions Rules/Common/GameHelp.as
Original file line number Diff line number Diff line change
Expand Up @@ -154,12 +154,10 @@ void onRender(CRules@ this)
const string shiprektVersion = "Tankrekt "+Trans::Version+" "+this.get_string("version")+"\n";
const string lastChangesInfo = Trans::LastChanges+":\n"
+ "- 07-02-2024\n"
+ " * Mod created, major changes:\n"
+ " * Tracks and wheels, wheels are good for light tanks,, while tracks are slow but good for heavy tanks\n"
+ " * Stone blocks, they are good for forts or very armored tanks\n"
+ " * All weapons got damage buff because of economy and balance changes\n"
+ " * Artillery is new weapon, deals huge damage in big area but explodes after destroying\n"
+ " * Small changes in sprites and remaked some blocks (patcher heals in area for example)\n";
+ " * Major changes:\n"
+ " * Added more firearms for players!\n"
+ " * Artillery improvement and rebalance\n"
+ " * Increased platform durability\n";

GUI::SetFont("menu");
Vec2f lastChangesSize;
Expand Down

0 comments on commit 04043fc

Please sign in to comment.