move_to(circle, location) is buggy
Im not sure if it was the main problem but c = obj.coord_list creates a pointer to the list and not a copy. If ```#obj.coord_list = [c[i] + x if i % 2 == 0 else c[i] - y for i in...
b2106e2719
fix for move_to