UNPKG

@phaserjs/phaser

Version:
7 lines (6 loc) 143 B
export function SetLineDash(segments, ...text) { text.forEach((entity) => { entity.lineDash = segments; entity.updateText(); }); }