From c64101664e1f7b9231ef2a2016a89258ff74a291 Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Sun, 26 Apr 2020 01:09:52 +0200 Subject: [PATCH] Plain glass & glass engineering airlock. --- .../Entities/Buildings/airlock_base.yml | 7 + .../Entities/Buildings/airlock_types.yml | 13 ++ .../airlock_engineering_glass.rsi/closed.png | Bin 0 -> 494 bytes .../closed_unlit.png | Bin 0 -> 150 bytes .../airlock_engineering_glass.rsi/closing.png | Bin 0 -> 1128 bytes .../closing_unlit.png | Bin 0 -> 233 bytes .../airlock_engineering_glass.rsi/deny.png | Bin 0 -> 742 bytes .../airlock_engineering_glass.rsi/locked.png | Bin 0 -> 489 bytes .../airlock_engineering_glass.rsi/meta.json | 220 ++++++++++++++++++ .../airlock_engineering_glass.rsi/open.png | Bin 0 -> 181 bytes .../airlock_engineering_glass.rsi/opening.png | Bin 0 -> 1088 bytes .../opening_unlit.png | Bin 0 -> 812 bytes .../panel_closing.png | Bin 0 -> 239 bytes .../panel_open.png | Bin 0 -> 135 bytes .../panel_opening.png | Bin 0 -> 218 bytes .../airlock_engineering_glass.rsi/spark.png | Bin 0 -> 898 bytes .../sparks_broken.png | Bin 0 -> 183 bytes .../sparks_damaged.png | Bin 0 -> 184 bytes .../sparks_open.png | Bin 0 -> 175 bytes .../airlock_engineering_glass.rsi/welded.png | Bin 0 -> 168 bytes .../Doors/airlock_glass.rsi/closed.png | Bin 0 -> 430 bytes .../Doors/airlock_glass.rsi/closed_unlit.png | Bin 0 -> 150 bytes .../Doors/airlock_glass.rsi/closing.png | Bin 0 -> 1074 bytes .../Doors/airlock_glass.rsi/closing_unlit.png | Bin 0 -> 233 bytes .../Doors/airlock_glass.rsi/deny.png | Bin 0 -> 660 bytes .../Doors/airlock_glass.rsi/locked.png | Bin 0 -> 416 bytes .../Doors/airlock_glass.rsi/meta.json | 220 ++++++++++++++++++ .../Doors/airlock_glass.rsi/open.png | Bin 0 -> 181 bytes .../Doors/airlock_glass.rsi/opening.png | Bin 0 -> 1053 bytes .../Doors/airlock_glass.rsi/opening_unlit.png | Bin 0 -> 812 bytes .../Doors/airlock_glass.rsi/panel_closing.png | Bin 0 -> 239 bytes .../Doors/airlock_glass.rsi/panel_open.png | Bin 0 -> 135 bytes .../Doors/airlock_glass.rsi/panel_opening.png | Bin 0 -> 218 bytes .../Doors/airlock_glass.rsi/spark.png | Bin 0 -> 820 bytes .../Doors/airlock_glass.rsi/sparks_broken.png | Bin 0 -> 183 bytes .../airlock_glass.rsi/sparks_damaged.png | Bin 0 -> 184 bytes .../Doors/airlock_glass.rsi/sparks_open.png | Bin 0 -> 175 bytes .../Doors/airlock_glass.rsi/welded.png | Bin 0 -> 168 bytes 38 files changed, 460 insertions(+) create mode 100644 Resources/Textures/Buildings/Doors/airlock_engineering_glass.rsi/closed.png create mode 100644 Resources/Textures/Buildings/Doors/airlock_engineering_glass.rsi/closed_unlit.png create mode 100644 Resources/Textures/Buildings/Doors/airlock_engineering_glass.rsi/closing.png create mode 100644 Resources/Textures/Buildings/Doors/airlock_engineering_glass.rsi/closing_unlit.png create mode 100644 Resources/Textures/Buildings/Doors/airlock_engineering_glass.rsi/deny.png create mode 100644 Resources/Textures/Buildings/Doors/airlock_engineering_glass.rsi/locked.png create mode 100644 Resources/Textures/Buildings/Doors/airlock_engineering_glass.rsi/meta.json create mode 100644 Resources/Textures/Buildings/Doors/airlock_engineering_glass.rsi/open.png create mode 100644 Resources/Textures/Buildings/Doors/airlock_engineering_glass.rsi/opening.png create mode 100644 Resources/Textures/Buildings/Doors/airlock_engineering_glass.rsi/opening_unlit.png create mode 100644 Resources/Textures/Buildings/Doors/airlock_engineering_glass.rsi/panel_closing.png create mode 100644 Resources/Textures/Buildings/Doors/airlock_engineering_glass.rsi/panel_open.png create mode 100644 Resources/Textures/Buildings/Doors/airlock_engineering_glass.rsi/panel_opening.png create mode 100644 Resources/Textures/Buildings/Doors/airlock_engineering_glass.rsi/spark.png create mode 100644 Resources/Textures/Buildings/Doors/airlock_engineering_glass.rsi/sparks_broken.png create mode 100644 Resources/Textures/Buildings/Doors/airlock_engineering_glass.rsi/sparks_damaged.png create mode 100644 Resources/Textures/Buildings/Doors/airlock_engineering_glass.rsi/sparks_open.png create mode 100644 Resources/Textures/Buildings/Doors/airlock_engineering_glass.rsi/welded.png create mode 100644 Resources/Textures/Buildings/Doors/airlock_glass.rsi/closed.png create mode 100644 Resources/Textures/Buildings/Doors/airlock_glass.rsi/closed_unlit.png create mode 100644 Resources/Textures/Buildings/Doors/airlock_glass.rsi/closing.png create mode 100644 Resources/Textures/Buildings/Doors/airlock_glass.rsi/closing_unlit.png create mode 100644 Resources/Textures/Buildings/Doors/airlock_glass.rsi/deny.png create mode 100644 Resources/Textures/Buildings/Doors/airlock_glass.rsi/locked.png create mode 100644 Resources/Textures/Buildings/Doors/airlock_glass.rsi/meta.json create mode 100644 Resources/Textures/Buildings/Doors/airlock_glass.rsi/open.png create mode 100644 Resources/Textures/Buildings/Doors/airlock_glass.rsi/opening.png create mode 100644 Resources/Textures/Buildings/Doors/airlock_glass.rsi/opening_unlit.png create mode 100644 Resources/Textures/Buildings/Doors/airlock_glass.rsi/panel_closing.png create mode 100644 Resources/Textures/Buildings/Doors/airlock_glass.rsi/panel_open.png create mode 100644 Resources/Textures/Buildings/Doors/airlock_glass.rsi/panel_opening.png create mode 100644 Resources/Textures/Buildings/Doors/airlock_glass.rsi/spark.png create mode 100644 Resources/Textures/Buildings/Doors/airlock_glass.rsi/sparks_broken.png create mode 100644 Resources/Textures/Buildings/Doors/airlock_glass.rsi/sparks_damaged.png create mode 100644 Resources/Textures/Buildings/Doors/airlock_glass.rsi/sparks_open.png create mode 100644 Resources/Textures/Buildings/Doors/airlock_glass.rsi/welded.png diff --git a/Resources/Prototypes/Entities/Buildings/airlock_base.yml b/Resources/Prototypes/Entities/Buildings/airlock_base.yml index 13be0fa782..52eaaa7565 100644 --- a/Resources/Prototypes/Entities/Buildings/airlock_base.yml +++ b/Resources/Prototypes/Entities/Buildings/airlock_base.yml @@ -49,9 +49,16 @@ - type: entity id: AirlockGlass parent: Airlock + name: Glass Airlock components: - type: Airlock occludes: false - type: Occluder enabled: false + + - type: Sprite + sprite: Buildings/Doors/airlock_glass.rsi + + - type: Icon + sprite: Buildings/Doors/airlock_glass.rsi diff --git a/Resources/Prototypes/Entities/Buildings/airlock_types.yml b/Resources/Prototypes/Entities/Buildings/airlock_types.yml index f721cbaed4..c1c50f00b3 100644 --- a/Resources/Prototypes/Entities/Buildings/airlock_types.yml +++ b/Resources/Prototypes/Entities/Buildings/airlock_types.yml @@ -28,6 +28,19 @@ - type: Icon sprite: Buildings/Doors/airlock_engineering.rsi + +- type: entity + parent: AirlockGlass + id: AirlockEngineeringGlass + name: Glass Engineering Airlock + components: + - type: Sprite + sprite: Buildings/Doors/airlock_engineering_glass.rsi + + - type: Icon + sprite: Buildings/Doors/airlock_engineering_glass.rsi + + - type: entity parent: airlock_engineering id: airlock_engineering_locked diff --git a/Resources/Textures/Buildings/Doors/airlock_engineering_glass.rsi/closed.png b/Resources/Textures/Buildings/Doors/airlock_engineering_glass.rsi/closed.png new file mode 100644 index 0000000000000000000000000000000000000000..f3a37984825af36ac2afb254b409f0a92217d65d GIT binary patch literal 494 zcmVPx#S5Qn;MVqP0#L@8-8z>bP7ab=$Br7>5G)*inGB6`vFfcGSL{&F8H%UuSPCA)U zR9jhRcU)XtT|~8DU|?WkX=7F(a$dS~Rp51ZfP``@g_EMTpFF&%R^`S^q3Em;00002 zbW%=JfPkQ=)>8lg0XIoRK~y-)m6MBdgdhw>X_e}t8B z6HxO!YjcA}P+4nqb%Qq6DtJUKlkVA+2)UK!xcKey>iPhNR;EDQGgb3?3$JE<&{AO_ zbd?W`KQe3&x|0xwVORi$a49TxUH1UPawROi+Ub{EATbdC*bxJ9`imfSX2JXC^T~fF zLnc@|&jvz_<2c5+4nH!iILB*qY1oB%=SHxf32Sw>hE(cSg!28sRYE9!BSQ1QRbpRc ziv*#YCK0|8M!V}Z?E5R+2piJIwVSx-h2pnS>i+0vpO>2P=Vq#ZHER<>^hW|8^F^*g zh(|Z$_7~XII9N0#FVdQ&MBb@0L14eM*si- literal 0 HcmV?d00001 diff --git a/Resources/Textures/Buildings/Doors/airlock_engineering_glass.rsi/closing.png b/Resources/Textures/Buildings/Doors/airlock_engineering_glass.rsi/closing.png new file mode 100644 index 0000000000000000000000000000000000000000..0be5d1b25b1b7b41d6341856624e43a7feff8825 GIT binary patch literal 1128 zcmV-u1eg1XP)Px#T~JI^MF0Q*o2kmg(eV@;C>0hL9Va>@D>)}LO)M@lFe6?tFfcYmRW~;`NlQ>p zI+;;aTUlp!TwGjTM73aGU|?ctV^$z?Ub=Ht;B|L^gmNo|lcKhtJiMbmyr@>?#!KbQ zIOG5T00VSVPE!DYfGkblwEzGEs!2paRA}DqSnFEjAP`O0N?U0p)>Lz8`u>l(0|Y|X zxlqY|-|9L)OwE~aU>cZnS`EXXG!bfWQG{1bqt%`WrJJS{uYji_!_7@?$?$l)?=Ln^ zr&Dsd^!pa@N-^UDgOc&O-uEt^pP!RU-|y=hp4Jr`TEw?(=yC!9{~`Dv2$YaeivI%y zTEf{Xtw1mgg#=2#n?`+g0!C%oyAWw;~*r9i5>D ztK79%yoqt1>>Vg_g2TTt!VT{aj3>B#3p|0bJ9Wm-n_n>;L%`d4yz%Yr zZGwQyI1{wiA8bv?fUiHfxB<30;5dQB!{gK8a5zK2WeNjWe~?Rnl`tj1O6UnV3zQI` zC6rfKNfxNIgmOP9EMW#gSqZCB7b&f91>vO&2{P0*S3>`5f#&r;lcATBjxgfxMAYmI zxr~5Q89?yxzzJ{-IG5pZIs*t^A9;e;CoaR`Oa>4fA324u)$xhTa5$3z1iKygDr&&F z43E{&-~<0-m{@YOC<^9!>;Sv z@k*8;o~EuDPw}#TKXA=>?#bt*;V8BSi>km0ZdAwSwkdnu`UAQIUjNf2NO7!X27f@! zFzA1(1SvjV`(*+BH9lW?bxaUM^^BJw#erez2iN8KNPv~#4}uRR2zciimJ<8%yITUR z1nCU163n>q45yP{fvW(FZ@z{k|oltB;`J}M0p92K`R!7eC#R2nAu>2u#f?0>{- zD&QFnXAWu~grLN2#zwQVBh_)lDRG;%0!AHMm=?G9ou=pj>z$^;ag8av%o1?}r2gQe zxNUP(MbP)?0ABwaO57TirR)Y;9nboo6t_c$vXj)Y!)=0Hnm<0=LIL*bIg5Z9z~hi$ uqjTXun!5<-0cPAd#F(3pSp>!UUx?q+$0qtjTvhu30000-|;$ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Buildings/Doors/airlock_engineering_glass.rsi/closing_unlit.png b/Resources/Textures/Buildings/Doors/airlock_engineering_glass.rsi/closing_unlit.png new file mode 100644 index 0000000000000000000000000000000000000000..11ec1b845bfe35be4636ede5f04609c6bd541c3f GIT binary patch literal 233 zcmeAS@N?(olHy`uVBq!ia0vp^2|(Uo$JtH%h(8%=iq;hwLKn};%(vi1xs=owIc(>pmP!W4ckY6y627%C& zR}nxe+SA1`#N&8!f&}a01d#_UQHxg8tkYtWGPz(<5Yof;NJD~k3rkvNrr74NwNW?c zOq=F2k&$#7Z>HmOZY1*|Kk8;W2a>R000AY zQchC z^A=#+Pk_05TGh?p0R^8YQF@U7W0mwEKTM+P|2aVR3U?TW^ZCrHBhA_Y`Nn!bjtzBK zmfP*NEU`%d;G4Ws+Lq_04NX1*#W%6ySla;L(5$*nhmxwWkid z?;^nd^OdfW&w%?2U3;qgY?4URrSAps_DWaDC&163# zjeb`E@OdLKowjP1s;%qtjimZAg1Fb8zLr}Wf#(0cYMhoKyl}PeCfz51r|9SpGPZDN%Sg$0){9g> z0;mV87lm7w1Iqpb;KXw7%WVcI`i6J;uAo>4s&8QaBf0hL9Va>@D>)}LO)M@lFe6?zL{&*kP)<6TQB+$}Q!H6$cU?raU}9-wRv>I? zCURc7b5-DVcYuU)D}|Gys|N?RpFF&%R@fI8<;F|+D=Yuw0H5`~KmY&$0(4SNQ-FY= zsMb>e00B8kL_t(I%Z-zPa)clZL}`^OUJkV?9vx^N@BVrcRJkQ!( zNF%ANHM+WxHr6U|L=7vxvmp^`E6sV~n|*1T0HKvBkaw)=@%#}zA8DeY!T{(h=UHyA zuugObzz@T)KnVU6Sn9g&A%x`&SbDXoUvhwiK>lNs5XjRzfb^LG=We$f|DA*kuy&pe zfDp!U3?YR-6_VPP_twU+0rRE{zS*V?X03n^ZZF_MzR3jmu)7)7 zzrd-+#iA(^yPGjTk(Qga5p5eQNFQPzH_O5UVuEYOLoZ)Kp3s670Ku9>aY#piBt>)> f3cxND7h<1YvgkJn1_G(K00000NkvXXu0mjfoZZaF literal 0 HcmV?d00001 diff --git a/Resources/Textures/Buildings/Doors/airlock_engineering_glass.rsi/meta.json b/Resources/Textures/Buildings/Doors/airlock_engineering_glass.rsi/meta.json new file mode 100644 index 0000000000..5d35cc5738 --- /dev/null +++ b/Resources/Textures/Buildings/Doors/airlock_engineering_glass.rsi/meta.json @@ -0,0 +1,220 @@ +{ + "version": 1, + "size": { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from https://github.com/discordia-space/CEV-Eris/blob/2b969adc2dfd3e9621bf3597c5cbffeb3ac8c9f0/icons/obj/doors/Dooreng.dmi", + "states": [ + { + "name": "closed", + "directions": 1, + "delays": [ + [ + 1.0 + ] + ] + }, + { + "name": "closed_unlit", + "directions": 1 + }, + { + "name": "closing", + "directions": 1, + "delays": [ + [ + 0.2, + 0.2, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.3 + ] + ] + }, + { + "name": "closing_unlit", + "directions": 1, + "delays": [ + [ + 0.5, + 0.1, + 0.1, + 0.1, + 0.1, + 0.3 + ] + ] + }, + { + "name": "deny", + "directions": 1, + "delays": [ + [ + 0.1, + 0.1, + 0.1 + ] + ] + }, + { + "name": "locked", + "directions": 1, + "delays": [ + [ + 1.0 + ] + ] + }, + { + "name": "panel_closing", + "directions": 1, + "delays": [ + [ + 0.2, + 0.2, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.3 + ] + ] + }, + { + "name": "panel_opening", + "directions": 1, + "delays": [ + [ + 0.2, + 0.2, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.3 + ] + ] + }, + { + "name": "open", + "directions": 1, + "delays": [ + [ + 1.0 + ] + ] + }, + { + "name": "opening", + "directions": 1, + "delays": [ + [ + 0.2, + 0.2, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.3 + ] + ] + }, + { + "name": "opening_unlit", + "directions": 1, + "delays": [ + [ + 0.2, + 0.2, + 0.1, + 0.1, + 0.1, + 0.5 + ] + ] + }, + { + "name": "panel_open", + "directions": 1, + "delays": [ + [ + 1.0 + ] + ] + }, + { + "name": "spark", + "directions": 1, + "delays": [ + [ + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1 + ] + ] + }, + { + "name": "sparks_broken", + "directions": 1, + "delays": [ + [ + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1 + ] + ] + }, + { + "name": "sparks_damaged", + "directions": 1, + "delays": [ + [ + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 1.7 + ] + ] + }, + { + "name": "sparks_open", + "directions": 1, + "delays": [ + [ + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1 + ] + ] + }, + { + "name": "welded", + "directions": 1, + "delays": [ + [ + 1.0 + ] + ] + } + ] +} diff --git a/Resources/Textures/Buildings/Doors/airlock_engineering_glass.rsi/open.png b/Resources/Textures/Buildings/Doors/airlock_engineering_glass.rsi/open.png new file mode 100644 index 0000000000000000000000000000000000000000..e8242e7c8ed46c300bf8c41c5856bbc242c09299 GIT binary patch literal 181 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv(Ey(iR}d{GuA*(Jqi1C15*nFa z-a2`aifkY!P=c`}$S;_|;n|HeAji+s#W6(Ve6ojkkt0)9CeK2@V;&BwQx3W|GIAR1 zG|(_yz@W;;9>OSQ#i_xg%y?+uQI4-BS1K5f#RzR`h|+M*5ZKh9WyqxG*W}@Fl$GH^ Xut?3^=+7NMlNmf+{an^LB{Ts5k|Hn; literal 0 HcmV?d00001 diff --git a/Resources/Textures/Buildings/Doors/airlock_engineering_glass.rsi/opening.png b/Resources/Textures/Buildings/Doors/airlock_engineering_glass.rsi/opening.png new file mode 100644 index 0000000000000000000000000000000000000000..efafcca63a7fe2e747cdada304db3bd085382c63 GIT binary patch literal 1088 zcmV-G1i$-Px#T~JI^MF0Q*o2kmg(eV@;C>0hL9Va>@D>)}LO)M@lFe6?tFfcYmRW~;`NlQ>p zI+;;aTUlp!TwGjTM73aGU|?ctV^$z?Ub=Ht;B|L^gmNo|lcKhtJiMbmyr@>?#!KbQ zIOG5T00VSVPE!DYfGkblwEzGEf=NU{RA}DqSc`JnFc4H)bA<>;4l&>d`2RmMr>Etq z?qpDzHYv+Y%&@R~lBM%1Vi*RH1Yj^I;ziR)*b)HQG^M;iAEjyy`!{;4l&K9=ZN6U5 zzjPlse%p^4{mlChkQbo!DFFotq|K}LY65NE)A0rh_b7zd=)!hjOsD_n1I zr$FHQ{_X8e-#T-N4OR-|_-Q(y&(q{CcNh>AdLD5&9HNUiFnfg&2s}|C@)?7s83xG+ zIGz%~ek1L+SrlmZQSC?IkQ7+WS1F*u5Fm*P1D~oe@KU6pr|73e(?C)n;!_nuU`d0` z$1A=zlt9F%1b}0m!TuFr8|>@RO-77u*BOJrCtALQz>)^PEF`2?$;_XV1$b6a2I2We zEW>p?^;FXj90$`zT{p$QLBNCB2Nu!LmLt>~O;?Al;y8EH<1yZ7mZu7spP9r?Mz~(| zvTUbOg*{UMWO~sJ-85N1;E53igK_HT-}lpabGs%+DCQwfbF-TK5KXFJ3Yhuy2r*S) zFjJj%m{)<-@04jYKo=14$q|A{cERCruma{LS$&<{2A~S?JT*eiqd|kwtJ|8=?B+0q zqP~L0fG)uC)Ce{23{XO&Gq7(}WRNL<9ARXjjI>gVx3fW}0A_?j_mPT#?=vO5_!j2_ zI@#I$Pv@e*Uo@}@MVE`^MYIzWtsvT|$ylTLx~5}`Js+&OAFesaX6$WKfkTrnJ7fN{yUJp00AO$$q@w@?-?zI5NT0UdI zrF$*Fv6|;tW5A_*lm9n`23)$=0vu}$WX6C?_ga8s%}s_Cs|eUt!d3{7Tc#SU02J;6 zc=SfwvM4u@RoAuSL>__uKsSBx^MF4BnFAIB$gBZ-KA?|4HviL8Xn988oe!uZ&?5gQ zM(BB3-=%Bn2(--q2?Nhl6WA;behXf)L23#;-(FHvcxe{~$sC@mp=%$ZO z6}fz$&Hwpi$LITO{?8lG|7-B+ndAQr1MY-UY*3v4Gx!9XRwnw77laZ30000nwp2Iq)zLFDP>wTm3H9_2@Uxm37!n>oXhuHghUK$T7erFwg zP?>T$|ABz+grnX}+aWrh^?0w8f zS9k~ina5pG@Vh}F-{djh;zhBSw&Wh}O{+Y|u<4VVbM16j$B-?r&0nxGZ-|}c#+$PI zr9msx#tiBxiB+_(J1Tn z^$zI*Hk}@l*5_wzWlb7|flkrS+XZBQ+r}dlRcg`znErjSfk?X&fhl zH#9cbu%72$vhCqzrdQ`#r(Bu6)M`5qb4c3E^5fq9um9WCS!3Rx m=kj>NcDm$vpR9G+lLy?1f7-5we2X>%B|lGBKbLh*2~7YD>{4U^ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Buildings/Doors/airlock_engineering_glass.rsi/panel_closing.png b/Resources/Textures/Buildings/Doors/airlock_engineering_glass.rsi/panel_closing.png new file mode 100644 index 0000000000000000000000000000000000000000..de46d71ce14963fc26ae1b43a0f38345f41f4f55 GIT binary patch literal 239 zcmeAS@N?(olHy`uVBq!ia0vp^2_VeE3?v1%WpM*3&H|6fVg?3oArNM~bhqvgP>?^s zC&U#<>l?B(adNg4X|LMAeq-MG1fURONswPKgTu2MX+Tb;r;B4q#NoHo4fzfz@Gv`{ zVxRDfq3g$g>D}>K0*1gZK8k&>t`nA zJr@k$8`NA=xSFe*aGSZ9?{BE$k#EckdAS=)L>NjRI57qs7Y|^#(%8kcppS9QbF294 dR>en{&Cgr1oSM1W`Z3TE44$rjF6*2UngHxiO?dzS literal 0 HcmV?d00001 diff --git a/Resources/Textures/Buildings/Doors/airlock_engineering_glass.rsi/panel_open.png b/Resources/Textures/Buildings/Doors/airlock_engineering_glass.rsi/panel_open.png new file mode 100644 index 0000000000000000000000000000000000000000..777c6dd693e3c18e7c101d8dd019f3786f3fa2d3 GIT binary patch literal 135 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnH3?%tPCZz)@o&cW^S0Jr#$kN2gxoQJ@#PYI< zKt5whkY6x^!?PP{K#r!Ti(`ny<>UkjnTF0p#+HMz>lhLX+MFcs>|V&zr?w)APp!qQ dgl#G#!#W#g$MDC$GJ%>HJYD@<);T3K0RWtnBLM&a literal 0 HcmV?d00001 diff --git a/Resources/Textures/Buildings/Doors/airlock_engineering_glass.rsi/panel_opening.png b/Resources/Textures/Buildings/Doors/airlock_engineering_glass.rsi/panel_opening.png new file mode 100644 index 0000000000000000000000000000000000000000..c45825e1faa15b24d3f6fde75ce5680f37233186 GIT binary patch literal 218 zcmeAS@N?(olHy`uVBq!ia0vp^2_VeG3?%1&o4*=JaTa()7Bet#3xP1>rMq>1fPy>$ zJ|V6^THlbRiIa2H2KI>MWfOsX#*!evU0hL9Va>@D>)}LO)M@lFe6?zL{&kn8%ax0PCA)UR9jM0ELmrFS=uaJM73aI zX=7F(Y-uKPUb=Ht;B|L^d-PF+aw~aW2csx!?#b*98X(6zr4J0yj&cP z4G!zNrKra-~ODPZzI-gj6o1)=iUPLf4(o=dQD>u|Ogh?o3q_ zG&Y4<*#uw${PXc!29Vh-9~TmE$}>N2f;5!E&u>lBLj$4X@fIy$L7}yD?xA_rcXSID zizx320&(zhY_NLIaam!3<=4OltLGe-Fo(Asmk_50#~hax&g;$~VYG*;;s)Cs@@<6Q z;F4cL9LM0diA)yWd#p_Y1i3vP{MqK%WiC)1aLV@qZ{F zO$J0bM2@Eyjk@EjUXHV2SvoHgOz`;ebOqARCF1jR=v+Yp|97)#+tuR<)Lr{$fw`Pi zh5cf5<80X7p8{45NnD^XQE%$^HPo+aL5Xe;`L~7vOP!A&ma-!}`A&41%9SoTK<1^gm4a zgAnHm5bzHI^ew9I;qUwd#QXuO`>?)8ZF+>5e*p9kTL}6G(WAcaaS8c@p7lRO`~yM= z`v)8Yev0~-{%4OF;@Px6kTHJ%6P(-u*@vh<=wtdHG@X5#KZxspc=&^dKX~|qpY9Jn Y0A|u~-tH8ayZ`_I07*qoM6N<$f>iva>;M1& literal 0 HcmV?d00001 diff --git a/Resources/Textures/Buildings/Doors/airlock_engineering_glass.rsi/sparks_broken.png b/Resources/Textures/Buildings/Doors/airlock_engineering_glass.rsi/sparks_broken.png new file mode 100644 index 0000000000000000000000000000000000000000..fb5d774588ae44eab5608571cb6aafad7375e158 GIT binary patch literal 183 zcmeAS@N?(olHy`uVBq!ia0vp^2|(DFD66%%n7hj|c25u0=Hbzuz>&Md dbBcZ?)Aw7<0^jOhxdW|Y@O1TaS?83{1ORW&Jrn={ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Buildings/Doors/airlock_engineering_glass.rsi/sparks_damaged.png b/Resources/Textures/Buildings/Doors/airlock_engineering_glass.rsi/sparks_damaged.png new file mode 100644 index 0000000000000000000000000000000000000000..f16a028dee5bbe41a7f4e35f686043e8a112ce4e GIT binary patch literal 184 zcmeAS@N?(olHy`uVBq!ia0vp^2_VeK3?y%aJ*@^(YymzYu0Z<#e`9lQK{p_au_VYZ zn8D%MjWi%9!PCVtL_+fI!HvAl4m=D8Hh=XH6ZQR;XyVo{y01gP^_0k+pXD$8l*-N4 z&iUk!V5<=?maE{?*yyS)-udN6;H*Pi5*L(-Fs)pAdDY$x8SUGCM{GTG-~v& dN}IerjGt7Q1>7HnEC$-e;OXk;vd$@?2>`@EK-2&L literal 0 HcmV?d00001 diff --git a/Resources/Textures/Buildings/Doors/airlock_engineering_glass.rsi/sparks_open.png b/Resources/Textures/Buildings/Doors/airlock_engineering_glass.rsi/sparks_open.png new file mode 100644 index 0000000000000000000000000000000000000000..630eabb976ecf11fa59ba29f03502b02bde399aa GIT binary patch literal 175 zcmeAS@N?(olHy`uVBq!ia0vp^2|(na*S0L@>?eF8`6Brm69v&VU z85t83lboEKnwpxCk&%;=Q&v{CgYoQkpgP8qAirP+hi5m^fE*)F7sn8d^T`PkI~%0W zB{6Q2m5{jckSSO_Q#IG@-W(qB3Px#KTu3mMZmzo%Ff>6=J)FD`4k%{6&4pACpsi6IVUttEG{xIFfcYmRW~;`NlQ>s zR9jhRcU)XtU|?WiVrg}EfQ6Hy1;4vt00004bW%=JXlQ6?<%laQ0003ENkln0*3gw80iU`6W0k+SJ$Hu@qN`T|V zW8=Dry+VuvJXIdf`8U-18Y@bHOSkvHMd{)19OpUu&4N3?qAd;z$s zxv?&?)u+iiOxs1;|-gZ;zHiE@c;k-07*qoM6N<$g2@WFivR!s literal 0 HcmV?d00001 diff --git a/Resources/Textures/Buildings/Doors/airlock_glass.rsi/closed_unlit.png b/Resources/Textures/Buildings/Doors/airlock_glass.rsi/closed_unlit.png new file mode 100644 index 0000000000000000000000000000000000000000..56d917dc07f8efe1216cb30fcdef63eaab98b5cc GIT binary patch literal 150 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv&H|6fVg?31We{epSZZGe6yy)^ z32_C|LBTpXnQAwW$o_xKu<7Hn`9LAYk|4ie28U-i(tsQVPZ!4!3CZLIQVB+dg@s`W o5}z7eU0N7f4LCUsdmFVdQ&MBb@0L14eM*si- literal 0 HcmV?d00001 diff --git a/Resources/Textures/Buildings/Doors/airlock_glass.rsi/closing.png b/Resources/Textures/Buildings/Doors/airlock_glass.rsi/closing.png new file mode 100644 index 0000000000000000000000000000000000000000..fced19b7467b099ddca9b372313ec510d3ec3241 GIT binary patch literal 1074 zcmV-21kL-2P)Px#LQqUpMF0Q*%Ff=@+3Vuw_v-EW6dNcN78e~SIwUJOCp1kgE;2AMFg8S0H#av) zOHff%TUlp!TwGjWU|?WkX?1sig_EKYpx5sJ000GaQchCZ z!Mjd?^TSZfH=xsqz`41z2;#?nWYLenH%=KJ6r9cX3gFYeQQ=Mgtism|82qom{~+Lu zfLi_^5bzeSW@!h3d9D<220sk$y9;>tcXyE3BST z{yTId`G1~1LBPVZH1TlO0tm3^#t=_x+1H)qPKC!SRjWmIv74qKIJcOB9ja-`eIQ)Pm?AX?$yJCcuw6&&4<^aHPUQdP z6l7kwGMD~9G_T43ODR}+{>se#f$5%w6m0pYfW(u4kb=zsyfaMv!~_66Z3L_t3Moi@ zn4Z=U#}D75KWHpe`+o~CkI-XyzkV{k2vn;>K!*@kvyfgy-V|_geA+a(k2~VymR|I9 zQsoH*qt@aI&PypdtOFdDqlmSp@7jp%1n5N{YfYg5?z@caUdjKrIDvMZK#Kt_`u{Qk zxkE_;@kN`F{x26$IusIM14;#?a(m1zQp-=^B>|<$3pqzmnY*z3d8zZ#lfMf&}hT-}0<2F$Lxf&vhtUo;6l>ir%ur=Q@-v&$dXmz(sTT ze#^5hQh`8r_^dVD@T|GD1+I(3XRYCeAHVh;OEkj}w^FP{UrbiGqf zGV($(Enb1*j&X7I#ZLY~sk+#emFt>f=d^O2{C~@t+m`&lh2-y9cbxn`SkIOlAIxWw zvzujiocup3;P;Byj9=jF9^5f)&j)vmd{n@lPo@PQr$FwxNFXZU&L`W2k7)qnAs~WE s2t9_E1mpn{Pn~QC506Cx)&AeWAEV^HJQ6!nUH||907*qoM6N<$f+thyIRF3v literal 0 HcmV?d00001 diff --git a/Resources/Textures/Buildings/Doors/airlock_glass.rsi/closing_unlit.png b/Resources/Textures/Buildings/Doors/airlock_glass.rsi/closing_unlit.png new file mode 100644 index 0000000000000000000000000000000000000000..11ec1b845bfe35be4636ede5f04609c6bd541c3f GIT binary patch literal 233 zcmeAS@N?(olHy`uVBq!ia0vp^2|(Uo$JtH%h(8%=iq;hwLKn};%(vi1xs=owIc(>pmP!W4ckY6y627%C& zR}nxe+SA1`#N&8!f&}a01d#_UQHxg8tkYtWGPz(<5Yof;NJD~k3rkvNrr74NwNW?c zOq=F2k&$;|EC1sFA&z$+00004bW%=J0BC4v8yfV-0005^Nkl`C;~hL!1njsq6dx()X`BbbQ@S zOES>;W2Ogai8NG&x@$?&EVu72Lq8Cu9ed{ z<^hNs8^XG}?o8PLa8q~6?^@qypm0+<$@O7g@;$-ldGfTuzt zccIyGA*q~apfwBPe{ZHdKyDVq)2_U4dWR1W;9XhehJwe(lQ|NPo*O~uluTs=uM4Z< zDVcOm27#g@mYqIt+I$)*HUdlK#eha6eYzBZ8gX5blle>klSL~c@*4}wY`sNBH( zM}ql}1oIyW=0BVP%71JC^1snQ&i^(8CI6cYwES;aL_Pl-4dg8g)&a_YXn^v+X$D&U zLj#om_z^(DCM}ql} ulL_QMHURnGW}xJMqk)|NI9x&g1N{IYnO^t_gHwS300006 z=J)FD`4k%{6&4pACpsi6IVUttEG{xOL{&*kP*GG{Qd2BhXLn#?X>4gGb$5V;lcK8! z2iO-E_$w>_;{adnRq+4-00VSVPE%-TXj1=Hg8%>l3Q0skR5;6>lhJmAAPhi5s~M1n zLfifSuPy{on6QUkj~*abKocOPgl+*!5SSg>1?ZSTJR+Yd&#p-%a|7nM`u=>i4v2x^ zHi<*VzTO|@{i*|=HYY-`V2rsLIA?&|mw|8!(l>BW`<-wz=6ZL+G=9uL!LH)egy|Yp z(EmJLqY2C@IhfJSQ2CvUBBTQsM%ohh0yFv%>%9v5_d~8-gzbt7&xc&Q)I}T#F{}>|G8P#mO2HkA!-%s-gQ* zy11MymK;zv^vg@pYctBR;X@E3Q*uz6Gzz34qM@lm&ce1J=jjJu6&kX9gKky;0000< KMNUMnLSTaEMz0wF literal 0 HcmV?d00001 diff --git a/Resources/Textures/Buildings/Doors/airlock_glass.rsi/meta.json b/Resources/Textures/Buildings/Doors/airlock_glass.rsi/meta.json new file mode 100644 index 0000000000..5d35cc5738 --- /dev/null +++ b/Resources/Textures/Buildings/Doors/airlock_glass.rsi/meta.json @@ -0,0 +1,220 @@ +{ + "version": 1, + "size": { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from https://github.com/discordia-space/CEV-Eris/blob/2b969adc2dfd3e9621bf3597c5cbffeb3ac8c9f0/icons/obj/doors/Dooreng.dmi", + "states": [ + { + "name": "closed", + "directions": 1, + "delays": [ + [ + 1.0 + ] + ] + }, + { + "name": "closed_unlit", + "directions": 1 + }, + { + "name": "closing", + "directions": 1, + "delays": [ + [ + 0.2, + 0.2, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.3 + ] + ] + }, + { + "name": "closing_unlit", + "directions": 1, + "delays": [ + [ + 0.5, + 0.1, + 0.1, + 0.1, + 0.1, + 0.3 + ] + ] + }, + { + "name": "deny", + "directions": 1, + "delays": [ + [ + 0.1, + 0.1, + 0.1 + ] + ] + }, + { + "name": "locked", + "directions": 1, + "delays": [ + [ + 1.0 + ] + ] + }, + { + "name": "panel_closing", + "directions": 1, + "delays": [ + [ + 0.2, + 0.2, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.3 + ] + ] + }, + { + "name": "panel_opening", + "directions": 1, + "delays": [ + [ + 0.2, + 0.2, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.3 + ] + ] + }, + { + "name": "open", + "directions": 1, + "delays": [ + [ + 1.0 + ] + ] + }, + { + "name": "opening", + "directions": 1, + "delays": [ + [ + 0.2, + 0.2, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.3 + ] + ] + }, + { + "name": "opening_unlit", + "directions": 1, + "delays": [ + [ + 0.2, + 0.2, + 0.1, + 0.1, + 0.1, + 0.5 + ] + ] + }, + { + "name": "panel_open", + "directions": 1, + "delays": [ + [ + 1.0 + ] + ] + }, + { + "name": "spark", + "directions": 1, + "delays": [ + [ + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1 + ] + ] + }, + { + "name": "sparks_broken", + "directions": 1, + "delays": [ + [ + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1 + ] + ] + }, + { + "name": "sparks_damaged", + "directions": 1, + "delays": [ + [ + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 1.7 + ] + ] + }, + { + "name": "sparks_open", + "directions": 1, + "delays": [ + [ + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1 + ] + ] + }, + { + "name": "welded", + "directions": 1, + "delays": [ + [ + 1.0 + ] + ] + } + ] +} diff --git a/Resources/Textures/Buildings/Doors/airlock_glass.rsi/open.png b/Resources/Textures/Buildings/Doors/airlock_glass.rsi/open.png new file mode 100644 index 0000000000000000000000000000000000000000..e8242e7c8ed46c300bf8c41c5856bbc242c09299 GIT binary patch literal 181 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv(Ey(iR}d{GuA*(Jqi1C15*nFa z-a2`aifkY!P=c`}$S;_|;n|HeAji+s#W6(Ve6ojkkt0)9CeK2@V;&BwQx3W|GIAR1 zG|(_yz@W;;9>OSQ#i_xg%y?+uQI4-BS1K5f#RzR`h|+M*5ZKh9WyqxG*W}@Fl$GH^ Xut?3^=+7NMlNmf+{an^LB{Ts5k|Hn; literal 0 HcmV?d00001 diff --git a/Resources/Textures/Buildings/Doors/airlock_glass.rsi/opening.png b/Resources/Textures/Buildings/Doors/airlock_glass.rsi/opening.png new file mode 100644 index 0000000000000000000000000000000000000000..5193d7f72204ccb8eabba182ec0a833af63e1e0f GIT binary patch literal 1053 zcmV+&1mgRNP)Px#LQqUpMF0Q*%Ff=@+3Vuw_v-EW6dNcN78e~SIwUJOCp1kgE;2AMFg8S0H#av) zOHff%TUlp!TwGjWU|?WkX?1sig_EKYpx5sJ000GaQchCS(i6lHjGk5J}GwrxuM=N9yOWnGz;1$41=;GZx zd$=k9KhM3qL!A(&1pZxJhCsPNnCS6o|7O0C`RnO?KEFNwoKV3#Nb$7*0T4)^60Wz8 zPr}D7-w$q*}`)ClQN1jGQtkqond_>Ol0Ily3Nc%}f%EAN;E zLaEV1{Ls#jc@cL4LV)2=hQuo%0a`0!jaYzqBSYkuX%R88z&x+3A0%)9;`I!%-}p(z zHi8T>K*dWL?))eL1=a#NK*dWL7T!AvsYJgR^9*8uikC8k!m0w7&v*P>v;Y+^1ptf9 z0=IYkT(Galdn_@MK;eb=?4hu#z;A{Jahg?p6cgB3rwNq(O__#;m*+XC-{uiI*r2V0 z4caiNjfW>Cs7O>oX3ShC!Hv}wqp8{BH;w_d0EO$@-|I#U7x%(8rVoAU^1T1%- z0$41)WH>O3z?>y!h5)T;nqUTi&UFCKUT9Yn{Q`bOlNF)AS|qA9T}ayNZ^-Z~FhXv$Oqu)Bm>x^#3(%?%Cr14T07Prc0pP|2Oal X@ff~5mH*k800000NkvXXu0mjf4sqZp literal 0 HcmV?d00001 diff --git a/Resources/Textures/Buildings/Doors/airlock_glass.rsi/opening_unlit.png b/Resources/Textures/Buildings/Doors/airlock_glass.rsi/opening_unlit.png new file mode 100644 index 0000000000000000000000000000000000000000..e430c39ad1047cf8d49f02a237a50deebddfd02a GIT binary patch literal 812 zcmeAS@N?(olHy`uVBq!ia0vp^2|(nwp2Iq)zLFDP>wTm3H9_2@Uxm37!n>oXhuHghUK$T7erFwg zP?>T$|ABz+grnX}+aWrh^?0w8f zS9k~ina5pG@Vh}F-{djh;zhBSw&Wh}O{+Y|u<4VVbM16j$B-?r&0nxGZ-|}c#+$PI zr9msx#tiBxiB+_(J1Tn z^$zI*Hk}@l*5_wzWlb7|flkrS+XZBQ+r}dlRcg`znErjSfk?X&fhl zH#9cbu%72$vhCqzrdQ`#r(Bu6)M`5qb4c3E^5fq9um9WCS!3Rx m=kj>NcDm$vpR9G+lLy?1f7-5we2X>%B|lGBKbLh*2~7YD>{4U^ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Buildings/Doors/airlock_glass.rsi/panel_closing.png b/Resources/Textures/Buildings/Doors/airlock_glass.rsi/panel_closing.png new file mode 100644 index 0000000000000000000000000000000000000000..de46d71ce14963fc26ae1b43a0f38345f41f4f55 GIT binary patch literal 239 zcmeAS@N?(olHy`uVBq!ia0vp^2_VeE3?v1%WpM*3&H|6fVg?3oArNM~bhqvgP>?^s zC&U#<>l?B(adNg4X|LMAeq-MG1fURONswPKgTu2MX+Tb;r;B4q#NoHo4fzfz@Gv`{ zVxRDfq3g$g>D}>K0*1gZK8k&>t`nA zJr@k$8`NA=xSFe*aGSZ9?{BE$k#EckdAS=)L>NjRI57qs7Y|^#(%8kcppS9QbF294 dR>en{&Cgr1oSM1W`Z3TE44$rjF6*2UngHxiO?dzS literal 0 HcmV?d00001 diff --git a/Resources/Textures/Buildings/Doors/airlock_glass.rsi/panel_open.png b/Resources/Textures/Buildings/Doors/airlock_glass.rsi/panel_open.png new file mode 100644 index 0000000000000000000000000000000000000000..777c6dd693e3c18e7c101d8dd019f3786f3fa2d3 GIT binary patch literal 135 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnH3?%tPCZz)@o&cW^S0Jr#$kN2gxoQJ@#PYI< zKt5whkY6x^!?PP{K#r!Ti(`ny<>UkjnTF0p#+HMz>lhLX+MFcs>|V&zr?w)APp!qQ dgl#G#!#W#g$MDC$GJ%>HJYD@<);T3K0RWtnBLM&a literal 0 HcmV?d00001 diff --git a/Resources/Textures/Buildings/Doors/airlock_glass.rsi/panel_opening.png b/Resources/Textures/Buildings/Doors/airlock_glass.rsi/panel_opening.png new file mode 100644 index 0000000000000000000000000000000000000000..c45825e1faa15b24d3f6fde75ce5680f37233186 GIT binary patch literal 218 zcmeAS@N?(olHy`uVBq!ia0vp^2_VeG3?%1&o4*=JaTa()7Bet#3xP1>rMq>1fPy>$ zJ|V6^THlbRiIa2H2KI>MWfOsX#*!evU6 z=J)FD`4k%{6&4pACpsi6IVUttEG{xHF$6Y5RY9v8NlQ>s002=`TT)XjS!Z`y+ALsV zX>4gGb$5V!^ihSAqN@i7*cTVs#2xr6EC0~||Iz^e;{X|+7XbhO00VSVPE%-TXj1=H zg8%>mhDk(0R9M69mw|HPAP|N(RjEZwXp&;vh4+8W+g+k1Cy<#i&fLto7$@-~EC~qz z56(HI3!$7u69;RxIu=4{Yg;)`9%IfN@jE#+M*7yqK{1zn=ik)x4^%_7a?pF?z;PVE zgT(hZ|8O>Yo$%Agr^Lr8&o5s;5?_~uQ-a|LUDv&I-ER*-uHiUv18w}8fUY~Z#eAJK zu$j*ZUSc1XN7BG{9us7F(!&PMgM53&J01tIiC+_B`mktVGY9#vWS=osXyu@+bxuPr zVgrpF(v|A(wS+79h&+FC95te*@6!FCymLOTih5YaS$gPJI64>5amjLeMLWOS(P6DR z-vz&dU5pYB43RnJI3+lQH!25eV1FN!;PBZ~DRcaJr&8japns!spmlv(#xPBi;M7y8 z@PL>1ONrAMyvERK$i8D6EBGRx@5el!XOY)Fvo9sHNb3SuSm(6iD9_u5D$R2hYxoMs z%KiLDqwIynFutM{UcaB8K-CtjR{r?KE>>#cfkv98y74LlXxQW@gGfBk{?I zbZg_J?B*IWE)of6<<`b2fhFlQ%}OSU4mq7jHd%=#J}00W9B~barzUM+JHI9{f{a<5 zCJk)nz^ll<5c6)=#Np`={waTu)%UIb;pq?l6Mqm^w#3lr4{$~QW3xZNNBe_N^9M?! zuJgLT09x@#;k!`t2Uzh3U)ys*oVIE9|E#}z>+^8 zbzj!^XmP}`AB+9~ul@n^{ve3H4;6nP;(s%zF_2jlO8Wjf#jxZL^twM#Reyjhob3Uw y_yb?j_cS}G_mA`k_;7!KPk-?A2Ty;{$o~LZuD)6B#%gf@0000DFD66%%n7hj|c25u0=Hbzuz>&Md dbBcZ?)Aw7<0^jOhxdW|Y@O1TaS?83{1ORW&Jrn={ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Buildings/Doors/airlock_glass.rsi/sparks_damaged.png b/Resources/Textures/Buildings/Doors/airlock_glass.rsi/sparks_damaged.png new file mode 100644 index 0000000000000000000000000000000000000000..f16a028dee5bbe41a7f4e35f686043e8a112ce4e GIT binary patch literal 184 zcmeAS@N?(olHy`uVBq!ia0vp^2_VeK3?y%aJ*@^(YymzYu0Z<#e`9lQK{p_au_VYZ zn8D%MjWi%9!PCVtL_+fI!HvAl4m=D8Hh=XH6ZQR;XyVo{y01gP^_0k+pXD$8l*-N4 z&iUk!V5<=?maE{?*yyS)-udN6;H*Pi5*L(-Fs)pAdDY$x8SUGCM{GTG-~v& dN}IerjGt7Q1>7HnEC$-e;OXk;vd$@?2>`@EK-2&L literal 0 HcmV?d00001 diff --git a/Resources/Textures/Buildings/Doors/airlock_glass.rsi/sparks_open.png b/Resources/Textures/Buildings/Doors/airlock_glass.rsi/sparks_open.png new file mode 100644 index 0000000000000000000000000000000000000000..630eabb976ecf11fa59ba29f03502b02bde399aa GIT binary patch literal 175 zcmeAS@N?(olHy`uVBq!ia0vp^2|(na*S0L@>?eF8`6Brm69v&VU z85t83lboEKnwpxCk&%;=Q&v{CgYoQkpgP8qAirP+hi5m^fE*)F7sn8d^T`PkI~%0W zB{6Q2m5{jckSSO_Q#IG@-W(qB3