kandashi / Active-Token-Lighting

MIT License
24 stars 24 forks source link

Size documentation is wrong #22

Closed JPMeehan closed 3 years ago

JPMeehan commented 3 years ago

Code calls for the size flag to have two values on line 177

let { size, scale } = SizeFlag !== undefined ? SizeFlag : 0;

Readme documentation though calls for "Height, Width, Scale"

kandashi commented 3 years ago

This is a fix coming through soon, thanks for the catch

BadIdeasBureau commented 3 years ago

Any update on this, or suggestion as to what the proper keys/arguments for the size flags should be?

kandashi commented 3 years ago

Sorry, the keys are meant to be height, width, scale

or at least it should be... I might have not pushed the release...

kandashi commented 3 years ago

Ahh, I was waiting to fix an issue with the light picker that never got resolved...