Merge pull request #1751 from thecodingmachine/fix-name-brave

Display correctly the username on Brave browser
This commit is contained in:
David Négrier 2022-01-24 17:53:58 +01:00 committed by GitHub
commit 03b8de23d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -88,6 +88,11 @@ export abstract class Character extends Container {
fontSize: "8px",
strokeThickness: 2,
stroke: "gray",
metrics: {
ascent: 20,
descent: 10,
fontSize: 35,
},
});
this.playerName.setOrigin(0.5).setDepth(DEPTH_INGAME_TEXT_INDEX);
this.add(this.playerName);