Skip to content

Commit 5c30a22

Browse files
committed
Fixed assignment of TEXTURE_ATLAS_JSON_PYXEL constant (phaserjs#2050)
1 parent 8915a57 commit 5c30a22

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/loader/Loader.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -296,19 +296,19 @@ Phaser.Loader.TEXTURE_ATLAS_XML_STARLING = 2;
296296
* @constant
297297
* @type {number}
298298
*/
299-
Phaser.Loader.TEXTURE_ATLAS_JSON_PYXEL = 3;
299+
Phaser.Loader.PHYSICS_LIME_CORONA_JSON = 3;
300300

301301
/**
302302
* @constant
303303
* @type {number}
304304
*/
305-
Phaser.Loader.PHYSICS_LIME_CORONA_JSON = 3;
305+
Phaser.Loader.PHYSICS_PHASER_JSON = 4;
306306

307307
/**
308308
* @constant
309309
* @type {number}
310310
*/
311-
Phaser.Loader.PHYSICS_PHASER_JSON = 4;
311+
Phaser.Loader.TEXTURE_ATLAS_JSON_PYXEL = 5;
312312

313313
Phaser.Loader.prototype = {
314314

0 commit comments

Comments
 (0)