From fa99df3ce75f1860210cfb97af495780c9f0dff5 Mon Sep 17 00:00:00 2001 From: Khopa Date: Tue, 15 Oct 2019 23:05:43 +0200 Subject: [PATCH] Normandy map image added to repo (was missing in last commit). --- theater/normandy.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theater/normandy.py b/theater/normandy.py index 938995c4..7e6a5996 100644 --- a/theater/normandy.py +++ b/theater/normandy.py @@ -7,8 +7,8 @@ from .landmap import * class NormandyTheater(ConflictTheater): terrain = dcs.terrain.Normandy() overview_image = "normandy.gif" - reference_points = {(normandy.Needs_Oar_Point.position.x, normandy.Needs_Oar_Point.position.y): (-50, -500), - (normandy.Evreux.position.x, normandy.Evreux.position.y): (970, 250)} + reference_points = {(normandy.Needs_Oar_Point.position.x, normandy.Needs_Oar_Point.position.y): (-170, -1000), + (normandy.Evreux.position.x, normandy.Evreux.position.y): (2020, 500)} landmap = load_landmap("resources\\normandylandmap.p") daytime_map = { "dawn": (6, 8),