You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of #471, Pollute's implementation is pretty naive and doesn't do anything to try to correct attacks/powers' card images when they're converted to curses.
Options I can think of:
Pollute adds some sort of extra inner frame image with a corrupted looking graphical effect that's big enough to cover the missing areas of power/attack images
Patch AbstractCard.render* methods such that Polluted cards can still render portraits with the shape of the original card, but with the "Curse" text in place of "Attack"/"Power"/"Skill"
The text was updated successfully, but these errors were encountered:
As of #471, Pollute's implementation is pretty naive and doesn't do anything to try to correct attacks/powers' card images when they're converted to curses.
Options I can think of:
AbstractCard.render*
methods such that Polluted cards can still render portraits with the shape of the original card, but with the "Curse" text in place of "Attack"/"Power"/"Skill"The text was updated successfully, but these errors were encountered: