用最新版的texture pakcet打包后

代码如下:
let width = this.node.width;
let height = this.node.height;
this.node.getComponent(cc.Sprite).spriteFrame[‘vertices’] = {
x: [height, width, width, height],
y: [0, 0, height, height],
nu: [0.35, 0.65, 0.65, 0.35],
nv: [0, 0, 1, 1],
tringles: [0, 1, 2, 2, 3, 0]
}
执行后就是这样的:
大神们。。。求解。,,。。。

