UNPKG

@phaserjs/phaser

Version:
8 lines (7 loc) 144 B
export function AddPosition(x, y, ...children) { children.forEach((child) => { child.x += x; child.y += y; }); return children; }