FIX: fixes for the emnote menu

This commit is contained in:
Kharhamel 2021-10-04 11:23:30 +02:00
parent 7bb0175648
commit 02108ce977
6 changed files with 5 additions and 19 deletions

View file

@ -301,7 +301,7 @@ export abstract class Character extends Container {
this.cancelPreviousEmote();
const emoteY = -45;
this.playerName.setVisible(false);
this.emote = new Text(this.scene, -10, 0, emote, { fontFamily: '"Twemoji Mozilla"', fontSize: "20px" });
this.emote = new Text(this.scene, -10, 0, emote, { fontSize: "20px" });
this.emote.setAlpha(0);
this.add(this.emote);
this.createStartTransition(emoteY);