UNPKG

@phaserjs/phaser

Version:
8 lines (7 loc) 181 B
export function SetFixedSize(width, height, ...text) { text.forEach((entity) => { entity.fixedWidth = width; entity.fixedHeight = height; entity.updateText(); }); }