Merge branch 'develop' of github.com:thecodingmachine/workadventure into player-report
# Conflicts: # back/src/Controller/AuthenticateController.ts
This commit is contained in:
commit
c75f1edc40
22 changed files with 325 additions and 220 deletions
|
@ -88,7 +88,7 @@ export abstract class Character extends Container {
|
|||
this.add(this.teleportation);*/
|
||||
|
||||
this.PlayerValue = name;
|
||||
this.playerName = new BitmapText(scene, x, y - 25, 'main_font', name, 8);
|
||||
this.playerName = new BitmapText(scene, x, y - 25, 'main_font', name, 7);
|
||||
this.playerName.setOrigin(0.5).setCenterAlign().setDepth(99999);
|
||||
scene.add.existing(this.playerName);
|
||||
|
||||
|
@ -189,6 +189,7 @@ export abstract class Character extends Container {
|
|||
//this.anims.playReverse(`${this.PlayerTexture}-${PlayerAnimationNames.WalkLeft}`, true);
|
||||
}
|
||||
|
||||
//todo:remove this, use a container tech to move the bubble instead
|
||||
if (this.bubble) {
|
||||
this.bubble.moveBubble(this.x, this.y);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue