mirror of
https://github.com/wassname/phaser.git
synced 2026-07-26 13:27:43 +08:00
New polygon collision object examples and Body scale fixes.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user