Hi everyone,
I am completely new in this forum and in gdevelop (but not in development)
Also, I used the search function but did not find any related topic.
I would like to create a dynamic grid and center it in the middle of the screen (width and height)
By dynamic I mean a dynamic size ( 2x2 , 3x3 etc) and also having objects dynamically selected from a list of objetcs.
I have installed the extensions: “CreateMultipleCopiesOfObjects” which indeed allows me to generate a grid with a dynamic size based on a variable.
However I am not able to center it, nor to set randomly the objects.
I am probably going in the wrong way, I am not yet used to the “no code” approch.
I am going to think that I will have to compute the (x,y) of each objects “manually” but I am pretty sure there is another way to do it.
How would you do such a thing ?
Thank you very much for your help