sknode can't see added children
问题 Here i created a menu class which contains a few items. I want to display these sprites in the main class. I experimented with this by creating an object associating with the sknode class in the touches began method, but when i added the menu object in the main class using the addChild thing, nothing showed up. class menu:SKNode { let background = SKSpriteNode(imageNamed:"background") required init?(coder aDecoder: NSCoder) { fatalError("init(coder:) has not been implemented") } override init