pixi-reels
All questions

How do I make a row/column of cells all act as collectors that sweep the board?

Use the shared coinWaves(coins, 'by-cell' | 'by-reel') helper (copy it from apps/site/src/runtime/holdAndWinFx.ts) to order the sweep, and bezierFly each value into the collector cell, optionally trailed by particle streams.

More in Coins, values, collectors & jackpots