fix ListBorders scale9sprite scaling

This commit is contained in:
HJfod 2024-05-09 11:44:07 +03:00
parent a37af634a9
commit cdc41a5c10

View file

@ -135,8 +135,8 @@ ListBorders* ListBorders::create() {
void ListBorders::setSpriteFrames(const char* topAndBottom, const char* side, float topPadding) {
this->setSprites(
CCScale9Sprite::createWithSpriteFrameName(topAndBottom, { 0, 0, 240, 10 }),
CCScale9Sprite::createWithSpriteFrameName(topAndBottom, { 0, 0, 240, 10 }),
CCScale9Sprite::createWithSpriteFrameName(topAndBottom),
CCScale9Sprite::createWithSpriteFrameName(topAndBottom),
CCSprite::createWithSpriteFrameName(side),
CCSprite::createWithSpriteFrameName(side),
topPadding,