CIELO-la / loteria

A lotería game with multi-language support focused on enabling play in indigenous languages
6 stars 2 forks source link

Add card number and name to the displayed cards #34

Closed JessRudder closed 1 year ago

JessRudder commented 2 years ago

Zoogocho cards are currently display as just the image on a transparent background.

We need to add the id (number) to the upper left corner and the nombre to the bottom of the card.

The Spanish language deck currently uses fully composed cards so wont need this. The plan is to add a top-level key in the decks (currently za01 and es01) for display number and display name. If those are set to true, the id and name should be displayed as mentioned above. If they're set to false, the assumption is that the data is already included in the card image (as it is for the es01 deck) and doesn't need to be added.