File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ bool MathQuiz::init() {
7474 CCScale9Sprite* topScaleSprite = CCScale9Sprite::create (" square02b_001.png" );
7575 topScaleSprite->ignoreAnchorPointForPosition (true );
7676 topScaleSprite->setScaledContentSize (topMenuLayer->getScaledContentSize ());
77- topScaleSprite->setColor (ccColor3B ( 6 , 2 , 32 ) );
77+ topScaleSprite->setColor ({ 6 , 2 , 32 } );
7878 topScaleSprite->setOpacity (155 );
7979
8080 topMenuLayer->addChild (topScaleSprite);
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ class MathQuiz : public CCLayer {
88protected:
99 TextInput* m_answerInput = nullptr ; // Answer gets typed out here
1010
11- bool init ();
11+ bool init () override ;
1212
1313 void keyBackClicked () override ;
1414 void onGoBack (CCObject*);
You can’t perform that action at this time.
0 commit comments