pixi-reels
All questions

How do I make a collector coin pull every other coin's value into itself?

The collector is just another server-placed id. When it locks, walk the locked coins and fly a clone of each value into the collector along a bezier arc (bezierFly), ticking the collector's total up on every arrival. Those helpers are demo code in apps/site/src/runtime/holdAndWinFx.ts, not exports of the pixi-reels package -- copy them into your project.

More in Coins, values, collectors & jackpots