Improved map rendering, shops, light bugfix, junction boxes wont break as easily
This commit is contained in:
BIN
Subsurface/Content/Map/beaconSymbol.png
Normal file
BIN
Subsurface/Content/Map/beaconSymbol.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.5 KiB |
BIN
Subsurface/Content/Map/citySymbol.png
Normal file
BIN
Subsurface/Content/Map/citySymbol.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.2 KiB |
@@ -1,6 +1,7 @@
|
||||
<locationtypes>
|
||||
<None
|
||||
commonness="3">
|
||||
commonness="3"
|
||||
symbol="Content\Map\beaconSymbol.png">
|
||||
<nameformats
|
||||
f0="[name]"
|
||||
f1="[name]"
|
||||
@@ -10,7 +11,8 @@
|
||||
|
||||
<City
|
||||
commonness="3"
|
||||
hireablecharacters="true">
|
||||
hireablecharacters="true"
|
||||
symbol="Content\Map\citySymbol.png">
|
||||
<nameformats
|
||||
f0="The City of [name]"
|
||||
f1="[name] City"
|
||||
@@ -20,7 +22,8 @@
|
||||
|
||||
<Military
|
||||
commonness="1"
|
||||
hireablecharacters="true">
|
||||
hireablecharacters="true"
|
||||
symbol="Content\Map\militarySymbol.png">
|
||||
<nameformats
|
||||
f0="[name] Outpost"
|
||||
f1="[name] Facility"
|
||||
@@ -30,7 +33,8 @@
|
||||
|
||||
<Research
|
||||
commonness="1"
|
||||
hireablecharacters="true">
|
||||
hireablecharacters="true"
|
||||
symbol="Content\Map\researchSymbol.png">
|
||||
<nameformats
|
||||
f0="[name] Research Facility"
|
||||
f1="[name] Research Center"
|
||||
|
||||
BIN
Subsurface/Content/Map/militarySymbol.png
Normal file
BIN
Subsurface/Content/Map/militarySymbol.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.1 KiB |
BIN
Subsurface/Content/Map/researchSymbol.png
Normal file
BIN
Subsurface/Content/Map/researchSymbol.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.1 KiB |
Reference in New Issue
Block a user