diff --git a/changelog.md b/changelog.md index 4c364c9..15ceb89 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,7 @@ # 1.7.5-beta.2 - Fixed crash closing the mod menu +- Removed editor set scale and rotation # 1.7.5-beta.1 diff --git a/src/Client/ClientSetup.h b/src/Client/ClientSetup.h index e21df70..0b06e9f 100644 --- a/src/Client/ClientSetup.h +++ b/src/Client/ClientSetup.h @@ -293,8 +293,8 @@ class ClientUtils creator->id = "creator-window"; //creator->windowPos = ccp(50 + (50 + (Client::instance->tileSize.x)) * 0, 50); - creator->modules.push_back(new SetValueModule("Set Scale:", "set-scale")); - creator->modules.push_back(new SetValueModule("Set Rotation:", "set-rot")); + // creator->modules.push_back(new SetValueModule("Set Scale:", "set-scale")); + // creator->modules.push_back(new SetValueModule("Set Rotation:", "set-rot")); creator->modules.push_back(new Module("Copy Hack", "copy-hack", "Allows you to copy any level from the servers\nCode by Firee")); creator->modules.push_back(new Module("Show Level Password", "show-password", "Adds a button to the password input popup that shows the level password", true));