From 1b74de6dbbe8b76ca2a5984093cf33f43aba8a3e Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C4=81da?= Date: Mon, 24 Mar 2025 20:21:59 -0500 Subject: [PATCH] Fix Wizard/Librarian PDA flashlight visual (#36064) the other light --- .../Prototypes/Entities/Objects/Devices/pda.yml | 4 ++-- .../Devices/pda.rsi/light_overlay_wide.png | Bin 0 -> 727 bytes .../Textures/Objects/Devices/pda.rsi/meta.json | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 Resources/Textures/Objects/Devices/pda.rsi/light_overlay_wide.png diff --git a/Resources/Prototypes/Entities/Objects/Devices/pda.yml b/Resources/Prototypes/Entities/Objects/Devices/pda.yml index 396b515328..b5ec63577e 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/pda.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/pda.yml @@ -132,11 +132,11 @@ layers: - map: [ "enum.PdaVisualLayers.Base" ] state: "pda" - - state: "light_overlay" + - state: "light_overlay_wide" map: [ "enum.PdaVisualLayers.Flashlight" ] shader: "unshaded" visible: false - - state: "id_overlay_wide" # the important part + - state: "id_overlay_wide" map: [ "enum.PdaVisualLayers.IdLight" ] shader: "unshaded" visible: false diff --git a/Resources/Textures/Objects/Devices/pda.rsi/light_overlay_wide.png b/Resources/Textures/Objects/Devices/pda.rsi/light_overlay_wide.png new file mode 100644 index 0000000000000000000000000000000000000000..375517ff6d19da9b44073a705cca3a336fc37794 GIT binary patch literal 727 zcmV;|0x127P)Nkl*~zLHI{*<`!BlkuVyMJeJ&5%PmM3=H3YVCI_vC@U)~ zD=RB29Si{I>sUp0{xT(Sh;ySNykiObIpsN5@`r?T*R@>#HjQO^TwMc}X#4p+1tO^@Qhl zG`~Qi?k5uyQxvUT?)O9=McHe@MKO&uUtKM$Qd^U7b)HKj;;67GJ3sl>_IL%|s%y+_ zNj5sHo8d7ESUPfri(FXXHO3ZX36vbG1Q}5Ikl>}n%t?VrI3tRg!n3hy)@dS+Ye&!x z-MC}h09xPhTAU571gaEEWr)X*_)3)^IEWc`E}td{3v>l+!{&W?@%9dwGAg`KH#R=N?1%K@G=IVm88gI zu$3=RgQ01I9eOxiNQUp&T^mCb;Kz5`CGmJ1%WuvywZ~hz@lPhRm#wiA>o`!v_f|D@ zQ9wY~uJVT{0HTzlXgtcc(KaUjtIwI`q})$qUWpM?Hjz5vMn4%oKeMuz|Z002ov JPDHLkV1geRO8@`> literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Devices/pda.rsi/meta.json b/Resources/Textures/Objects/Devices/pda.rsi/meta.json index cb3b0675fa..8f987ac66e 100644 --- a/Resources/Textures/Objects/Devices/pda.rsi/meta.json +++ b/Resources/Textures/Objects/Devices/pda.rsi/meta.json @@ -31,6 +31,9 @@ { "name": "light_overlay" }, + { + "name": "light_overlay_wide" + }, { "name": "pda" }, -- 2.51.2