I have a SKSpriteNode with a child which is a SKEmitterNode. When the SKSpriteNode touches the right end of the screen I mirror the SKSpriteNode:
bird.xScale = -1
My problem is, that a negative scaling factor makes the SKEmitterNode invisible.
I have a SKSpriteNode with a child which is a SKEmitterNode. When the SKSpriteNode touches the right end of the screen I mirror the SKSpriteNode:
bird.xScale = -1
My problem is, that a negative scaling factor makes the SKEmitterNode invisible.