From 3b6cfd6b6bef0935f85e9590216851599f0575cf Mon Sep 17 00:00:00 2001 From: Peptide90 <78795277+Peptide90@users.noreply.github.com> Date: Sat, 19 Mar 2022 03:27:45 +0000 Subject: [PATCH] Adds more directional signs. Fixes directions on existing (#6401) --- .../Structures/Wallmounts/Signs/signs.yml | 604 ++++++++++-------- .../Wallmounts/signs.rsi/direction_brig.png | Bin 0 -> 402 bytes .../Wallmounts/signs.rsi/direction_chapel.png | Bin 0 -> 408 bytes .../Wallmounts/signs.rsi/direction_cryo.png | Bin 0 -> 445 bytes .../Wallmounts/signs.rsi/direction_dorms.png | Bin 0 -> 447 bytes .../Wallmounts/signs.rsi/direction_evac.png | Bin 402 -> 430 bytes .../signs.rsi/direction_gravity.png | Bin 0 -> 424 bytes .../Wallmounts/signs.rsi/direction_hydro.png | Bin 0 -> 390 bytes .../signs.rsi/direction_salvage.png | Bin 0 -> 450 bytes .../Wallmounts/signs.rsi/direction_solar.png | Bin 0 -> 477 bytes .../Wallmounts/signs.rsi/direction_supply.png | Bin 432 -> 445 bytes .../Wallmounts/signs.rsi/direction_wash.png | Bin 0 -> 439 bytes .../Structures/Wallmounts/signs.rsi/meta.json | 162 +++++ 13 files changed, 505 insertions(+), 261 deletions(-) create mode 100644 Resources/Textures/Structures/Wallmounts/signs.rsi/direction_brig.png create mode 100644 Resources/Textures/Structures/Wallmounts/signs.rsi/direction_chapel.png create mode 100644 Resources/Textures/Structures/Wallmounts/signs.rsi/direction_cryo.png create mode 100644 Resources/Textures/Structures/Wallmounts/signs.rsi/direction_dorms.png create mode 100644 Resources/Textures/Structures/Wallmounts/signs.rsi/direction_gravity.png create mode 100644 Resources/Textures/Structures/Wallmounts/signs.rsi/direction_hydro.png create mode 100644 Resources/Textures/Structures/Wallmounts/signs.rsi/direction_salvage.png create mode 100644 Resources/Textures/Structures/Wallmounts/signs.rsi/direction_solar.png create mode 100644 Resources/Textures/Structures/Wallmounts/signs.rsi/direction_wash.png diff --git a/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/signs.yml b/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/signs.yml index c14d4fbd7d..4523c7c85b 100644 --- a/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/signs.yml +++ b/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/signs.yml @@ -11,13 +11,58 @@ - type: entity parent: BaseSign - id: SignDirectionalSec - name: sec sign - description: A direction sign, pointing out which way Security is. + id: SignDirectionalBridge + name: bridge sign + description: A direction sign, pointing out which way the Bridge is. components: - type: Sprite - state: direction_sec + state: direction_bridge +- type: entity + parent: BaseSign + id: SignDirectionalBrig + name: brig sign + description: A direction sign, pointing out which way the Brig is. + components: + - type: Sprite + state: direction_brig + +- type: entity + parent: BaseSign + id: SignDirectionalChapel + name: chapel sign + description: A direction sign, pointing out which way the Chapel is. + components: + - type: Sprite + state: direction_chapel + +- type: entity + parent: BaseSign + id: SignDirectionalCryo + name: cryo sign + description: A direction sign, pointing out the way to cryogenics. + components: + - type: Sprite + state: direction_cryo + +- type: entity + parent: BaseSign + id: SignDirectionalDorms + name: dorms sign + description: A direction sign, pointing out which way the Dorms are. + components: + - type: Sprite + state: direction_dorms + +- type: entity + parent: BaseSign + id: SignDirectionalEng + name: engineering sign + description: A direction sign, pointing out which way the Engineering department is. + components: + - type: Sprite + state: direction_eng + - type: entity parent: BaseSign id: SignDirectionalEvac @@ -29,12 +74,21 @@ - type: entity parent: BaseSign - id: SignDirectionalBridge - name: bridge sign - description: A direction sign, pointing out which way the Bridge is. + id: SignDirectionalGravity + name: gravity sign + description: A direction sign, pointing out which way the gravity generator is. components: - type: Sprite - state: direction_bridge + state: direction_gravity + +- type: entity + parent: BaseSign + id: SignDirectionalHydro + name: hydro sign + description: A direction sign, pointing out which way hydroponics is. + components: + - type: Sprite + state: direction_hydro - type: entity parent: BaseSign @@ -47,12 +101,13 @@ - type: entity parent: BaseSign - id: SignDirectionalEng - name: engineering sign - description: A direction sign, pointing out which way the Engineering department is. + id: SignDirectionalSalvage + name: salvage sign + description: A direction sign, pointing out which way the Salvage department is. components: - type: Sprite - state: direction_eng + state: direction_salvage + - type: entity parent: BaseSign @@ -63,6 +118,24 @@ - type: Sprite state: direction_sci +- type: entity + parent: BaseSign + id: SignDirectionalSec + name: sec sign + description: A direction sign, pointing out which way Security is. + components: + - type: Sprite + state: direction_sec + +- type: entity + parent: BaseSign + id: SignDirectionalSolar + name: solars sign + description: A direction sign, pointing out which way solars are. + components: + - type: Sprite + state: direction_solar + - type: entity parent: BaseSign id: SignDirectionalSupply @@ -71,6 +144,15 @@ components: - type: Sprite state: direction_supply + +- type: entity + parent: BaseSign + id: SignDirectionalWash + name: washroom sign + description: A direction sign, pointing to the way to a washroom. + components: + - type: Sprite + state: direction_wash # Regular Signs # Descriptions intentionally left empty. @@ -125,107 +207,35 @@ - type: entity parent: BaseSign - id: SignHydro1 - name: hydro sign + id: SignBio + name: bio sign components: - type: Sprite - state: hydro1 + state: bio - type: entity parent: BaseSign - id: SignHydro2 - name: hydro sign + id: SignBiohazard + name: biohazard sign components: - type: Sprite - state: hydro2 + state: biohazard + +- type: entity + parent: BaseSign + id: SignBridge + name: bridge sign + components: + - type: Sprite + state: bridge - type: entity parent: BaseSign - id: SignHydro3 - name: hydro sign + id: SignCanisters + name: canisters sign components: - type: Sprite - state: hydro3 - -- type: entity - parent: BaseSign - id: SignLibrary - name: library sign - components: - - type: Sprite - state: biblio - -- type: entity - parent: BaseSign - id: SignChapel - name: chapel sign - components: - - type: Sprite - state: chapel - -- type: entity - parent: BaseSign - id: SignHead - name: head sign - components: - - type: Sprite - state: commander - -- type: entity - parent: BaseSign - id: SignConference - name: conference room sign - components: - - type: Sprite - state: conference_room - -- type: entity - parent: BaseSign - id: SignDrones - name: drones sign - components: - - type: Sprite - state: drones - -- type: entity - parent: BaseSign - id: SignEngine - name: engine sign - components: - - type: Sprite - state: engine - -- type: entity - parent: BaseSign - id: SignCloning - name: cloning sign - components: - - type: Sprite - state: cloning - -- type: entity - parent: BaseSign - id: SignInterrogation - name: interrogation sign - components: - - type: Sprite - state: interrogation - -- type: entity - parent: BaseSign - id: SignSurgery - name: surgery sign - components: - - type: Sprite - state: surgery - -- type: entity - parent: BaseSign - id: SignTelecomms - name: telecomms sign - components: - - type: Sprite - state: telecoms + state: canisters - type: entity parent: BaseSign @@ -242,6 +252,14 @@ components: - type: Sprite state: cargo_dock + +- type: entity + parent: BaseSign + id: SignChapel + name: chapel sign + components: + - type: Sprite + state: chapel - type: entity parent: BaseSign @@ -269,11 +287,52 @@ - type: entity parent: BaseSign - id: SignShipDock - name: docking sign + id: SignCloning + name: cloning sign components: - type: Sprite - state: dock + state: cloning + +- type: entity + parent: BaseSign + id: SignConference + name: conference room sign + components: + - type: Sprite + state: conference_room + +- type: entity + parent: BaseSign + id: SignDisposalSpace + name: disposal sign + description: "Disposal: Leads to space" + components: + - type: Sprite + state: deathsposal + +- type: entity + parent: BaseSign + id: SignDoors + name: doors sign + components: + - type: Sprite + state: doors + +- type: entity + parent: BaseSign + id: SignDrones + name: drones sign + components: + - type: Sprite + state: drones + +- type: entity + parent: BaseSign + id: SignEngine + name: engine sign + components: + - type: Sprite + state: engine - type: entity parent: BaseSign @@ -283,6 +342,14 @@ - type: Sprite state: eng +- type: entity + parent: BaseSign + id: SignEscapePods + name: escape pods sign + components: + - type: Sprite + state: pods + - type: entity parent: BaseSign id: SignEVA @@ -291,6 +358,30 @@ - type: Sprite state: eva +- type: entity + parent: BaseSign + id: SignElectrical + name: electrical sign + components: + - type: Sprite + state: electrical + +- type: entity + parent: BaseSign + id: SignExamroom + name: examination room sign + components: + - type: Sprite + state: examroom + +- type: entity + parent: BaseSign + id: SignFire + name: fire sign + components: + - type: Sprite + state: fire + - type: entity parent: BaseSign id: SignGravity @@ -299,6 +390,62 @@ - type: Sprite state: gravi +- type: entity + parent: BaseSign + id: SignHead + name: head sign + components: + - type: Sprite + state: commander + +- type: entity + parent: BaseSign + id: SignHydro1 + name: hydro sign + components: + - type: Sprite + state: hydro1 + +- type: entity + parent: BaseSign + id: SignHydro2 + name: hydro sign + components: + - type: Sprite + state: hydro2 + +- type: entity + parent: BaseSign + id: SignHydro3 + name: hydro sign + components: + - type: Sprite + state: hydro3 + +- type: entity + parent: BaseSign + id: SignInterrogation + name: interrogation sign + components: + - type: Sprite + state: interrogation + +- type: entity + parent: BaseSign + id: SignLibrary + name: library sign + components: + - type: Sprite + state: biblio + +- type: entity + parent: BaseSign + id: SignMail + name: mail sign + components: + - type: Sprite + state: mail + - type: entity parent: BaseSign id: SignMedical @@ -306,6 +453,14 @@ components: - type: Sprite state: medbay + +- type: entity + parent: BaseSign + id: SignMinerDock + name: miner dock sign + components: + - type: Sprite + state: miner_dock - type: entity parent: BaseSign @@ -315,6 +470,14 @@ - type: Sprite state: morgue +- type: entity + parent: BaseSign + id: SignNosmoking + name: nosmoking sign + components: + - type: Sprite + state: nosmoking + - type: entity parent: BaseSign id: SignPrison @@ -330,6 +493,14 @@ components: - type: Sprite state: rnd + +- type: entity + parent: BaseSign + id: SignRobo + name: robo sign + components: + - type: Sprite + state: robo - type: entity parent: BaseSign @@ -355,6 +526,46 @@ - type: Sprite state: science2 +- type: entity + parent: BaseSign + id: SignShield + name: shield sign + components: + - type: Sprite + state: shield + +- type: entity + parent: BaseSign + id: SignShipDock + name: docking sign + components: + - type: Sprite + state: dock + +- type: entity + parent: BaseSign + id: SignSpace + name: space sign + components: + - type: Sprite + state: space + +- type: entity + parent: BaseSign + id: SignSurgery + name: surgery sign + components: + - type: Sprite + state: surgery + +- type: entity + parent: BaseSign + id: SignTelecomms + name: telecomms sign + components: + - type: Sprite + state: telecoms + - type: entity parent: BaseSign id: SignToxins @@ -373,40 +584,16 @@ - type: entity parent: BaseSign - id: SignBridge - name: bridge sign + id: SignVirology + name: virology sign components: - type: Sprite - state: bridge - -- type: entity - parent: BaseSign - id: SignBio - name: bio sign - components: - - type: Sprite - state: bio - -- type: entity - parent: BaseSign - id: SignBiohazard - name: biohazard sign - components: - - type: Sprite - state: biohazard - -- type: entity - parent: BaseSign - id: SignCanisters - name: canisters sign - components: - - type: Sprite - state: canisters + state: virology - type: entity parent: BaseSign id: SignCorrosives - name: corrosives sign + name: corrosives warning sign components: - type: Sprite state: corrosives @@ -414,7 +601,7 @@ - type: entity parent: BaseSign id: SignCryogenics - name: cryogenics sign + name: cryogenics warning sign components: - type: Sprite state: cryogenics @@ -422,64 +609,23 @@ - type: entity parent: BaseSign id: SignDanger - name: danger sign + name: danger warning sign components: - type: Sprite state: danger -- type: entity - parent: BaseSign - id: SignDisposalSpace - name: disposal sign - description: "Disposal: Leads to space" - components: - - type: Sprite - state: deathsposal - -- type: entity - parent: BaseSign - id: SignDoors - name: doors sign - components: - - type: Sprite - state: doors - -- type: entity - parent: BaseSign - id: SignElectrical - name: electrical sign - components: - - type: Sprite - state: electrical - -- type: entity - parent: BaseSign - id: SignExamroom - name: examination room sign - components: - - type: Sprite - state: examroom - - type: entity parent: BaseSign id: SignExplosives - name: explosives sign + name: explosives warning sign components: - type: Sprite state: explosives -- type: entity - parent: BaseSign - id: SignFire - name: fire sign - components: - - type: Sprite - state: fire - - type: entity parent: BaseSign id: SignFlammable - name: flammable sign + name: flammable warning sign components: - type: Sprite state: flammable @@ -487,91 +633,27 @@ - type: entity parent: BaseSign id: SignLaser - name: laser sign + name: laser warning sign components: - type: Sprite state: laser - + - type: entity parent: BaseSign id: SignMagnetics - name: magnetics sign + name: magnetics warning sign components: - type: Sprite state: magnetics -- type: entity - parent: BaseSign - id: SignMail - name: mail sign - components: - - type: Sprite - state: mail - - type: entity parent: BaseSign id: SignMemetic - name: memetic sign + name: memetic warning sign components: - type: Sprite state: memetic -- type: entity - parent: BaseSign - id: SignMinerDock - name: miner dock sign - components: - - type: Sprite - state: miner_dock - -- type: entity - parent: BaseSign - id: SignNosmoking - name: nosmoking sign - components: - - type: Sprite - state: nosmoking - -- type: entity - parent: BaseSign - id: SignOptical - name: optical sign - components: - - type: Sprite - state: optical - -- type: entity - parent: BaseSign - id: SigN - name: oxidants signoxidants - components: - - type: Sprite - state: oxidants - -- type: entity - parent: BaseSign - id: SignPods - name: pods sign - components: - - type: Sprite - state: pods - -- type: entity - parent: BaseSign - id: SignRadiation - name: radiation sign - components: - - type: Sprite - state: radiation - -- type: entity - parent: BaseSign - id: SignRobo - name: robo sign - components: - - type: Sprite - state: robo - - type: entity parent: BaseSign id: SignSecure @@ -583,19 +665,11 @@ - type: entity parent: BaseSign id: SignSecurearea - name: securearea sign + name: secure area sign components: - type: Sprite state: securearea - -- type: entity - parent: BaseSign - id: SignShield - name: shield sign - components: - - type: Sprite - state: shield - + - type: entity parent: BaseSign id: SignShock @@ -606,19 +680,27 @@ - type: entity parent: BaseSign - id: SignSpace - name: space sign + id: SignOptical + name: optical warning sign components: - type: Sprite - state: space + state: optical - type: entity parent: BaseSign - id: SignVirology - name: virology sign + id: SignOxidants + name: oxidants warning sign components: - type: Sprite - state: virology + state: oxidants + +- type: entity + parent: BaseSign + id: SignRadiation + name: radiation warning sign + components: + - type: Sprite + state: radiation - type: entity parent: BaseSign diff --git a/Resources/Textures/Structures/Wallmounts/signs.rsi/direction_brig.png b/Resources/Textures/Structures/Wallmounts/signs.rsi/direction_brig.png new file mode 100644 index 0000000000000000000000000000000000000000..34f12710aec09aff666b013009a12c8cb903c062 GIT binary patch literal 402 zcmV;D0d4+?P)Px$Oi4sRRCt{2+OctiFcik|Pr2-Xcc4UFMo5t@$QIedY>^@(&@qUaf;7mdQ=SM! zQBv^#-T6Sm(tDP5N1-PH0002M3AwbRX_}>0uz8-p#QX2~kJcA&w+~6utMihi>oS>b ztM77o*2_HK`@-}0rrDk7U&epPB{4X!>oTb`+QT~O;Jmsu(BS;Nzgs`){Sl?{!-B+f zSh5SyuaoB5wUx$?7ir7p4(Ow;mbNYN^Kk#&m|F4o+S~!7^J>?2e2srxD``xU3w>Iz zt&S^=-x~Lp)4v4(0000000000PUG|^LsjboVn^x&a^p+$vQ(`P2+xkz2gKvj`ht?Y zEanc7%FgH0W9ojH^p^Ptw#LWvgz>*!w@{@%Agub{A_Xh9HBV_?mdzcIJD-1w{-M!% w^L#$|Nqs;#^S8#8Cq2hGavNW>5-46qo*lX@Ywis^{Cf-f>|O(R7^X z$@Oo)wVzewrRo!`t@Bub<}zr1N#IY3{I)M-!|SiVRPWUvuP^c46LYUEeYVQEYhR8( zzO6D*<^7MCddd5h43k2{rk+}K>GScV-MZage_t9%{$DAtWL8&i<#8#+?*ikEUCGja zguaVN?bli5`P%q5!<*h+$-mz|Q+rq~8wnHEw_{folfEzUYu=C5|3Se40c(!E%5M`}%P(QCSo1phb5Z0Ly90MF zw_juLxqkC2t6}BNiv0Fm#p`#z-FbII>-_hFuaE!!aqW2Ae*GZ%gnvtSx^nG{_-41U za;Hw1e8Qh)b_cGA_k1^eo&2dN@^3iEh67f289L@NhgG)OdVu(zu6{1-oD!M^-H?;BmPtPOo&Qs@<;AXdr*m%K-DH04 z_`A4#r;dZQKn{29hW+RMTWk}EOqt-?7F=z1{Hoi`_vWSR*lo>Eob-?3@6^1tk8c-#vswB2)66yY4!f7yJA4@#3|FnGH9xvX69*crCZeH=QwqOk?L&gn??!E znyRag{P*OT*ZVh)L#UZoKoA6SF9h#*zc_~h5PlV`4wA&Uags8wR%ZUNRXS_ zwcK@ewPH>@w)+CDy?t#t?b-E> zwf)`S8GTlMx+Rh-{zD`9XQ@r-_4V=%XOcoH-@d(GoBUnJaH{>3?~Eapy?bpI{M|QO zqM@@ky>{<(c7_*c43A&>Q}#Qeu8y?>32aOHtnIA7PFjDuKZ8TnB!*qy=U;lxy7BJ% z+ue7iAAKn`NRO>y6@MkYe~aGq(C_RoN`LMA&HSeD?_XB$S4D;U7!_k)f8MA1QEUCj zkMI7m*A#z$&M9jjHvP2LZ{`%S+0Ms{pO>B8yhTs^z4U_X&)-UL#LvI}#?tBLZ|;Aa j^roM!hqxtUb{)fS#S2r6uKs=wj1dM;S3j3^P6L> literal 0 HcmV?d00001 diff --git a/Resources/Textures/Structures/Wallmounts/signs.rsi/direction_evac.png b/Resources/Textures/Structures/Wallmounts/signs.rsi/direction_evac.png index 7705338326925b363b0e0d4e10fc59404dcc49e0..7807607b0fd1850eff499180abee6d3733d18c17 100644 GIT binary patch delta 405 zcmV;G0c!q|1Fi#*BYyw^b5ch_0Itp)=>Px$Xh}ptRCt{2+O2YfKoo}IuRo@f3jh(t z#K*-~_cCzk_}%~-ms^PFOf){O9@`o4^{qP07M2pSr4hW(48y|i;p{AbVpjqH004jm zy6c{ZqUdX`WKGlb^4&WBy{}p8`5%WWHrYXv^t4|0 z_EnK;lO6Q&_Nq;GXpfDxb<3aU^Q1ut&0iI%B(-gZ@_U~ENvevpy~r(u=C=WH2gYag z2^ccgIjis9olAx0ztrdxuu2kb^HNojYMYl@C5a?yo0pRGqux4Y=d7K@Oc9#j+PP() z#s38W000000Dk}g02X8MGefhk4{*0BhT=o}j=QB*pQI zqW!*?sLAt-KY~N?q5bmZU;JMH0002MGJOLAmQdfvBM!tZ00000NkvXXu0mjfg#OI+ delta 376 zcmV-;0f+vs1Cj%fBYy!|Nkl8uA7<$VbfW5{9#_9>!Bx-i2GBTe zp<+ojzHT171bqD_mX`qK1Xww(;QvbqU+3gGC8UV=l>h($0APV0x);{#^-rj~D7$9kY|a#OhmG<$Mh!z?+>th_vjChRFAo7e?Yf%U8J$MJ|80A=8Y+l z2k8%J&b>!}z!ZaTK$PU(`ux}XTdO`V{dHnA>+v?{JaJ)j<=e3@fAL=d00000%k&Gl WFHCPuQH#p}0000 diff --git a/Resources/Textures/Structures/Wallmounts/signs.rsi/direction_gravity.png b/Resources/Textures/Structures/Wallmounts/signs.rsi/direction_gravity.png new file mode 100644 index 0000000000000000000000000000000000000000..d4095e9a276a15722586c0acabd9f75cbfa22a04 GIT binary patch literal 424 zcmV;Z0ayNsP)Px$Vo5|nRCt{2+QDtYFcg5{*N7b+w=Pkbp;9N{!letehxXD9xUc{m=%pjT43+Q9 zkSShIFEWXfIwYu-@_&+ro%rQF3{noZ2mk;808G$b{er66t&){x*~s_b@{6k4+l!c4 zFtgC;dyB{MJddx>$^Bw~onKVd%z_| z*BJTZ`Ca*W3jhEB00000002zI`sX((rG5}*1RC1Ff2tF-sG z)bWbc+G0i*7rSShAMDJNwtWB1{JPaK+4Y4zSAI$DPS&}{YO&V*V0L!RU9*FRhC#2h zZOqi)GacEtCU5pV6;rv{73+R||D<=|%deY0&y9`k)|zj!$*Vqp=g!kYZKX@n!pd9s zO-x|ZL>dcR{ERxk~612y{n$E$v*$7 z9^dMOeW9mo`=8nG&R6uVcera-e>@^?#kUW(D?e|l*w1i(-)^bf^TYeUuxHdaPMvO~ h@BOhJXLn`LH zy|vNruz>*E1NkeAjYnEM?k^THt`2PTlbmd5!{{G$EG6ZYfNFJo!*`EotCCrnV^S^| ztCR+@{huFV>Q}pO@@=hVeg!2E_;kVbyPE)ue6VWvtY;ec>!0txqIRwH>b|gU+pzAv zUvJ4=FJ)zTwMX&X%=)z73jR(E2M+($eYD15UQ0yyZTauM&mwl;dti_u9P{~jBqKv^ zkM90o+zbsC+P7R&YW&vyOkMosuG`%P8_s^F|4}Qvx$IIOA3Je>`Y&;V?tQy=h22l} zo9U);nWHdlfzRSHAiJWf)_JDeeZ$@NTze<(m(D-^{%>$Y2LhaszBiv|WqNbbIX;H- zr`;LikDs}<)iN$T`pk3huQqj`>n`sOh~ASOJL}|cW|cCJ`i7ao9(%lFrCzh0c)41~ z=E;oR*5>E9_C)M!y#MHIsmi^jdS_MsG78<_?&;XQeXViX{R1g~86Qpg$M90$;5uX3 mxzfx%^;`miKrnH>9V1_jSyGBMr!O#47(8A5T-G@yGywp%)5S>u literal 0 HcmV?d00001 diff --git a/Resources/Textures/Structures/Wallmounts/signs.rsi/direction_solar.png b/Resources/Textures/Structures/Wallmounts/signs.rsi/direction_solar.png new file mode 100644 index 0000000000000000000000000000000000000000..9af0616816c9084cf87ef18d4b014be2c2dce69a GIT binary patch literal 477 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%zr+d0MhE&XX zd&@Ad*+7KtLHHDH7dhkbQyxVOYD?xQcv}}Vrg%)dqrk0xf`MCo#Sux3>U9Esj??YL z4;M3;uGIQiFLY_M>~GsWDHQ^YK*Jdrd@gubJ86d6Ye$BL&aL^cYp=QV)h@lS#WyBe z*uC+vKWn;lisAXf`{KV}|CzUT!kD@oqrW$Bz^mN^0Z4X@7Ez_J`*C&5fC63|#KY^dAxguviPM9uXTpw?oxvBC(QkZn{ z+mEJ^lAmSbCyVagSAWSg@}kq3By+bq&1nzf!LEZ630i9RC53jEZNJ^#*IymKeb(&9 zkMCVC-cxty_ms4*d)q>vpD_vE%f0n&`C9L!+~{q;Ki;X${r3F!e*5F9OK%>Fc)YDN z%UgwGTHNxxXMe}OniQemuzP*&?JM@I=dE*J8EAF*6)}D&(QXGT4-IDw3 zet%xx8+d0i)4RE;`<~p{sdw`7KK_LLKkXX!>u0<#Uh8f2vmO$JGnVN`R276wP&?WU Oa<8YWpUXO@geCwbs?_WN literal 0 HcmV?d00001 diff --git a/Resources/Textures/Structures/Wallmounts/signs.rsi/direction_supply.png b/Resources/Textures/Structures/Wallmounts/signs.rsi/direction_supply.png index a912f8b3468386733327daa414fd0b6d761a574a..0f4df4caa5064ef2042df670139754e98feb5d61 100644 GIT binary patch delta 22 ecmdnMyq9@`GB*Qbage(c!@6@aFE=XoGXellfCpp% delta 10 RcmdnXyn%Uw@1C{^) diff --git a/Resources/Textures/Structures/Wallmounts/signs.rsi/direction_wash.png b/Resources/Textures/Structures/Wallmounts/signs.rsi/direction_wash.png new file mode 100644 index 0000000000000000000000000000000000000000..af31c3057d858f55840318bab6e4c57eac3dedd4 GIT binary patch literal 439 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%z3q4&NLn`LH zy|vNzh=EAML-s{}vv~@IU3?O5Wg9Vtx^?8SXt{MvxHO6Lg6{;*b-Mx-N?3J89z3ux zEBe6N^(X%Ek#CxqhY4$xYHb_pMbo^#AVq!R^1%|E2lD`TFe(b62^9+yp9h-mhgHm})*N z{n)I(&mvab`15PR842(|YDH~d}qxW3w8 z<4@;Geg*v~LBYyeJD;e}U)~n}UGwzM=bdU7Y%s;bjzEjG4PakOK&FimT=hYf#ecvke?B?V9wN-O}Ze^VRmG#|@8MQmt f{L=?nnK0Lmfo0yhO@`CWl0ke=S3j3^P6