Improved map rendering, shops, light bugfix, junction boxes wont break as easily

This commit is contained in:
Regalis
2015-07-27 23:45:20 +03:00
parent 4238301ad3
commit 7155f1cef0
37 changed files with 472 additions and 300 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@@ -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"

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB