Skip to content

Commit

Permalink
Fixed share URL position
Browse files Browse the repository at this point in the history
  • Loading branch information
Jouca committed Jun 6, 2024
1 parent dfa63d3 commit ea68223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Utils/InfoNewLayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class $modify(InfoLayer) {
menu_selector(InfoNewLayer::onCopyLevelURL)
);
copyBtn->setUserObject(cocos2d::CCString::create(gd::string(levelID)));
copyBtn->setPosition(14, -11);
copyBtn->setPosition(14, -55);
menu->addChild(copyBtn);

return true;
Expand Down

0 comments on commit ea68223

Please sign in to comment.