unsoluble / smalltime

A small FoundryVTT module for displaying and controlling the current time of day.
MIT License
23 stars 15 forks source link

Feature suggestion: Custom moon images #154

Closed Danii0206 closed 1 year ago

Danii0206 commented 1 year ago

Hi,

thank you very much for this module! Since we use this, my players don't ask "what time is it?" as much as before. ^^

My system uses a moon that's laying on the side. I have images to represent this. But as is I have to copy them into the module folder everytime the module is updated - which I often forget, to be honest. So in foundry our moon sometimes is correct, sometimes it's 90° off until I see it mid-game.

Is it possible to have an option to provide a path to a folder outside the module with custom moon images, so it doesn't reset those images on every update?

Kind regards Danii

unsoluble commented 1 year ago

Hello! Glad you're enjoying the module. :)

While I can't really accommodate a custom image path, I can offer perhaps a workaround? I don't really grok the physics of how your moon works, but if the aesthetic end goal you're aiming for is to have all the same phases but rotated 90°, you can achieve that with CSS:

CleanShot 2022-10-08 at 13 19 18@2x

(using the Custom CSS module here to make the changes persist, and the two similar rules to cover both Chromium and Firefox browsers)

Danii0206 commented 1 year ago

That does the trick, thank you very much! :D