PopupLayer* PopupLayer::create(const char *backgroundImage) { PopupLayer* ml = PopupLayer::create(); ml->setSpriteBackGround(Sprite::create(backgroundImage)); ml->setSprite9BackGround(Scale9Sprite::create(backgroundImage)); return ml; }
PopupLayer* PopupLayer::create(const char *backgroundImage){ PopupLayer* ml = PopupLayer::create(); ml->setSpriteBackGround(CCSprite::create(backgroundImage)); //ml->setSpriteBackGround(extension::Scale9Sprite::create(backgroundImage)); return ml; }