phaser/resources/Project Templates/Full Screen Mobile
photonstorm 13c99f3491 Phaser.StageScaleMode has been renamed to ScaleManager and moved from the system folder to the core folder. It's still available under game.scale.
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.
2014-02-25 14:46:48 +00:00
..
css Added a new Full Screen Mobile template example. 2014-01-08 00:34:47 +00:00
icons Added a new Full Screen Mobile template example. 2014-01-08 00:34:47 +00:00
images Added a new Full Screen Mobile template example. 2014-01-08 00:34:47 +00:00
src Phaser.StageScaleMode has been renamed to ScaleManager and moved from the system folder to the core folder. It's still available under game.scale. 2014-02-25 14:46:48 +00:00
apple-touch-icon.png Added a new Full Screen Mobile template example. 2014-01-08 00:34:47 +00:00
index.html Vastly improved visibility API support + pageshow/pagehide + focus/blur. Working across Chrome, IE, Firefox, iOS, Android (also fixes #161) 2014-02-25 02:59:24 +00:00