feat: added added new skin to ptilopsis
well, i have to make changes to spine-ts so it can handle the difference between the size of texture
This commit is contained in:
@@ -78,8 +78,8 @@ module spine {
|
||||
page.texture = textureLoader(line);
|
||||
page.texture.setFilters(page.minFilter, page.magFilter);
|
||||
page.texture.setWraps(page.uWrap, page.vWrap);
|
||||
page.width = page.texture.getImage().width;
|
||||
page.height = page.texture.getImage().height;
|
||||
// page.width = page.texture.getImage().width;
|
||||
// page.height = page.texture.getImage().height;
|
||||
this.pages.push(page);
|
||||
} else {
|
||||
let region:TextureAtlasRegion = new TextureAtlasRegion();
|
||||
|
||||
Reference in New Issue
Block a user