UNPKG

@phaserjs/phaser

Version:
5 lines (4 loc) 89 B
export function SetFramePivot(frame, x, y) { frame.pivot = { x, y }; return frame; }