UNPKG

@phaserjs/phaser

Version:
7 lines (6 loc) 139 B
export function SetLineWidth(width, ...text) { text.forEach((entity) => { entity.lineWidth = width; entity.updateText(); }); }