mirror of
https://github.com/geode-sdk/geode.git
synced 2025-04-04 01:01:00 -04:00
fix ListBorders scale9sprite scaling
This commit is contained in:
parent
a37af634a9
commit
cdc41a5c10
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue