-
Notifications
You must be signed in to change notification settings - Fork 265
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Token VBL doesn't properly rotate with token when Token Layout is off-center. #1049
Comments
I could have sworn there was an issue for this already but couldn't find it. |
There was a similar issue that was closed because it couldn't be duplicated, #220 - might that be it? Though that looks more like the 1 degree bug that was fixed. Investigating this bug using a perfectly round token (setting it to 'Top down'), the generated VBL still seems to rotate off its center, but only a tiny amount compared to the actual token image. In this screenshot, the token is perfectly centered on the corners of its parent square, but when faced 180 degrees the VBL is sitting offcenter: Rooting around I think the issue is in |
The issue also occurs if the token is rotated by the |
- Fix token VBL not properly rotating with token when Token Layout is off-center - Fix RPTools#1049
PR #1397 fixes this bug. |
Tested. VBL rotates correctly now with token image. |
Describe the bug
When a token's Layout is set off-center, generated token VBL rotates in-place instead of rotating properly with the token around the origin square.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Token VBL should always appear correctly on the token image.
Screenshots


MapTool Info
Desktop (please complete the following information):
Additional context
There are some additional small bugs related to this that I'm not submitting issues for immediately, but are worth mentioning:
The text was updated successfully, but these errors were encountered: