pixi-reels
v1.1.0
Guides
Recipes
FAQ
Docs
Demos
Studio
esc
Search
⌘K
GitHub
Guides
Recipes
FAQ
Docs
Demos
Studio
GitHub
All questions
Answered
Big / colossal symbols
How do I make a 1×3 tall bar symbol?
Give the id
size: { w: 1, h: 3 }
via
.symbolData(...)
.
See it work
Recipe: Big symbols (N×M)
More in Big / colossal symbols
How do I place a 2×2 symbol on the board?
How do I make a 3×3 colossal symbol overlay the grid?
How do I stop a big symbol from being placed by random fill?
How do I land a tall block with only its bottom cell visible?
How do I scale the big symbol's art to fill its whole block?
How do I hold a big symbol while the rest of the board respins?
How do I tumble a big symbol down through the cascade intact?
How do I split a big symbol into single symbols on a win?