UNPKG

@phaserjs/phaser

Version:
7 lines (6 loc) 143 B
export function SetRotation(rotation, ...children) { children.forEach((child) => { child.rotation = rotation; }); return children; }