Create text config object, can be used to stylise text object.
font_family: for available font_family, see: https://developer.mozilla.org/en-US/docs/Web/CSS/font-family#Valid_family_names
align: must be either 'left', 'right', 'center', or 'justify'
For more details about text config, see: https://photonstorm.github.io/phaser3-docs/Phaser.Types.GameObjects.Text.html#.TextStyle
font to be used
size of font, must be appended with 'px' e.g. '16px'
colour of font, in hex e.g. '#fff'
colour of stroke, in hex e.g. '#fff'
thickness of stroke
text alignment
text config
Create text config object, can be used to stylise text object.
font_family: for available font_family, see: https://developer.mozilla.org/en-US/docs/Web/CSS/font-family#Valid_family_names
align: must be either 'left', 'right', 'center', or 'justify'
For more details about text config, see: https://photonstorm.github.io/phaser3-docs/Phaser.Types.GameObjects.Text.html#.TextStyle