mirror of
https://github.com/wassname/phaser.git
synced 2026-09-09 11:28:47 +08:00
Integrated SAT. Fixed lots of examples. Fixed documentation. Added new examples and built new phaser.js file for testing.
This commit is contained in:
@@ -110,6 +110,10 @@
|
||||
}
|
||||
],
|
||||
"collision": [
|
||||
{
|
||||
"file": "body+scale.js",
|
||||
"title": "body scale"
|
||||
},
|
||||
{
|
||||
"file": "bounding+box.js",
|
||||
"title": "bounding box"
|
||||
@@ -118,6 +122,10 @@
|
||||
"file": "group+vs+group.js",
|
||||
"title": "group vs group"
|
||||
},
|
||||
{
|
||||
"file": "group+vs+self.js",
|
||||
"title": "group vs self"
|
||||
},
|
||||
{
|
||||
"file": "larger+bounding+box.js",
|
||||
"title": "larger bounding box"
|
||||
@@ -130,10 +138,6 @@
|
||||
"file": "process+callback.js",
|
||||
"title": "process callback"
|
||||
},
|
||||
{
|
||||
"file": "sprite+tiles.js",
|
||||
"title": "sprite tiles"
|
||||
},
|
||||
{
|
||||
"file": "sprite+vs+group.js",
|
||||
"title": "sprite vs group"
|
||||
@@ -142,10 +146,6 @@
|
||||
"file": "sprite+vs+sprite.js",
|
||||
"title": "sprite vs sprite"
|
||||
},
|
||||
{
|
||||
"file": "transform.js",
|
||||
"title": "transform"
|
||||
},
|
||||
{
|
||||
"file": "vertical+collision.js",
|
||||
"title": "vertical collision"
|
||||
|
||||
Reference in New Issue
Block a user