daviscook477 / BaseMod

Slay the Spire mod which provides a modding API and a dev console
MIT License
412 stars 113 forks source link

No fading limbo when clearing card queue #403

Closed Alchyr closed 9 months ago

Alchyr commented 1 year ago

Changing this for a few reasons; this is only used when HandCardSelectScreen is opened, and doesn't actually remove any cards from limbo, just fade them out. In addition, the cards aren't even actually faded until after the HandCardSelectScreen closes, because they aren't updated before then. So the only result is making the cards in limbo invisible as or after they play.