mirror of
https://github.com/wassname/phaser.git
synced 2026-06-30 16:40:20 +08:00
13c99f3491
If your game references the old Phaser.StageScaleMode consts like SHOW_ALL you need to update them to Phaser.ScaleManager, i.e. Phaser.ScaleManager.SHOW_ALL. All of the Project Templates have been updated to reflect the above change.