Sprites for some of the new logic components in #392, added a description to the adder component.

This commit is contained in:
Joonas Rikkonen
2018-07-09 15:46:39 +03:00
parent c1cbde4288
commit 846291ff54
2 changed files with 3 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View File

@@ -153,16 +153,16 @@
linkable="false"
cargocontainername="Metal Crate"
price="10"
description="Sends a signal when both inputs receive a signal within a set period of each other.">
description="Outputs the sum of the received signals.">
<Deconstruct time="10">
<Item name="Steel Bar"/>
<Item name="FPGA Circuit"/>
</Deconstruct>
<Sprite texture="signalcomp.png" depth="0.8" sourcerect="0,0,16,16"/>
<Sprite texture="signalcomp.png" depth="0.8" sourcerect="17,80,16,16"/>
<AdderComponent canbeselected = "true"/>
<AdderComponent canbeselected="true"/>
<Body width="16" height="16" density="30"/>
@@ -171,7 +171,6 @@
<requireditem name="Wrench" type="Equipped"/>
</Holdable>
<ConnectionPanel selectkey="Action" canbeselected = "true" msg="Rewire [Screwdriver]">
<requireditem name="Screwdriver,Wire" type="Equipped"/>
<input name="signal_in1"/>