Skip to content

Commit ccc7e67

Browse files
committed
2.0.7 master build.
1 parent ee49575 commit ccc7e67

7 files changed

Lines changed: 22 additions & 22 deletions

File tree

build/custom/phaser-arcade-physics.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* Phaser - http://phaser.io
99
*
10-
* v2.0.7 "Amadicia" - Built: Fri Jul 18 2014 11:49:42
10+
* v2.0.7 "Amadicia" - Built: Fri Jul 18 2014 12:35:30
1111
*
1212
* By Richard Davey http://www.photonstorm.com @photonstorm
1313
*
@@ -11576,7 +11576,7 @@ PIXI.RenderTexture.tempMatrix = new PIXI.Matrix();
1157611576
*
1157711577
* Phaser - http://phaser.io
1157811578
*
11579-
* v2.0.7 "Amadicia" - Built: Fri Jul 18 2014 11:49:42
11579+
* v2.0.7 "Amadicia" - Built: Fri Jul 18 2014 12:35:30
1158011580
*
1158111581
* By Richard Davey http://www.photonstorm.com @photonstorm
1158211582
*
@@ -11619,7 +11619,7 @@ PIXI.RenderTexture.tempMatrix = new PIXI.Matrix();
1161911619
*/
1162011620
var Phaser = Phaser || {
1162111621

11622-
VERSION: '2.0.7-dev',
11622+
VERSION: '2.0.7',
1162311623
GAMES: [],
1162411624

1162511625
AUTO: 0,
@@ -22323,23 +22323,23 @@ Object.defineProperty(Phaser.Game.prototype, "paused", {
2232322323
if (this._paused === false)
2232422324
{
2232522325
this._paused = true;
22326-
this._codePaused = true;
2232722326
this.sound.setMute();
2232822327
this.time.gamePaused();
2232922328
this.onPause.dispatch(this);
2233022329
}
22330+
this._codePaused = true;
2233122331
}
2233222332
else
2233322333
{
2233422334
if (this._paused)
2233522335
{
2233622336
this._paused = false;
22337-
this._codePaused = false;
2233822337
this.input.reset();
2233922338
this.sound.unsetMute();
2234022339
this.time.gameResumed();
2234122340
this.onResume.dispatch(this);
2234222341
}
22342+
this._codePaused = false;
2234322343
}
2234422344

2234522345
}

build/custom/phaser-arcade-physics.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/custom/phaser-no-libs.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* Phaser - http://phaser.io
99
*
10-
* v2.0.7 "Amadicia" - Built: Fri Jul 18 2014 11:49:42
10+
* v2.0.7 "Amadicia" - Built: Fri Jul 18 2014 12:35:30
1111
*
1212
* By Richard Davey http://www.photonstorm.com @photonstorm
1313
*
@@ -50,7 +50,7 @@
5050
*/
5151
var Phaser = Phaser || {
5252

53-
VERSION: '2.0.7-dev',
53+
VERSION: '2.0.7',
5454
GAMES: [],
5555

5656
AUTO: 0,
@@ -10754,23 +10754,23 @@ Object.defineProperty(Phaser.Game.prototype, "paused", {
1075410754
if (this._paused === false)
1075510755
{
1075610756
this._paused = true;
10757-
this._codePaused = true;
1075810757
this.sound.setMute();
1075910758
this.time.gamePaused();
1076010759
this.onPause.dispatch(this);
1076110760
}
10761+
this._codePaused = true;
1076210762
}
1076310763
else
1076410764
{
1076510765
if (this._paused)
1076610766
{
1076710767
this._paused = false;
10768-
this._codePaused = false;
1076910768
this.input.reset();
1077010769
this.sound.unsetMute();
1077110770
this.time.gameResumed();
1077210771
this.onResume.dispatch(this);
1077310772
}
10773+
this._codePaused = false;
1077410774
}
1077510775

1077610776
}

build/custom/phaser-no-libs.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/phaser.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* Phaser - http://phaser.io
99
*
10-
* v2.0.7 "Amadicia" - Built: Fri Jul 18 2014 11:49:42
10+
* v2.0.7 "Amadicia" - Built: Fri Jul 18 2014 12:35:30
1111
*
1212
* By Richard Davey http://www.photonstorm.com @photonstorm
1313
*
@@ -11576,7 +11576,7 @@ PIXI.RenderTexture.tempMatrix = new PIXI.Matrix();
1157611576
*
1157711577
* Phaser - http://phaser.io
1157811578
*
11579-
* v2.0.7 "Amadicia" - Built: Fri Jul 18 2014 11:49:42
11579+
* v2.0.7 "Amadicia" - Built: Fri Jul 18 2014 12:35:30
1158011580
*
1158111581
* By Richard Davey http://www.photonstorm.com @photonstorm
1158211582
*
@@ -11619,7 +11619,7 @@ PIXI.RenderTexture.tempMatrix = new PIXI.Matrix();
1161911619
*/
1162011620
var Phaser = Phaser || {
1162111621

11622-
VERSION: '2.0.7-dev',
11622+
VERSION: '2.0.7',
1162311623
GAMES: [],
1162411624

1162511625
AUTO: 0,
@@ -22323,23 +22323,23 @@ Object.defineProperty(Phaser.Game.prototype, "paused", {
2232322323
if (this._paused === false)
2232422324
{
2232522325
this._paused = true;
22326-
this._codePaused = true;
2232722326
this.sound.setMute();
2232822327
this.time.gamePaused();
2232922328
this.onPause.dispatch(this);
2233022329
}
22330+
this._codePaused = true;
2233122331
}
2233222332
else
2233322333
{
2233422334
if (this._paused)
2233522335
{
2233622336
this._paused = false;
22337-
this._codePaused = false;
2233822337
this.input.reset();
2233922338
this.sound.unsetMute();
2234022339
this.time.gameResumed();
2234122340
this.onResume.dispatch(this);
2234222341
}
22342+
this._codePaused = false;
2234322343
}
2234422344

2234522345
}

build/phaser.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/phaser.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)