mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Improved Normandy reference points
This commit is contained in:
parent
77fda00233
commit
bf290ac1a9
@ -636,8 +636,8 @@ class NevadaTheater(ConflictTheater):
|
|||||||
class NormandyTheater(ConflictTheater):
|
class NormandyTheater(ConflictTheater):
|
||||||
terrain = normandy.Normandy()
|
terrain = normandy.Normandy()
|
||||||
overview_image = "normandy.gif"
|
overview_image = "normandy.gif"
|
||||||
reference_points = {(normandy.Needs_Oar_Point.position.x, normandy.Needs_Oar_Point.position.y): (-170, -1000),
|
reference_points = {(normandy.Needs_Oar_Point.position.x, normandy.Needs_Oar_Point.position.y): (330, -970),
|
||||||
(normandy.Evreux.position.x, normandy.Evreux.position.y): (2020, 500)}
|
(normandy.Evreux.position.x, normandy.Evreux.position.y): (1780, 520)}
|
||||||
landmap = load_landmap("resources\\normandylandmap.p")
|
landmap = load_landmap("resources\\normandylandmap.p")
|
||||||
daytime_map = {
|
daytime_map = {
|
||||||
"dawn": (6, 8),
|
"dawn": (6, 8),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user