text(x, y, text, style, group) → {Phaser.Text}
Creates a new Text object.
Parameters
Name Type Argument Default Description x number <optional> 0 The x coordinate of the Text. The coordinate is relative to any parent container this text may be in. y number <optional> 0 The y coordinate of the Text. The coordinate is relative to any parent container this text may be in. text string <optional> '' The text string that will be displayed. style object <optio