ajon542/GDK

Figure out how to pass the reel strips to the presentation

Closed this issue · 4 comments

It will probably involve setting up some initialization code and injecting the paytable into the presentation.

Zenject paytable to wherever it needs to go. Still need to hook up the presentation to the symbol prefabs somehow

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

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

Mostly done