Skip to content

Instantly share code, notes, and snippets.

@s-r-x
Last active April 20, 2025 14:38
Show Gist options
  • Save s-r-x/cec5aee0ca3722b1240f1bbecf7f0711 to your computer and use it in GitHub Desktop.
Save s-r-x/cec5aee0ca3722b1240f1bbecf7f0711 to your computer and use it in GitHub Desktop.
const pos = pixiViewport.toLocal(el.getGlobalPosition());
pixiViewport.moveCenter(pos.x + el.width / 2, pos.y + el.height / 2);
pixiViewport.fit(true, el.width, el.height);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment