You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was specifically having issues with Misty Step, but presumably it'll be an issue with anything using this sort of code to try to center something on a square:
Due to the nature of mapping a circle on to a hexagon, the radius isn't ever going to match the range exactly. But currently it's additionally weirdly offset making the range larger on one side of the token than the other.
I switched mine to this which works for my hexagonal rows - but would cause even more even problems for someone using columns:
I was specifically having issues with Misty Step, but presumably it'll be an issue with anything using this sort of code to try to center something on a square:
Due to the nature of mapping a circle on to a hexagon, the radius isn't ever going to match the range exactly. But currently it's additionally weirdly offset making the range larger on one side of the token than the other.
I switched mine to this which works for my hexagonal rows - but would cause even more even problems for someone using columns:
Didn't see an obvious way to determine row vs columns and that was good enough - but presumably there is one.
The text was updated successfully, but these errors were encountered: