CarlosFdez / world-explorer

Foundry VTT Module for manual hexcrawl revealing
17 stars 5 forks source link

Hiding drawings/text? #40

Closed ericvoshall closed 1 year ago

ericvoshall commented 1 year ago

Is there a way to keep drawings and text on a tile hidden until that tile is revealed? Drawings and text are currently displayed on top of the overlay.

CarlosFdez commented 1 year ago

This can be controlled via the z index on either the tile, or in the settings.

ericvoshall commented 1 year ago

I tried modifying both but the line from the freehand drawing tool as well as from the text tool both are visible even if the tile hasn't been revealed yet.

ericvoshall commented 1 year ago

DM view:

Screenshot 2023-09-29 at 12 12 20 AM

Player view:

Screenshot 2023-09-29 at 12 12 40 AM

The white squiggly line and "Cult of the Lantern" text shouldn't be visible based on the z-index settings.

CarlosFdez commented 1 year ago

I added a new relative position setting (replacing zIndex) in world explorer version 0.9.0 which should hopefully handle most of the weird use cases people have.

image

Feel free to reopen if it doesn't solve your issue.