mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Normandy map image added to repo (was missing in last commit).
This commit is contained in:
parent
d2ea6ed2fd
commit
fa99df3ce7
@ -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),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user