UNPKG

@phaserjs/phaser

Version:
7 lines (6 loc) 139 B
export function SetTextAlign(align, ...text) { text.forEach((entity) => { entity.textAlign = align; entity.updateText(); }); }