mirror of
https://github.com/photonstorm/phaser
synced 2024-11-15 01:17:43 +00:00
Phaser 2.2 Release Candidate 8 (newsletter build)
This commit is contained in:
parent
a8574b42ef
commit
40c490ce23
13 changed files with 23 additions and 23 deletions
|
@ -99,8 +99,6 @@
|
|||
<script src="$path/src/core/Camera.js"></script>
|
||||
<script src="$path/src/core/State.js"></script>
|
||||
<script src="$path/src/core/StateManager.js"></script>
|
||||
<script src="$path/src/core/ArrayList.js"></script>
|
||||
<script src="$path/src/core/LinkedList.js"></script>
|
||||
<script src="$path/src/core/Signal.js"></script>
|
||||
<script src="$path/src/core/SignalBinding.js"></script>
|
||||
<script src="$path/src/core/Filter.js"></script>
|
||||
|
@ -176,6 +174,8 @@
|
|||
<script src="$path/src/sound/Sound.js"></script>
|
||||
<script src="$path/src/sound/SoundManager.js"></script>
|
||||
|
||||
<script src="$path/src/utils/ArraySet.js"></script>
|
||||
<script src="$path/src/utils/LinkedList.js"></script>
|
||||
<script src="$path/src/utils/ArrayUtils.js"></script>
|
||||
<script src="$path/src/utils/Debug.js"></script>
|
||||
<script src="$path/src/utils/Color.js"></script>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
*
|
||||
* Phaser - http://phaser.io
|
||||
*
|
||||
* v2.2.0 "Bethal" - Built: Mon Nov 17 2014 13:08:14
|
||||
* v2.2.0 "Bethal" - Built: Mon Nov 17 2014 14:11:38
|
||||
*
|
||||
* By Richard Davey http://www.photonstorm.com @photonstorm
|
||||
*
|
||||
|
@ -12063,7 +12063,7 @@ PIXI.AbstractFilter.prototype.apply = function(frameBuffer)
|
|||
*
|
||||
* Phaser - http://phaser.io
|
||||
*
|
||||
* v2.2.0 "Bethal" - Built: Mon Nov 17 2014 13:08:14
|
||||
* v2.2.0 "Bethal" - Built: Mon Nov 17 2014 14:11:38
|
||||
*
|
||||
* By Richard Davey http://www.photonstorm.com @photonstorm
|
||||
*
|
||||
|
@ -57514,7 +57514,7 @@ Phaser.SoundManager.prototype = {
|
|||
}
|
||||
}
|
||||
|
||||
if (window['PhaserGlobal'].audioContext)
|
||||
if (window['PhaserGlobal'] && window['PhaserGlobal'].audioContext)
|
||||
{
|
||||
this.context = window['PhaserGlobal'].audioContext;
|
||||
}
|
||||
|
|
2
build/custom/phaser-arcade-physics.min.js
vendored
2
build/custom/phaser-arcade-physics.min.js
vendored
File diff suppressed because one or more lines are too long
|
@ -7,7 +7,7 @@
|
|||
*
|
||||
* Phaser - http://phaser.io
|
||||
*
|
||||
* v2.2.0 "Bethal" - Built: Mon Nov 17 2014 13:08:15
|
||||
* v2.2.0 "Bethal" - Built: Mon Nov 17 2014 14:11:38
|
||||
*
|
||||
* By Richard Davey http://www.photonstorm.com @photonstorm
|
||||
*
|
||||
|
@ -12063,7 +12063,7 @@ PIXI.AbstractFilter.prototype.apply = function(frameBuffer)
|
|||
*
|
||||
* Phaser - http://phaser.io
|
||||
*
|
||||
* v2.2.0 "Bethal" - Built: Mon Nov 17 2014 13:08:14
|
||||
* v2.2.0 "Bethal" - Built: Mon Nov 17 2014 14:11:38
|
||||
*
|
||||
* By Richard Davey http://www.photonstorm.com @photonstorm
|
||||
*
|
||||
|
@ -57514,7 +57514,7 @@ Phaser.SoundManager.prototype = {
|
|||
}
|
||||
}
|
||||
|
||||
if (window['PhaserGlobal'].audioContext)
|
||||
if (window['PhaserGlobal'] && window['PhaserGlobal'].audioContext)
|
||||
{
|
||||
this.context = window['PhaserGlobal'].audioContext;
|
||||
}
|
||||
|
|
2
build/custom/phaser-ninja-physics.min.js
vendored
2
build/custom/phaser-ninja-physics.min.js
vendored
File diff suppressed because one or more lines are too long
|
@ -7,7 +7,7 @@
|
|||
*
|
||||
* Phaser - http://phaser.io
|
||||
*
|
||||
* v2.2.0 "Bethal" - Built: Mon Nov 17 2014 13:08:14
|
||||
* v2.2.0 "Bethal" - Built: Mon Nov 17 2014 14:11:38
|
||||
*
|
||||
* By Richard Davey http://www.photonstorm.com @photonstorm
|
||||
*
|
||||
|
@ -45458,7 +45458,7 @@ Phaser.SoundManager.prototype = {
|
|||
}
|
||||
}
|
||||
|
||||
if (window['PhaserGlobal'].audioContext)
|
||||
if (window['PhaserGlobal'] && window['PhaserGlobal'].audioContext)
|
||||
{
|
||||
this.context = window['PhaserGlobal'].audioContext;
|
||||
}
|
||||
|
|
2
build/custom/phaser-no-libs.min.js
vendored
2
build/custom/phaser-no-libs.min.js
vendored
File diff suppressed because one or more lines are too long
|
@ -7,7 +7,7 @@
|
|||
*
|
||||
* Phaser - http://phaser.io
|
||||
*
|
||||
* v2.2.0 "Bethal" - Built: Mon Nov 17 2014 13:08:15
|
||||
* v2.2.0 "Bethal" - Built: Mon Nov 17 2014 14:11:38
|
||||
*
|
||||
* By Richard Davey http://www.photonstorm.com @photonstorm
|
||||
*
|
||||
|
@ -57484,7 +57484,7 @@ Phaser.SoundManager.prototype = {
|
|||
}
|
||||
}
|
||||
|
||||
if (window['PhaserGlobal'].audioContext)
|
||||
if (window['PhaserGlobal'] && window['PhaserGlobal'].audioContext)
|
||||
{
|
||||
this.context = window['PhaserGlobal'].audioContext;
|
||||
}
|
||||
|
|
4
build/custom/phaser-no-physics.min.js
vendored
4
build/custom/phaser-no-physics.min.js
vendored
File diff suppressed because one or more lines are too long
|
@ -7,7 +7,7 @@
|
|||
*
|
||||
* Phaser - http://phaser.io
|
||||
*
|
||||
* v2.2.0 "Bethal" - Built: Mon Nov 17 2014 13:08:15
|
||||
* v2.2.0 "Bethal" - Built: Mon Nov 17 2014 14:11:39
|
||||
*
|
||||
* By Richard Davey http://www.photonstorm.com @photonstorm
|
||||
*
|
||||
|
@ -12063,7 +12063,7 @@ PIXI.AbstractFilter.prototype.apply = function(frameBuffer)
|
|||
*
|
||||
* Phaser - http://phaser.io
|
||||
*
|
||||
* v2.2.0 "Bethal" - Built: Mon Nov 17 2014 13:08:14
|
||||
* v2.2.0 "Bethal" - Built: Mon Nov 17 2014 14:11:38
|
||||
*
|
||||
* By Richard Davey http://www.photonstorm.com @photonstorm
|
||||
*
|
||||
|
@ -57514,7 +57514,7 @@ Phaser.SoundManager.prototype = {
|
|||
}
|
||||
}
|
||||
|
||||
if (window['PhaserGlobal'].audioContext)
|
||||
if (window['PhaserGlobal'] && window['PhaserGlobal'].audioContext)
|
||||
{
|
||||
this.context = window['PhaserGlobal'].audioContext;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
2
build/phaser.min.js
vendored
2
build/phaser.min.js
vendored
File diff suppressed because one or more lines are too long
|
@ -155,7 +155,7 @@ Phaser.SoundManager.prototype = {
|
|||
}
|
||||
}
|
||||
|
||||
if (window['PhaserGlobal'].audioContext)
|
||||
if (window['PhaserGlobal'] && window['PhaserGlobal'].audioContext)
|
||||
{
|
||||
this.context = window['PhaserGlobal'].audioContext;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue