@@ -216,9 +216,9 @@ void CustomText::addSpecial(std::string id) {
216216 m_outline->setOpacity (255 / 2 );
217217 }
218218 else if (id == " rgb" ) {
219- auto red = CCSprite::createWithSpriteFrameName (" square .png" );
220- auto green = CCSprite::createWithSpriteFrameName (" square .png" );
221- auto blue = CCSprite::createWithSpriteFrameName (" square .png" );
219+ auto red = CCSprite::createWithSpriteFrameName (" whiteSquare60_001 .png" );
220+ auto green = CCSprite::createWithSpriteFrameName (" whiteSquare60_001 .png" );
221+ auto blue = CCSprite::createWithSpriteFrameName (" whiteSquare60_001 .png" );
222222
223223 red->setColor ({255 , 0 , 0 });
224224 green->setColor ({0 , 255 , 0 });
@@ -240,8 +240,8 @@ void CustomText::addSpecial(std::string id) {
240240 m_effects->addChild (blue);
241241 }
242242 else if (id == " sonic-wave" ) {
243- auto mid = CCSprite::createWithSpriteFrameName (" square .png" );
244- auto last = CCSprite::createWithSpriteFrameName (" square .png" );
243+ auto mid = CCSprite::createWithSpriteFrameName (" whiteSquare60_001 .png" );
244+ auto last = CCSprite::createWithSpriteFrameName (" whiteSquare60_001 .png" );
245245
246246 mid->setColor ({ 0 , 99 , 192 });
247247 last->setColor ({ 0 , 132 , 255 });
@@ -262,9 +262,9 @@ void CustomText::addSpecial(std::string id) {
262262 m_effects->addChild (last);
263263 }
264264 else if (id == " nine-circles" ) {
265- auto first = CCSprite::createWithSpriteFrameName (" square .png" );
266- auto mid = CCSprite::createWithSpriteFrameName (" square .png" );
267- auto last = CCSprite::createWithSpriteFrameName (" square .png" );
265+ auto first = CCSprite::createWithSpriteFrameName (" whiteSquare60_001 .png" );
266+ auto mid = CCSprite::createWithSpriteFrameName (" whiteSquare60_001 .png" );
267+ auto last = CCSprite::createWithSpriteFrameName (" whiteSquare60_001 .png" );
268268
269269 first->setColor ({ 200 , 0 , 0 });
270270 mid->setColor ({ 200 , 80 , 0 });
0 commit comments