Skip to content

Commit

Permalink
fix: adjust friction on car [#1]
Browse files Browse the repository at this point in the history
  • Loading branch information
d3p1 committed Oct 19, 2024
1 parent 843622b commit 0ab60db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export default class App {
#initWorld() {
this.world = new World(10)
this.world.add(this.carControl, null, null, 'omega', 'alpha')
this.world.add(this.car, 'centerX', 'centerY', 'velocity', 'acceleration')
this.world.add(this.car, 'centerX', 'centerY', 'speed', 'acceleration')
}

/**
Expand Down

0 comments on commit 0ab60db

Please sign in to comment.