mirror of
https://github.com/wassname/phaser.git
synced 2026-08-12 12:20:38 +08:00
Loader fixed for tilemap data.
This commit is contained in:
@@ -181,6 +181,18 @@
|
||||
{
|
||||
"file": "fire.js",
|
||||
"title": "fire"
|
||||
},
|
||||
{
|
||||
"file": "lightbeams.js",
|
||||
"title": "lightbeams"
|
||||
},
|
||||
{
|
||||
"file": "plasma.js",
|
||||
"title": "plasma"
|
||||
},
|
||||
{
|
||||
"file": "tunnel.js",
|
||||
"title": "tunnel"
|
||||
}
|
||||
],
|
||||
"games": [
|
||||
@@ -416,6 +428,10 @@
|
||||
"file": "load+texture+atlas.js",
|
||||
"title": "load texture atlas"
|
||||
},
|
||||
{
|
||||
"file": "load+tilemap+json.js",
|
||||
"title": "load tilemap json"
|
||||
},
|
||||
{
|
||||
"file": "pick+images+from+cache.js",
|
||||
"title": "pick images from cache"
|
||||
@@ -608,10 +624,6 @@
|
||||
"file": "animated+tiling+sprite.js",
|
||||
"title": "animated tiling sprite"
|
||||
},
|
||||
{
|
||||
"file": "tiling+sprite+input.js",
|
||||
"title": "tiling sprite input"
|
||||
},
|
||||
{
|
||||
"file": "tiling+sprite.js",
|
||||
"title": "tiling sprite"
|
||||
|
||||
Reference in New Issue
Block a user