File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ class IconLockColors {
8989 child,
9090 menu_selector (IconLockColors::onP1)
9191 );
92- p1Btn->setPosition (-128 , -1 );
92+ p1Btn->setPosition (-128 , -40 );
9393 child->m_buttonMenu ->addChild (p1Btn);
9494
9595 auto p2Spr = CCSprite::createWithSpriteFrameName (" GJ_checkOff_001.png" );
@@ -103,7 +103,7 @@ class IconLockColors {
103103 child,
104104 menu_selector (IconLockColors::onP2)
105105 );
106- p2Btn->setPosition (-99 , -1 );
106+ p2Btn->setPosition (-99 , -40 );
107107 child->m_buttonMenu ->addChild (p2Btn);
108108
109109 auto glowSpr = CCSprite::createWithSpriteFrameName (" GJ_checkOff_001.png" );
@@ -117,7 +117,7 @@ class IconLockColors {
117117 child,
118118 menu_selector (IconLockColors::onGlow)
119119 );
120- glowBtn->setPosition (-69 , -1 );
120+ glowBtn->setPosition (-69 , -40 );
121121 child->m_buttonMenu ->addChild (glowBtn);
122122 }
123123 }
You can’t perform that action at this time.
0 commit comments