feat: increase speed multiplier
This commit is contained in:
parent
f9439a4f0f
commit
3ed02d6c47
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
|
||||
const dispatch = createEventDispatcher()
|
||||
|
||||
const SPEED_MULTIPLIER = 1.408
|
||||
const SPEED_MULTIPLIER = 3
|
||||
const axis = new Vector3(0, 1, 0)
|
||||
|
||||
const follow = (delta: number) => {
|
||||
|
|
Loading…
Reference in a new issue