chrisk123999 / chris-premades

MIT License
42 stars 47 forks source link

Cast animation is distorted when using hex grid #271

Open carolinex opened 1 month ago

carolinex commented 1 month ago

When using hex grid, the cast animation intro is distorted because the asset stretches with tile width and height. According to Sequencer docs, the issue is fixed by adding {uniform:true} to the scaleToObject() call.

.scaleToObject(2, {uniform:true})

Example image:

image