diff options
Diffstat (limited to 'client')
| -rw-r--r-- | client/player/controllable_player.gd | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/client/player/controllable_player.gd b/client/player/controllable_player.gd index 07450bab..0cabcb64 100644 --- a/client/player/controllable_player.gd +++ b/client/player/controllable_player.gd @@ -86,7 +86,7 @@ func _process_movement(delta):  	direction = input  	update(delta, boost)  	if boosting and not was_boosting: -		Input.start_joy_vibration(0, 0, 1, 0.15) +		Input.start_joy_vibration(0, 0, input.length(), 0.15)  	walking = input.length_squared() > 0.1  	position_anim = position_  	rotation_anim = rotation_ | 
