Created
July 14, 2015 11:30
-
-
Save musshorn/c83919a02eea5247876c to your computer and use it in GitHub Desktop.
BH log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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