Changed values for smoother movement
This commit is contained in:
@ -8,7 +8,7 @@ import TeleportService from '#services/characterTeleportService'
|
||||
|
||||
export default class CharacterMove extends BaseEvent {
|
||||
private readonly characterService = CharacterService
|
||||
private readonly MOVEMENT_CANCEL_DELAY = 100
|
||||
private readonly MOVEMENT_CANCEL_DELAY = 250
|
||||
private movementTimeouts: Map<string, NodeJS.Timeout> = new Map()
|
||||
|
||||
public listen(): void {
|
||||
|
Reference in New Issue
Block a user