UNPKG

@phaserjs/phaser

Version:
7 lines (6 loc) 151 B
export function SetTextBaseline(baseline, ...text) { text.forEach((entity) => { entity.textBaseline = baseline; entity.updateText(); }); }