July 11, 20178 yr I'm basically trying to get a tile from my current position. E.g 10 Tiles x and 15 tiles y from my current position. I was thinking something like this perhaps? Position pos = s.myPosition().getLocalX() Edited July 11, 20178 yr by Visty
July 11, 20178 yr Author 1 minute ago, Night said: .translate on a Position Ah, like this? Position pos = s.myPosition().translate(5, 6);
July 11, 20178 yr 4 minutes ago, Visty said: Ah, like this? Position pos = s.myPosition().translate(5, 6); Yup that's it, that'll increase X by 5 and Y by 6
Create an account or sign in to comment