spacemandev-git / fvtt-card-support

Adds programmatic deck support to FoundryVTT
MIT License
10 stars 10 forks source link

Feature Request: Better Z-handling for card tiles #16

Open Norc opened 4 years ago

Norc commented 4 years ago

When dealing with card stacks, it seems mostly random whether adding new cards to the stack goes above or below the stack, and the "Bring to Front" TileHUD button is need to be pressed. A lot. : image

Some sort of assistance would be awesome for this. Not sure what the best approach is: 1) Automatically call "bring to front" when a tile with a CardID is clicked. (my gut preference) 2) Automatically call "bring to front" when such a tile is dropped 3) something else involving setting the Z order of the selected tiles