Merge branch 'refactoring_messages' into feature/login-page

# Conflicts:
#	front/src/Phaser/Player/Player.ts
This commit is contained in:
gparant
2020-05-06 01:58:04 +02:00
2 changed files with 11 additions and 5 deletions
+1 -1
View File
@@ -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) {