From 04341e40b9ff21b134217124d6bdd0648ca2f786 Mon Sep 17 00:00:00 2001 From: RedBookcase Date: Thu, 15 May 2025 08:42:17 -0700 Subject: [PATCH] Fixed Two-Way Lever Sprites (#37390) * New conveyor sprites - arrows! * Revert "New conveyor sprites - arrows!" This reverts commit 3b540be0d89d93af5028a9ae6533bbdf2954cb75. * Reworked to only be the lever sprite update. --------- Co-authored-by: RedBookcase --- .../Structures/conveyor.rsi/greenlight.png | Bin 96 -> 0 bytes .../Textures/Structures/conveyor.rsi/meta.json | 8 +------- .../Structures/conveyor.rsi/redlight.png | Bin 94 -> 0 bytes .../Structures/conveyor.rsi/switch-fwd.png | Bin 277 -> 250 bytes .../Structures/conveyor.rsi/switch-rev.png | Bin 283 -> 265 bytes 5 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 Resources/Textures/Structures/conveyor.rsi/greenlight.png delete mode 100644 Resources/Textures/Structures/conveyor.rsi/redlight.png diff --git a/Resources/Textures/Structures/conveyor.rsi/greenlight.png b/Resources/Textures/Structures/conveyor.rsi/greenlight.png deleted file mode 100644 index c50fb82d0788e52ee23323e44b2cd09c5a3b6efc..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 96 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdzbx#+^kcif|7aVyR6nGdmer~B} tuejy%K`B$!gn^+!{qmgK9xe5u+;S4ke;@S}n*p^jc)I$ztaD0e0su+%8rJ{- diff --git a/Resources/Textures/Structures/conveyor.rsi/meta.json b/Resources/Textures/Structures/conveyor.rsi/meta.json index 7dab3d111b..3bb9efe797 100644 --- a/Resources/Textures/Structures/conveyor.rsi/meta.json +++ b/Resources/Textures/Structures/conveyor.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24 and modified by Swept", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24 and modified by Swept, switch-fwd and switch-rev modified by RedBookcase (Github)", "size": { "x": 32, "y": 32 @@ -234,12 +234,6 @@ "name": "conveyor_stopped_cw", "directions": 8 }, - { - "name": "greenlight" - }, - { - "name": "redlight" - }, { "name": "switch" }, diff --git a/Resources/Textures/Structures/conveyor.rsi/redlight.png b/Resources/Textures/Structures/conveyor.rsi/redlight.png deleted file mode 100644 index 812c1a6508edab5f237cbe6f6f0ae4580302dc18..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 94 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdzRZkbkkcif|M-Or`DDW_Byj^cr ro^?>PhV!I4BLl;p8MBI+>q2$o^_frIlKrd;)WG2B>gTe~DWM4f2hSOa diff --git a/Resources/Textures/Structures/conveyor.rsi/switch-fwd.png b/Resources/Textures/Structures/conveyor.rsi/switch-fwd.png index c13ef62ccc88f0f2d07bf53920ef1fa53288ca2b..5ea1aa9a16d9cae965ca06d2376cbc6eb58451b0 100644 GIT binary patch delta 222 zcmV<403rXC0{Q`vB!3BTNLh0L04^f{04^f|c%?sf00022Nklz;TV3sqI;|h@Fc~?1EC|V~?na1$({acdF zBP$nxEdT!fJ416*Gs8CjW-vQ6IFKB_FtCuN3#jSChYt)XsVQLXAAoQajE2By2#^~B Y0JJeu91dQGA^-pY07*qoM6N<$g01yfbN~PV delta 249 zcmVAKgfRP;g|Nn2mE5CfX+W*Y#T!xSD z-x4&Ri539>vYc2zbq9ca528Q3%OxswsqO$$d{1=;JbRY0m%>f|a zA3S)FAu{q7NjYnHgaEm|ro~EnD`VUr_k}fVmZ9`G7hA}km36E>tG|Ao14iti)1&{*4F-qC1yrgDVdUzLRR)9%he!D z^K!CK96o8vG=`7w-;!(|S!n=d`SAKgfRPycmn~cNKQlX*;lsOJyy_Vl z8%XvJ6ETWFmeUFlCARsjPKegRKlmi%O7z#u?02B(>u3TbRzFdu}p+K|) zXaz`efRxm1MtggEs)oYQ3IPThgu;M_01G*qAfb@@fBABT|9IE0Uk8gdH8B%as#3)P zb#;ILXJkOwlcr1q)6bs={wKC*r`Q27OFDC00?~e@PR==oRdL8+yKlT1*2dTkOdeR7ytrSM`gUaqqqP7002ovPDHLk FV1i%YXh{G7 -- 2.51.2