mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Doubled size of map image for Caucasus
This commit is contained in:
parent
96ee14bf08
commit
288fe20def
Binary file not shown.
|
Before Width: | Height: | Size: 247 KiB After Width: | Height: | Size: 800 KiB |
@ -11,8 +11,8 @@ from .base import *
|
||||
class CaucasusTheater(ConflictTheater):
|
||||
terrain = caucasus.Caucasus()
|
||||
overview_image = "caumap.gif"
|
||||
reference_points = {(-317948.32727306, 635639.37385346): (278.5*2, 319*2),
|
||||
(-355692.3067714, 617269.96285781): (263*2, 352*2), }
|
||||
reference_points = {(-317948.32727306, 635639.37385346): (278.5*4, 319*4),
|
||||
(-355692.3067714, 617269.96285781): (263*4, 352*4), }
|
||||
landmap = load_landmap("resources\\caulandmap.p")
|
||||
daytime_map = {
|
||||
"dawn": (6, 9),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user