mirror of https://github.com/axmolengine/axmol.git
parent
4d54f44f62
commit
bdbe9b4f6f
|
@ -299,7 +299,7 @@ bool UIImageViewIssue12249Test::init()
|
|||
|
||||
ImageView* imageView2 = ImageView::create();
|
||||
imageView2->setScale9Enabled(true);
|
||||
imageView2->loadTexture("blocks9r.png", Widget::TextureResType::PLIST);
|
||||
imageView2->loadTexture("blocks9ss/blocks9r.png", Widget::TextureResType::PLIST);
|
||||
imageView2->setContentSize(Size(250, imageView2->getContentSize().height * 2));
|
||||
imageView2->setFlippedX(true);
|
||||
imageView2->setScale(0.5);
|
||||
|
|
Loading…
Reference in New Issue