Skip to content

Commit

Permalink
it's not a python
Browse files Browse the repository at this point in the history
  • Loading branch information
mishpro-programm committed Mar 18, 2024
1 parent 754880c commit 1e3affe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ class $modify(MyPauseLayer, PauseLayer) {
auto level = playLayer->m_level;
auto infoLayer = InfoLayer::create(level, nullptr, nullptr);
infoLayer->setZOrder(11);
auto action = CCScaleTo::create(0.5f, 0.f);
action = CCEaseElasticOut::create(action);
auto scaleAction = CCScaleTo::create(0.5f, 0.f);
auto action = CCEaseElasticOut::create(action);
infoLayer->runAction(action);
auto scene = CCDirector::get()->getRunningScene();
scene->addChild(infoLayer);
Expand Down

0 comments on commit 1e3affe

Please sign in to comment.