I have an animation (code below) how to increase it ?? (SKTexture does not accept CGSize - there is only a method that returns it .size ())
var enemyAnimationTextures:[SKTexture] = [] let action = SKAction.animate(with: enemyAnimationTextures, timePerFrame: 0.1) enumNodeDelete.run(SKAction.sequence([action, SKAction.removeFromParent()]))