cubeforge 0.4.1 → 0.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -12890,7 +12890,7 @@ function RigidBody({
12890
12890
  vy = 0,
12891
12891
  lockX = false,
12892
12892
  lockY = false,
12893
- lockRotation = false,
12893
+ lockRotation = true,
12894
12894
  ccd = false,
12895
12895
  angularVelocity = 0,
12896
12896
  angularDamping = 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cubeforge",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "description": "React-first 2D browser game engine",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",