UNPKG

@phaserjs/phaser

Version:
7 lines (6 loc) 159 B
export function SetCornerRadius(cornerRadius, ...text) { text.forEach((entity) => { entity.cornerRadius = cornerRadius; entity.updateText(); }); }