foundryvtt-blades-in-the-dark icon indicating copy to clipboard operation
foundryvtt-blades-in-the-dark copied to clipboard

Clock Tokens Reset Size

Open McCurmudgeon opened this issue 3 years ago • 1 comments

I wanted to make clock tokens big so they're more visible to players In general not a problem, but whenever I adjust the clock it resets the size of the linked tokens to 1x1

Not sure if this is a foundry side issue or if it has something to do with the javascript for changing clock images

McCurmudgeon avatar Dec 12 '21 19:12 McCurmudgeon

Fixed it on my install, might pull and fix later.

It's due to the size being reapplied (when pushing new image to clock tokens) on every clock sheet submit, you can just delete the width & height from the update object in the clock js file and set it in the prototype token and it seems to work.

Radprosium avatar May 01 '22 10:05 Radprosium