QuoteWould there be any ideas on how to get this working with the different 1x, 1.5x, 2x and 4x scales?Make an image for each of the 4 scales and then choose the correct one based on the value of Engine.SCALE.
Would there be any ideas on how to get this working with the different 1x, 1.5x, 2x and 4x scales?
var bytes = nme.Assets.getBytes("data/splash.swf");var loader:nme.display.Loader = new nme.display.Loader();loader.loadBytes(bytes);loader.contentLoaderInfo.addEventListener(nme.events.Event.COMPLETE, function(_) { com.stencyl.Engine.engine.root.addChild(loader.content);});