Hello,
i'm kind of frustrated with how to do this in construct so here goes.
I have a 2D array with, say like 5 elements, and all of them have contents.
I decide to remove the element at index[2][0] for example.
It should remove the element at the index[2][0] and all the elements alongside it, and shift the items so that there is no space left in the middle.