godot-card-game-framework icon indicating copy to clipboard operation
godot-card-game-framework copied to clipboard

When card is rotated, tokens and token drawer should remain legible

Open db0 opened this issue 4 years ago • 1 comments

Currently when the card rotates, so do the numbers on the tokens and the text on the drawer.

This should be adapted so that the number on the tokens orientate to be legible to the user

The token drawer might be more tricky. It should still expand from the same side I guess, but the labels should reorient themselves. However when the card is at 90/270 degrees, that would mean also reorganizing the token icons vertically, otherwise the labels will fall on top of each other.

Alternate option is to make the token drawer reorient itself always to the right side of a card, regardless of its orientation. That would involve manipulating its position and its orientation at the same time, depending on the card's rotation. This might be a simpler solution but I'm worried it might not look that good.

db0 avatar Dec 09 '20 10:12 db0

What you suggest makes perfect sense as default setting. However, it would be cool if the current "bad" way would be a possibility for people that wish for that behaviour for some reason I can't even forsee right now.

ophoria avatar Dec 10 '20 17:12 ophoria