Jump to content

mobile test outdated ?


haden
 Share

Recommended Posts

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

  • 2 weeks later...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...