Skip to content

Commit

Permalink
e
Browse files Browse the repository at this point in the history
mishpro-programm committed Mar 22, 2024
1 parent 5c5293a commit 8eec42b
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
@@ -31,7 +31,7 @@ class $modify(MyPauseLayer, PauseLayer) {
infoLayer->setZOrder(11);
infoLayer->setScale(0.f);
auto scaleAction = CCScaleTo::create(0.1f, 1.f);
auto action = CCEaseOut::create(scaleAction, 4.f);
auto action = CCEaseElasticOut::create(scaleAction);
infoLayer->runAction(action);
auto scene = CCDirector::sharedDirector()->getRunningScene();
scene->addChild(infoLayer);

0 comments on commit 8eec42b

Please sign in to comment.