How can I generate maps using pieces in Gamemaker?
I am using Gamemaker Studio 2 to make a 2d platformer. I want the maps to be procedurally generated using pieces that are randomly shuffled and places in the room. So like lets say theres an array that says
piece_1 = [0, 1, 1, 0, 0]
How can I generate maps using pieces in Gamemaker?
I am using Gamemaker Studio 2 to make a 2d platformer. I want the maps to be procedurally generated using pieces that are randomly shuffled and places in the room. So like lets say theres an array that says
piece_1 = [0, 1, 1, 0, 0]