Fixed switch sprite offset. Closes #324

This commit is contained in:
Joonas Rikkonen
2018-03-08 17:57:12 +02:00
parent 254be499d1
commit 1b1bd6f51b
@@ -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"/>