Skip to content

Instantly share code, notes, and snippets.

@musshorn
Created July 14, 2015 11:30
Show Gist options
  • Save musshorn/c83919a02eea5247876c to your computer and use it in GitHub Desktop.
Save musshorn/c83919a02eea5247876c to your computer and use it in GitHub Desktop.
BH log
mPos[0] = (mPos[0] * 1.0 / $( "#BuildingHelperBase").desiredlayoutwidth ) * 1920;
mPos[1] = (mPos[1] * 1.0 / $( "#BuildingHelperBase").desiredlayoutheight) * 1080;
$.Msg(mPos);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment