UNPKG

@phaserjs/phaser

Version:
7 lines (6 loc) 147 B
export function SetLineSpacing(spacing, ...text) { text.forEach((entity) => { entity.lineSpacing = spacing; entity.updateText(); }); }