Fix Wizard/Librarian PDA flashlight visual (#36064)

the other light
This commit is contained in:
āda
2025-03-24 20:21:59 -05:00
committed by GitHub
parent 0096dedb18
commit 1b74de6dbb
3 changed files with 5 additions and 2 deletions

View File

@@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 727 B

View File

@@ -31,6 +31,9 @@
{
"name": "light_overlay"
},
{
"name": "light_overlay_wide"
},
{
"name": "pda"
},