Hello,
I would like to move multiple object in the same time.
I use tile movement as the game use grid. But sometimes the object don't go at the right position.
Especially when two object follow each other. The second don't move as it consider the case occupy with a solid object
Is there a simple solution to this problem.
Someone told me to use json and array to calculate the position but i don't get how do it?
Thanks