UNPKG

phaser4-rex-plugins

Version:
12 lines (11 loc) 249 B
export default { setText(text) { var inputText = this.childrenMap.child; inputText.setText(text); return this; }, appendText(text) { this.setText(this.text + text); return this; } }