Fixed much of the documentation. Removed Z calculation from depth - I don't think it's needed, but we'll see! Tweaked Body.reset.

This commit is contained in:
lewster32
2014-08-07 18:24:50 +01:00
parent 6bc0073df7
commit d925dcfb72
30 changed files with 2358 additions and 4787 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"name": "phaser-plugin-isometric",
"version": "0.7.3",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-jshint": "^0.9.2",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-concat": "^0.4.0",
"grunt-contrib-watch": "*",
"grunt-jsdoc": "~0.5.6"
}
}