Sprites for some of the new logic components in #392, added a description to the adder component.
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 22 KiB |
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user