Universal 2D Game Assets and Absolute Node Positioning
问题 I have a question regarding universal game assets and absolute positioning of a SKNodes in Sprite Kit (iOS 8+). I will try to present my problem through an example as follows : Imagine a 2D top down game with a SKSpriteNode which represents a house. A house has multiple child SKSpriteNode s which represent chairs, desk, sofa, etc. I have 3 versions of house asset: 1x - 200 x 200px (Non-retina iPads), 2x - 400 x 400px (Retina iPhones and iPads), 3x - 600 x 600px (iPhone 6 Plus). Important :