UNPKG

@phaserjs/phaser

Version:
7 lines (6 loc) 127 B
export function SetFont(font, ...text) { text.forEach((entity) => { entity.font = font; entity.updateText(); }); }