Added missing railgun sprite & fixed indentation in the new item configs

This commit is contained in:
Joonas Rikkonen
2018-05-21 20:59:11 +03:00
parent 914e11d878
commit 76e8b078c3
4 changed files with 14 additions and 17 deletions
@@ -232,6 +232,9 @@
<Content Include="$(MSBuildThisFileDirectory)Content\Items\SearchLight\SearchLightBase.png"> <Content Include="$(MSBuildThisFileDirectory)Content\Items\SearchLight\SearchLightBase.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content> </Content>
<Content Include="$(MSBuildThisFileDirectory)Content\Items\Weapons\railgunetc2.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="$(MSBuildThisFileDirectory)Content\Texts.xml"> <Content Include="$(MSBuildThisFileDirectory)Content\Texts.xml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content> </Content>
@@ -35,8 +35,7 @@
category="Machine" category="Machine"
type="Controller" type="Controller"
linkable="true" linkable="true"
disableitemusagewhenselected="true" disableitemusagewhenselected="true">
>
<Sprite texture ="railgunetc.png" depth="0.8" sourcerect="182,0,61,97"/> <Sprite texture ="railgunetc.png" depth="0.8" sourcerect="182,0,61,97"/>
@@ -60,8 +59,7 @@
category="Machine" category="Machine"
type="Controller" type="Controller"
linkable="true" linkable="true"
disableitemusagewhenselected="true" disableitemusagewhenselected="true" >
>
<Sprite texture ="railgunetc2.png" depth="0.8" sourcerect="188,0,57,96"/> <Sprite texture ="railgunetc2.png" depth="0.8" sourcerect="188,0,57,96"/>
@@ -83,8 +81,7 @@
<Item <Item
name="Railgun Loader" name="Railgun Loader"
category="Machine" category="Machine"
linkable="true" linkable="true">
>
<Sprite texture ="railgunetc.png" depth="0.8" sourcerect="0,0,177,128"/> <Sprite texture ="railgunetc.png" depth="0.8" sourcerect="0,0,177,128"/>
@@ -98,8 +95,7 @@
<Item <Item
name="Railgun Single Loader" name="Railgun Single Loader"
category="Machine" category="Machine"
linkable="true" linkable="true">
>
<Sprite texture ="railgunetc2.png" depth="0.8" sourcerect="131,2,46,128"/> <Sprite texture ="railgunetc2.png" depth="0.8" sourcerect="131,2,46,128"/>
@@ -113,8 +109,7 @@
<Item <Item
name="Forward Railgun Loader" name="Forward Railgun Loader"
category="Machine" category="Machine"
linkable="true" linkable="true">
>
<Sprite texture ="railgunetc2.png" depth="0.8" sourcerect="1,2,128,46"/> <Sprite texture ="railgunetc2.png" depth="0.8" sourcerect="1,2,128,46"/>
@@ -128,8 +123,7 @@
<Item <Item
name="Rear Railgun Loader" name="Rear Railgun Loader"
category="Machine" category="Machine"
linkable="true" linkable="true">
>
<Sprite texture ="railgunetc2.png" depth="0.8" sourcerect="1,50,128,46"/> <Sprite texture ="railgunetc2.png" depth="0.8" sourcerect="1,50,128,46"/>
Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB