]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Fix Wizard/Librarian PDA flashlight visual (#36064)
authorāda <ss.adasts@gmail.com>
Tue, 25 Mar 2025 01:21:59 +0000 (20:21 -0500)
committerGitHub <noreply@github.com>
Tue, 25 Mar 2025 01:21:59 +0000 (02:21 +0100)
the other light

Resources/Prototypes/Entities/Objects/Devices/pda.yml
Resources/Textures/Objects/Devices/pda.rsi/light_overlay_wide.png [new file with mode: 0644]
Resources/Textures/Objects/Devices/pda.rsi/meta.json

index 396b51532894bcffeeb9326d13ee6a92a9af5e11..b5ec63577e3757ad3616b750ce335f076bd13fe1 100644 (file)
     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 (file)
index 0000000..375517f
Binary files /dev/null and b/Resources/Textures/Objects/Devices/pda.rsi/light_overlay_wide.png differ
index cb3b0675fa6dba0ffa1bb1409a28ae26b2eb68d4..8f987ac66ef98af0df23bb4112b213cdab7734b2 100644 (file)
@@ -31,6 +31,9 @@
     {
       "name": "light_overlay"
     },
+    {
+      "name": "light_overlay_wide"
+    },
     {
       "name": "pda"
     },