Fixed switch sprite offset. Closes #324
This commit is contained in:
@@ -40,14 +40,14 @@
|
|||||||
cargocontainername="Metal Crate"
|
cargocontainername="Metal Crate"
|
||||||
price="10">
|
price="10">
|
||||||
|
|
||||||
<Sprite texture ="button.png" sourcerect="24,0,11,16" depth="0.79"/>
|
<Sprite texture ="button.png" sourcerect="24,0,12,16" depth="0.79"/>
|
||||||
|
|
||||||
<Deconstruct time="10">
|
<Deconstruct time="10">
|
||||||
<Item name="Steel Bar"/>
|
<Item name="Steel Bar"/>
|
||||||
<Item name="FPGA Circuit"/>
|
<Item name="FPGA Circuit"/>
|
||||||
</Deconstruct>
|
</Deconstruct>
|
||||||
|
|
||||||
<Body width="16" height="16" density="20"/>
|
<Body width="12" height="16" density="20"/>
|
||||||
|
|
||||||
<Controller direction="None" canbepicked="true" msg="Press [E]">
|
<Controller direction="None" canbepicked="true" msg="Press [E]">
|
||||||
<sound file="switch.ogg" type="OnUse" range="250.0"/>
|
<sound file="switch.ogg" type="OnUse" range="250.0"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user