Merge branch 'develop' into feature-options-menu
This commit is contained in:
commit
69a2379e53
84 changed files with 1446 additions and 310 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue