Merge branch 'refactoring_messages' into feature/login-page
# Conflicts: # front/src/Phaser/Player/Player.ts
This commit is contained in:
commit
4e04357b71
2 changed files with 11 additions and 5 deletions
|
@ -77,7 +77,7 @@ export class PlayableCaracter extends Phaser.Physics.Arcade.Sprite {
|
|||
|
||||
stop(){
|
||||
this.setVelocity(0, 0);
|
||||
this.play(PlayerAnimationNames.None, true);
|
||||
this.anims.stop();
|
||||
}
|
||||
|
||||
say(text: string) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue