MetaMorphic-Digital / complete-card-management

A FVTT module that allows users to manipulate cards as part of the canvas
2 stars 0 forks source link

[#6] More HUD actions #47

Closed JPMeehan closed 3 months ago

JPMeehan commented 3 months ago
krbz999 commented 3 months ago

When rotating a card, the HUD behaves strangely.

https://github.com/MetaMorphic-Digital/complete-card-management/assets/50169243/83b43789-17ca-4fb0-8e9e-8abe4101cbab

krbz999 commented 3 months ago

When a card is placed on the canvas, it seems that updates to the card document do not immediately propagate to the placeable. For instance, flip a card upside down. Then update the card to have a different image for its back. An update to the placeable is required before this change becomes visible.

krbz999 commented 3 months ago

A user is unable to toggle Visibility while the placeable is locked. A tile placeable for example is still able to be toggled this way.

(Fixed)

JPMeehan commented 3 months ago

When rotating a card, the HUD behaves strangely.

I moved my HUD re-render call and that appears to have fixed it