New Examples area finished, README updated. Getting closer to 1.1 release.

This commit is contained in:
photonstorm
2013-10-23 04:15:44 +01:00
parent cab3b53cf0
commit f1f42e4d41
16 changed files with 351 additions and 662 deletions
+11 -8
View File
@@ -1,4 +1,13 @@
{
"basics": [
{ "file": "01+-+load+an+image.js", "title": "01 - load an image" }
],
"games": [
{ "file": "breakout.js", "title": "breakout" },
{ "file": "invaders.js", "title": "invaders" },
{ "file": "starstruck.js", "title": "starstruck" },
{ "file": "tanks.js", "title": "tanks" }
],
"animation": [
{ "file": "change+texture+on+click.js", "title": "change texture on click" },
{ "file": "local+json+object.js", "title": "local json object" },
@@ -40,12 +49,6 @@
{ "file": "graphics.js", "title": "graphics" },
{ "file": "render+crisp.js", "title": "render crisp" }
],
"games": [
{ "file": "breakout.js", "title": "breakout" },
{ "file": "invaders.js", "title": "invaders" },
{ "file": "starstruck.js", "title": "starstruck" },
{ "file": "tanks.js", "title": "tanks" }
],
"geometry": [
{ "file": "circle.js", "title": "circle" },
{ "file": "line.js", "title": "line" },
@@ -131,8 +134,8 @@
{ "file": "collide+world+bounds.js", "title": "collide world bounds" },
{ "file": "destroy.js", "title": "destroy" },
{ "file": "dynamic+crop.js", "title": "dynamic crop" },
{ "file": "extending+sprite+object+demo+2.js", "title": "extending sprite object demo 2" },
{ "file": "extending+sprite+object.js", "title": "extending sprite object" },
{ "file": "extending+sprite+demo+1.js", "title": "extending sprite demo 1" },
{ "file": "extending+sprite+demo+2.js", "title": "extending sprite demo 2" },
{ "file": "horizontal+crop.js", "title": "horizontal crop" },
{ "file": "move+a+sprite.js", "title": "move a sprite" },
{ "file": "out+of+bounds.js", "title": "out of bounds" },