DingDong0407

Untitled

Feb 21st, 2020
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. function player.headX(){
  2. String X = player.getPositionX();
  3. }
  4. function player.headY(){
  5. String Y = player.getPoistionY();
  6. String a = Player.getHeight();
  7. Y = Y-a;
  8. }
  9.  
  10. MousePosition.X = player.headX();
  11. MousePosition.Y = player.headY();
Add Comment
Please, Sign In to add comment