Skip to content

Commit

Permalink
is it too obvious
Browse files Browse the repository at this point in the history
  • Loading branch information
FireMario211 committed Apr 23, 2024
1 parent d6b12ae commit d19f98b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Hacks/Quartz.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1249,7 +1249,7 @@ class $modify(EndLevelLayer) {
auto node = layer->getChildren()->objectAtIndex(i);
if (auto spr = typeinfo_cast<CCSprite*>(node)) {
if (spr->getPositionY() == 235.F) {
spr->setScaleX(0.7F);
spr->setScaleX(0.9F);
break;
}
}
Expand Down

0 comments on commit d19f98b

Please sign in to comment.