haden Posted July 15, 2013 Share Posted July 15, 2013 I was trying to run Tests/mobile/fullscreen.html using Phaser 095 and it seems full of errors, I suspect this code was missed" when updating the tests. For example, this line:var myGame = new Game(this, 'game', 320, 200, init, create, update); Should be:var myGame = new Phaser.Game(this, 'game', 320, 200, init, create, update);And there is also this line, in init():myGame.stage.fullscreen.go();'fullscreen' has been renamed 'scale', right ? Link to comment Share on other sites More sharing options...
rich Posted July 15, 2013 Share Posted July 15, 2013 Yeah ignore that test for now, it's all changed. That one must have slipped through the net but will make sure it's updated for the 1.0 release. Link to comment Share on other sites More sharing options...
Bizzi Posted July 24, 2013 Share Posted July 24, 2013 Yes, that's is it!ive seen, on 0.97 all Methods are changed. But you say all times "Wait for the 1.0 release". How long it takes? Link to comment Share on other sites More sharing options...
rich Posted July 24, 2013 Share Posted July 24, 2013 August 12th is the official release date. Yora, cyborianoutlaw, Bizzi and 1 other 4 Link to comment Share on other sites More sharing options...
Recommended Posts