fix: speed 0.8
This commit is contained in:
@@ -22,8 +22,8 @@ function commandValues() {
|
||||
let ly = 0
|
||||
let az = 0
|
||||
|
||||
if (keys.has('KeyW')) lx += 0.2
|
||||
if (keys.has('KeyS')) lx -= 0.2
|
||||
if (keys.has('KeyW')) lx += 0.8
|
||||
if (keys.has('KeyS')) lx -= 0.8
|
||||
if (keys.has('KeyA')) ly += 0.15
|
||||
if (keys.has('KeyD')) ly -= 0.15
|
||||
if (keys.has('KeyQ')) az += 0.4
|
||||
|
||||
Reference in New Issue
Block a user