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