Hi,
I'm working on a breakout style mobile game that will have at least 20 levels. So, that means 20 levels of different brick patterns to layout in a grid. I can make a layout for each level and hand-place the brick pattern, or I'm guessing I could use some code to do the grunt work.
Questions:
1. Would it even save on app size/performance to do it dynamically?
2. What would be the best way to do it dynamically? I've looked at Rex's csv2array plugin and kind of think that would work, but not being a coder, I'm not sure.
Here's a pic of what I mean if the question is confusing. Thanks for any help.