我方球门左顶点坐标, 用 MY_DOOR_LEFT.x 和 MY_DOOR_LEFT.y 获取其 xy 坐标
实际案例
>>> import opt >>> pos = opt.MY_DOOR_LEFT >>> print(pos.x, pos.y) -50.0 8.0
Pos