Skip to content

Commit

Permalink
Use static import for rapier, upgrade to v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
codefrau committed Mar 18, 2024
1 parent cbb14f7 commit 0ba00c3
Show file tree
Hide file tree
Showing 6 changed files with 4,281 additions and 4,240 deletions.
6 changes: 2 additions & 4 deletions examples/physics/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@ App.makeWidgetDock({debug: true, stats: true});
StartWorldcore({
appId: 'io.croquet.physics',
apiKey: '1Mnk3Gf93ls03eu0Barbdzzd3xl1Ibxs7khs8Hon9',
name: 'Physics',
password: 'password',
model: MyModelRoot,
name: App.autoSession(),
password: 'password',
view: MyViewRoot,
tps:60
});
});
Loading

0 comments on commit 0ba00c3

Please sign in to comment.