Lots of fixes and updates to the Button class, InputHandler for snap offsets, Sound looping and Stage scaling.

This commit is contained in:
photonstorm
2013-12-31 17:03:09 +00:00
parent 86f6ddcbc8
commit d1cd1df9a5
13 changed files with 377 additions and 149 deletions
+1 -2
View File
@@ -260,7 +260,7 @@ Phaser.StageScaleMode.prototype = {
this._width = this.width;
this._height = this.height;
console.log('startFullScreen', this._width, this._height);
// console.log('startFullScreen', this._width, this._height);
if (element['requestFullScreen'])
{
@@ -328,7 +328,6 @@ Phaser.StageScaleMode.prototype = {
this.game.stage.scale.setShowAll();
this.game.stage.scale.refresh();
}
}
else
{