Jump to content

How do i scale my game in 2.4.2?


EliasJorgensen
 Share

Recommended Posts

Hey guys

I just switched from Phaser 2.0.1 to 2.4.2, but now the code i used to scale my game is not working anymore.

This is the code i used in 2.0.1 in my scripts create() function:
 

this.scale.scaleMode = Phaser.ScaleManager.SHOW_ALL;this.scale.pageAlignHorizontally = true;this.scale.pageAlignVertically = true;this.scale.setScreenSize( true );

How do i scale my game in 2.4.2?

Thanks

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

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