Commit 33823dbd authored by wildfirecode13's avatar wildfirecode13

1

parent 6c1b291e
This diff is collapsed.
...@@ -95,7 +95,7 @@ ...@@ -95,7 +95,7 @@
GameView.prototype.setup = function () { GameView.prototype.setup = function () {
console.log('setup'); console.log('setup');
var world = new p2.World({ var world = new p2.World({
gravity: [0, -20], gravity: [0, -10],
}); });
world.sleepMode = p2.World.BODY_SLEEPING; world.sleepMode = p2.World.BODY_SLEEPING;
var planeShape = new p2.Plane(); var planeShape = new p2.Plane();
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment