iamlamb1988 / Arcade

The purpose of this project is to build extensible library of arcade games.
0 stars 0 forks source link

Faces are not drawing to the card on ShoeCycle. #11

Closed iamlamb1988 closed 1 year ago

iamlamb1988 commented 1 year ago

It seems that the back of the card is being drawn instead of the front. I have made both the background and the front the same border thickness and is NOT distinguishable. This was foolish and has caused me to think that the front of the card was drawn but was actually the back of the card. Will change the background immediately than alter a way to draw the front of card.

iamlamb1988 commented 1 year ago

Issue resolved. BlackJackCard2D is now modified to have either face up or face down. An Animation reference "upside" is now referencing the "front" or "back" of the card. The Drawable2D will draw IAW with the "upside" reference.