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 want to start off by giving props for such an awesome addon!
I've been messing with it and have noticed sometimes sprites are not centered or are bigger or smaller than expected. Even if Sprite Bit Size is set to 16, it sometimes generates sprites wider. Also since offset is an int, it can't offset by 8.5 to catch these cases.
I'm adding screenshots about some sprites that I've randomly generated.
Maybe I'm doing something wrong?
Thanks for any help!
The text was updated successfully, but these errors were encountered:
Thanks for the bug report!
To answer your first question on the bigger sprite sizes I am guessing that the outline could be causing a larger sprite? I'd love an example of this. If this is a bug I don't think that's something I'd want to fix. I wanted to remain as compatible with the original web-based version as possible (because its useful)
As for the centred issue, I can push an update to allow for non-integer offsets if you'd find that helpful? Probably some sort of auto-centring feature would be useful.... Feel free to make a separate issue for that if you'd like.
Hey!
I want to start off by giving props for such an awesome addon!
I've been messing with it and have noticed sometimes sprites are not centered or are bigger or smaller than expected. Even if Sprite Bit Size is set to 16, it sometimes generates sprites wider. Also since offset is an int, it can't offset by 8.5 to catch these cases.
I'm adding screenshots about some sprites that I've randomly generated.
Maybe I'm doing something wrong?
Thanks for any help!
The text was updated successfully, but these errors were encountered: