We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbec05b commit 724e410Copy full SHA for 724e410
example/ContinuousTest.ts
@@ -16,7 +16,7 @@ let bullet: Body;
16
let angularVelocity: number;
17
18
const ground = world.createBody({
19
- type: "dynamic",
+ type: "static",
20
position: { x: 0.0, y: 0.0 },
21
});
22
0 commit comments