Launcher bugfixes, fixed submarine position syncing, previewing the sub after round ends, wiring bugfix, slower reactor overheat, itemlabel, wifi components
This commit is contained in:
@@ -185,7 +185,7 @@
|
||||
linkable="true"
|
||||
price="10">
|
||||
|
||||
<Sprite texture ="light.png" depth="0.8"/>
|
||||
<Sprite texture ="regex.png" depth="0.8"/>
|
||||
|
||||
<RegExFindComponent canbeselected = "true"/>
|
||||
|
||||
@@ -203,5 +203,30 @@
|
||||
</ConnectionPanel>
|
||||
</Item>
|
||||
|
||||
<Item
|
||||
name="Wifi Component"
|
||||
Tags="smallitem"
|
||||
pickdistance="150"
|
||||
linkable="true"
|
||||
price="20">
|
||||
|
||||
<Sprite texture ="wifi.png" depth="0.8"/>
|
||||
|
||||
<WifiComponent canbeselected = "true"/>
|
||||
|
||||
<Body width="16" height="16"/>
|
||||
|
||||
<Holdable aimpos="35,-10" handle1="0,0" attachable="true" aimable="true"
|
||||
slots="Any,RightHand,LeftHand" msg="Detach [Wrench]">
|
||||
<requireditem name="Wrench" type="Equipped"/>
|
||||
</Holdable>
|
||||
|
||||
<ConnectionPanel canbeselected = "true" msg="Rewire [Screwdriver]">
|
||||
<requireditem name="Screwdriver,Wire" type="Equipped"/>
|
||||
<input name="signal_in"/>
|
||||
<output name="signal_out"/>
|
||||
</ConnectionPanel>
|
||||
</Item>
|
||||
|
||||
</Items>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user