Loader fixed for tilemap data.

This commit is contained in:
photonstorm
2013-11-28 14:22:47 +00:00
parent 780b8a5d6d
commit 8da9b67c18
3 changed files with 120 additions and 19 deletions
+16 -4
View File
@@ -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"