Open adampbeardsley opened 4 years ago
Yup -- there's a loop through a list of the sprites, and each sprite checks if any previous sprites are at the position it wants to move to, and then cancels the move if so. I'm not sure there's a better way to do it, though? I mean, what do you do if two sprites want to move to the same position on the same move?
ordering somehow matters right now