From de05c7f047b5596da152a16ce150617927906b95 Mon Sep 17 00:00:00 2001 From: Joonas Rikkonen Date: Mon, 13 Aug 2018 17:05:25 +0300 Subject: [PATCH] More wire color variants. Closes #660 --- .../Content/Items/Electricity/signalitems.xml | 50 +++++++++++++++++-- 1 file changed, 47 insertions(+), 3 deletions(-) diff --git a/Barotrauma/BarotraumaShared/Content/Items/Electricity/signalitems.xml b/Barotrauma/BarotraumaShared/Content/Items/Electricity/signalitems.xml index 58f1a40c6..70fd4b527 100644 --- a/Barotrauma/BarotraumaShared/Content/Items/Electricity/signalitems.xml +++ b/Barotrauma/BarotraumaShared/Content/Items/Electricity/signalitems.xml @@ -28,7 +28,7 @@ name="Red Wire" category="Electrical" Tags="smallitem,wire" - spritecolor="1.0,0.0,0.0,1.0" + spritecolor="0.7,0.06,0.06,1.0" linkable="true" canbepicked="true" cargocontainername="Metal Crate" @@ -50,7 +50,7 @@ name="Blue Wire" category="Electrical" Tags="smallitem,wire" - spritecolor="0.0,0.6,1.0,1.0" + spritecolor="0.1,0.4,0.9,1.0" linkable="true" canbepicked="true" cargocontainername="Metal Crate" @@ -72,7 +72,7 @@ name="Orange Wire" category="Electrical" Tags="smallitem,wire" - spritecolor="1.0,0.5,0.0,1.0" + spritecolor="0.9,0.58,0.07,1.0" linkable="true" canbepicked="true" cargocontainername="Metal Crate" @@ -90,6 +90,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + +