Note: Please refer to the attached image for better understanding.
I need to have a particular pattern of falling objects for a particular level, therefore I want to know if I should use tiled map with objects drawn or use code to create pattern for each level? Should I use Tiled map or write in code for moving object patterns
Please note: Each falling object falls at fix x-axis,
Only three objects falling: rectangle, circle and square.
*Currently using Math.random x-axis.