Tweak player movement speed variables
This commit is contained in:
parent
1cf65caed8
commit
8b83d6e7a3
@ -11,9 +11,9 @@ export(Array) var key_chain
|
|||||||
# const
|
# const
|
||||||
const GRAVITY = -24.8
|
const GRAVITY = -24.8
|
||||||
const JUMP_SPEED = 8
|
const JUMP_SPEED = 8
|
||||||
const MOVE_SPEED = 20
|
const MOVE_SPEED = 6
|
||||||
const SPRINT_SPEED = 40
|
const SPRINT_SPEED = 10
|
||||||
const ACCEL = 4.5
|
const ACCEL = 15.0
|
||||||
const MAX_SLOPE_ANGLE = 40
|
const MAX_SLOPE_ANGLE = 40
|
||||||
const MOUSE_SENSITIVITY = 0.05
|
const MOUSE_SENSITIVITY = 0.05
|
||||||
const INTERACT_DISTANCE = 4
|
const INTERACT_DISTANCE = 4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user