Fixes for #9 #10 and #11

This commit is contained in:
Jeremiah Billmann
2013-07-03 17:03:52 -04:00
parent c3c2567c1b
commit b1e4e7a52e
7 changed files with 97 additions and 84 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
(function(exports){
exports.OnProcessGamePhysics = function (state, inputs, deltaTime) {
exports.onUpdatePlayerPhysics = function (state, inputs, deltaTime) {
var i = 0;
if (!state.x && !state.y) {