KayelGee / token-attacher

MIT License
11 stars 18 forks source link

Not resizing prefabs for different grid sizes #33

Closed BiraN2019 closed 3 years ago

BiraN2019 commented 3 years ago

Made a simple prototype token with an actor and a drawing. Looks fine on one scene with a 70px grid, but the next scene it doesn't scale correctly. The drawing stays at the width of the previous scene, while the actor resizes to the new grid size (128px). Could this be the result of the drawing not being snapped to a grid in the prefab? Using tiles scales fine, it is only when using a drawing that it fails to scale. 1 2

KayelGee commented 3 years ago

Drawings weren't scaled right. This'll be fixed in the next update.