UNPKG

@phaserjs/phaser

Version:
7 lines (6 loc) 138 B
export function SetPosition(x, y, ...children) { children.forEach((child) => { child.position.set(x, y); }); return children; }