charlie_says Posted March 23, 2014 Share Posted March 23, 2014 I've just tried plugging in v2 into an old test, and I get the error: Phaser v2.0.0 - WebGL - WebAudio http://phaser.io ♥♥♥ phaser.min.js:7Uncaught TypeError: Cannot read property 'SHOW_ALL' of undefined load.js:32 Game.Boot.preloadload.js:32 b.StateManager.preUpdatephaser.min.js:6 b.Game.updatephaser.min.js:8 b.RequestAnimationFrame.updateRAFphaser.min.js:11 window.requestAnimationFrame.forceSetTimeOut._onLoop Is there something obvious I'm missing? I was expecting some errors, but this doesn't give me an obvious point to start. Link to comment Share on other sites More sharing options...
JP91 Posted March 23, 2014 Share Posted March 23, 2014 in phaser2 is game.scale.scaleMode = Phaser.ScaleManager.SHOW_ALL. Link to comment Share on other sites More sharing options...
charlie_says Posted March 23, 2014 Author Share Posted March 23, 2014 Ah yes, pretty obvious (except to me, until now.) Thanks! Link to comment Share on other sites More sharing options...
Recommended Posts