Skip to content

Commit

Permalink
42q
Browse files Browse the repository at this point in the history
  • Loading branch information
Cvolton committed Jul 7, 2024
1 parent 5e4f5ca commit 22c6c29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/layers/CustomCreatorLayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ bool CustomCreatorLayer::init() {
egg->m_baseScale = .35f;
egg->setPosition({59, (winSize.height / 2) - 16});
if(BetterInfo::randomNumber(9, 21) == 15 || BetterInfo::randomNumber(9, 21) == 17) menu->addChild(egg);*/
if(BetterInfo::randomNumber(69, 1337) < 420) label->setString(fmt::format("{} 4.2.Q", label->getString()).c_str());

buttonsMenu->updateLayout();
bottomMenu->updateLayout();
Expand Down

0 comments on commit 22c6c29

Please sign in to comment.