Warning: This version has a new ArcadePhysics handler in it. Don't upgrade if you need this for live game code, wait until we go to master. Otherwise, this commit contains lots of new physics demos and a new updateMotion and Body class to try and fix, once and for all, the physics issues with applied forces.

This commit is contained in:
photonstorm
2014-01-02 23:28:22 +00:00
parent 902ffee808
commit 5526a7322b
17 changed files with 1167 additions and 136 deletions
+20
View File
@@ -254,6 +254,10 @@
"file": "matching+pairs.js",
"title": "matching pairs"
},
{
"file": "simon.js",
"title": "simon"
},
{
"file": "starstruck.js",
"title": "starstruck"
@@ -261,6 +265,10 @@
{
"file": "tanks.js",
"title": "tanks"
},
{
"file": "wabbits.js",
"title": "wabbits"
}
],
"geometry": [
@@ -608,6 +616,18 @@
"file": "framerate+independence.js",
"title": "framerate independence"
},
{
"file": "launcher+follow+world.js",
"title": "launcher follow world"
},
{
"file": "launcher+follow.js",
"title": "launcher follow"
},
{
"file": "launcher.js",
"title": "launcher"
},
{
"file": "mass+velocity+test.js",
"title": "mass velocity test"