与显示白色背景的纹理的SKSpriteNode

时间:2017-01-13 17:13:12

标签: ios swift sprite-kit uiimage

我在场景中添加SKSpriteNode,原始图片尺寸显示为白色背景。

这是我的代码

    let imageNode = SKSpriteNode(texture: texture, size: CGSize(width: 63, height: 63))
    imageNode.position = self.anchorPoint
    addChild(imageNode)

它看起来像这样: enter image description here

尺寸调整效果很好,但有那种奇怪的白色背景。

0 个答案:

没有答案