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

View File

@@ -3,7 +3,8 @@
<Item
name="Oxygen Tank"
Tags="smallitem"
pickdistance="150">
pickdistance="150"
price="50">
<Sprite texture ="oxygentank.png" depth="0.05"/>
@@ -16,7 +17,8 @@
<Item
name="Diving Mask"
Tags="smallitem"
pickdistance="200">
pickdistance="200"
price="50">
<Sprite texture ="DivingMask.png" depth="0.4"/>
@@ -37,7 +39,8 @@
<Item
name="Diving Suit"
pickdistance="200">
pickdistance="200"
price="200">
<Sprite texture ="DivingSuit.png" sourcerect="82,15,46,113" depth="0.4"/>

View File

@@ -7,7 +7,8 @@
Tags="smallitem"
pickdistance="150"
linkable="true"
canbepicked="true">
canbepicked="true"
price="10">
<Sprite texture ="wire.png" depth="0.55"/>
@@ -23,7 +24,8 @@
name="And Component"
Tags="smallitem"
pickdistance="150"
linkable="true">
linkable="true"
price="10">
<Sprite texture ="and.png" depth="0.8"/>
@@ -52,7 +54,8 @@
name="Or Component"
Tags="smallitem"
pickdistance="150"
linkable="true">
linkable="true"
price="10">
<Sprite texture ="or.png" depth="0.8"/>
@@ -79,7 +82,8 @@
name="Not Component"
Tags="smallitem"
pickdistance="150"
linkable="true">
linkable="true"
price="10">
<Sprite texture ="not.png" depth="0.8"/>
@@ -105,7 +109,8 @@
name="Light Component"
Tags="smallitem"
pickdistance="150"
linkable="true">
linkable="true"
price="10">
<Sprite texture ="light.png" depth="0.8"/>
@@ -133,7 +138,8 @@
name="Oxygen Detector"
Tags="smallitem"
pickdistance="150"
linkable="true">
linkable="true"
price="10">
<Sprite texture ="light.png" depth="0.8"/>
@@ -157,7 +163,8 @@
name="RegEx Find Component"
Tags="smallitem"
pickdistance="150"
linkable="true">
linkable="true"
price="10">
<Sprite texture ="light.png" depth="0.8"/>

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