New polygon collision object examples and Body scale fixes.

This commit is contained in:
photonstorm
2014-01-31 10:34:18 +00:00
parent 45b6d5a741
commit 27fc447928
28 changed files with 2080 additions and 1295 deletions
+20
View File
@@ -118,6 +118,14 @@
"file": "bounding+box.js",
"title": "bounding box"
},
{
"file": "circle+body.js",
"title": "circle body"
},
{
"file": "circle+vs+polygon.js",
"title": "circle vs polygon"
},
{
"file": "group+vs+group.js",
"title": "group vs group"
@@ -134,10 +142,18 @@
"file": "offset+bounding+box.js",
"title": "offset bounding box"
},
{
"file": "polygon+body.js",
"title": "polygon body"
},
{
"file": "process+callback.js",
"title": "process callback"
},
{
"file": "rotated+bounding+box.js",
"title": "rotated bounding box"
},
{
"file": "sprite+vs+group.js",
"title": "sprite vs group"
@@ -276,6 +292,10 @@
"file": "circle.js",
"title": "circle"
},
{
"file": "line+intersection.js",
"title": "line intersection"
},
{
"file": "line.js",
"title": "line"