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
feat(card piles): add FlightStartPositionResolver for dynamic shuffle fly visuals
- Introduced `FlightStartPositionResolver` to `ModCardPileDefinition`, enabling mods to specify dynamic start positions for shuffle-style fly visuals.
- Added `ModCardPileFlightStartContext` to encapsulate context for the resolver, including source and target piles.
- Updated relevant methods in `ModCardPileLayout` and `ModCardPileSpec` to support the new functionality, enhancing flexibility in visual animations.
- Registered a new patch, `ModCardPileShuffleVfxStartPositionPatch`, to override start positions for shuffle fly visuals based on the resolver.
0 commit comments