Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Naxrin authored Apr 4, 2024
1 parent 27525ce commit f9f55d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class $modify(MyLayer, PauseLayer) {

auto qstfont = menu->getChildByID("quest-title-label");
qstfont->setAnchorPoint(CCPoint(0.5, 0.f));
qstfont->setPosition(CCPoint(winsize.width/2+140.f, 280.f));
qstfont->setPosition(CCPoint(winsize.width/2+140.f, 200.f));

//two buttons
menu->getChildByID("layer-menu-scroll-buttons")->setVisible(false);
Expand Down

0 comments on commit f9f55d2

Please sign in to comment.