koalasthegreat / AmoeboidBot

A Magic the Gathering card bot
1 stars 1 forks source link

Dual-Faced Card Implementation #5

Closed cmdr0 closed 3 years ago

cmdr0 commented 3 years ago

Implemented displaying dual-faced cards by splicing them together with PIL; because the business logic for displaying 2-10 cards doesn't account for mixed-width images, it does not behave appropriately when displaying mixes of dual-faced and single-faced cards.

koalasthegreat commented 3 years ago

@cmdr0 thank you so much! Never expected anyone to come across this project of mine, but I really appreciate the help 😄

cmdr0 commented 3 years ago

@koalasthegreat Hey no problem!