标签: swift ios8 sprite-kit
如何在我的SpriteKit场景中添加几个SKShapeNode。 最新的“新敌人”应该始终放在幕后。
如何获取insertChild()的backgroundIndex?
let backgroundIndex:Int = ??? self.insertChild(newEnemy, atIndex: backgroundIndex)