Figure out how to pass the reel strips to the presentation
Closed this issue · 4 comments
ajon542 commented
It will probably involve setting up some initialization code and injecting the paytable into the presentation.
ajon542 commented
Zenject paytable to wherever it needs to go. Still need to hook up the presentation to the symbol prefabs somehow
ajon542 commented
Seems like the ReelLayout needs a list of available symbol prefabs to link up to from the data. Need a symbol mapping factory to produce the prefab based on the symbol type
ajon542 commented
If we create a symbol factory in unity and attach the prefabs which we can pull from when required. It would probably be a singleton
ajon542 commented
Mostly done