orichalque / yet-an-other-gloomhaven-companion

Deckbuilding and card simulator for the Gloomhaven board game
https://www.gloomhaven-deck.com
MIT License
17 stars 25 forks source link

Add a way to see all previously drawn modifiers #38

Closed RaphaelPage0110 closed 4 years ago

RaphaelPage0110 commented 4 years ago

It is possible de do so in Gloomhaven Helper and it helps when you have to draw several modifiers in a row (like in the case of an advantage / disadvantage / arrow...)

orichalque commented 4 years ago

This looks a lot like #25 , both issues could be solved with the same workaround :)

RaphaelPage0110 commented 4 years ago

Indeed! I would still like to have a draw animation tho :D

orichalque commented 4 years ago

I think something like this is feasible: https://www.w3schools.com/howto/howto_css_flip_card.asp

1- click draw 2- reveal card with flip animation 3- replace last card with the new one

doing a movement animation seems a bit tedious, but simply flipping the card would be enough i suppose