Improve movement
This commit is contained in:
parent
7e188c2b9a
commit
c9eae3adeb
16 changed files with 227 additions and 279 deletions
|
|
@ -196,7 +196,7 @@ export class NPC extends PlayerBase {
|
|||
this.timeSinceLastFindShootTarget = 0;
|
||||
}
|
||||
|
||||
this.character?.handleMovementAction(new MoveActionCommand(this.direction, false));
|
||||
this.character?.handleMovementAction(new MoveActionCommand(this.direction));
|
||||
}
|
||||
|
||||
protected createCharacter() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue