Skip to content

Commit

Permalink
ok let me change size
Browse files Browse the repository at this point in the history
  • Loading branch information
Jouca committed Jun 2, 2024
1 parent df12d58 commit 1a95204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Styles/GauntletStyle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class $modify(GauntletSelectLayer) {
} else if (gauntletName == "Universe") {
CCSprite* sprite = CCSprite::create(Mod::get()->expandSpriteName("universe_gauntlet.png"));
sprite->setPosition(bg->getPosition());
sprite->setScale(1.695f);
sprite->setScale(1.270f);
sprite->setZOrder(0);
node->addChild(sprite);
} else {
Expand Down

0 comments on commit 1a95204

Please sign in to comment.