Skip to content

Commit

Permalink
фиксим
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkiich committed Aug 1, 2024
1 parent e47b24b commit 6a710cb
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Resources/Prototypes/ADT/Entities/Objects/Device/pda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@
components:
- type: Sprite
sprite: ADT/Objects/Devices/pda.rsi
layers:
- map: [ "enum.PdaVisualLayers.Base" ]
- state: "light_overlay"
map: [ "enum.PdaVisualLayers.Flashlight" ]
shader: "unshaded"
visible: false
- state: "id_overlay"
map: [ "enum.PdaVisualLayers.IdLight" ]
shader: "unshaded"
visible: false
- type: ItemToggle
toggleLight: false
onUse: false
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions Resources/Textures/ADT/Objects/Devices/pda.rsi/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
},
{
"name": "pda"
},
{
"name": "light_overlay"
},
{
"name": "id_overlay"
}
]
}

0 comments on commit 6a710cb

Please sign in to comment.