UNPKG

@phaserjs/phaser

Version:
6 lines (5 loc) 106 B
export function SetText(value, ...text) { text.forEach((entity) => { entity.setText(value); }); }