Skip to content

Commit

Permalink
ill always be bad
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSillyDoggo committed Nov 14, 2024
1 parent 5bb9d5c commit 1d6db52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions src/Client/ClientSetup.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 <co>Firee</c>"));
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));
Expand Down

0 comments on commit 1d6db52

Please sign in to comment.