Fix misplaced pixel on Wizard/Librarian PDA (#36060)
* nudge that pixel * new base * whoops, leftovers
This commit is contained in:
@@ -122,6 +122,25 @@
|
|||||||
- type: Speech
|
- type: Speech
|
||||||
speechVerb: Robotic
|
speechVerb: Robotic
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: BasePDA
|
||||||
|
id: BaseWidePDA
|
||||||
|
abstract: true
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Objects/Devices/pda.rsi
|
||||||
|
layers:
|
||||||
|
- map: [ "enum.PdaVisualLayers.Base" ]
|
||||||
|
state: "pda"
|
||||||
|
- state: "light_overlay"
|
||||||
|
map: [ "enum.PdaVisualLayers.Flashlight" ]
|
||||||
|
shader: "unshaded"
|
||||||
|
visible: false
|
||||||
|
- state: "id_overlay_wide" # the important part
|
||||||
|
map: [ "enum.PdaVisualLayers.IdLight" ]
|
||||||
|
shader: "unshaded"
|
||||||
|
visible: false
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: BasePDA
|
parent: BasePDA
|
||||||
id: BaseSecurityPDA
|
id: BaseSecurityPDA
|
||||||
@@ -518,7 +537,7 @@
|
|||||||
state: pda-bartender
|
state: pda-bartender
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: BasePDA
|
parent: BaseWidePDA
|
||||||
id: LibrarianPDA
|
id: LibrarianPDA
|
||||||
name: librarian PDA
|
name: librarian PDA
|
||||||
description: Smells like books.
|
description: Smells like books.
|
||||||
@@ -1469,7 +1488,7 @@
|
|||||||
type: ChameleonBoundUserInterface
|
type: ChameleonBoundUserInterface
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: BasePDA
|
parent: BaseWidePDA
|
||||||
id: WizardPDA
|
id: WizardPDA
|
||||||
name: wizard PDA
|
name: wizard PDA
|
||||||
description: You hear faint whispers coming from it.
|
description: You hear faint whispers coming from it.
|
||||||
|
|||||||
BIN
Resources/Textures/Objects/Devices/pda.rsi/id_overlay_wide.png
Normal file
BIN
Resources/Textures/Objects/Devices/pda.rsi/id_overlay_wide.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 90 B |
@@ -10,6 +10,9 @@
|
|||||||
{
|
{
|
||||||
"name": "id_overlay"
|
"name": "id_overlay"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "id_overlay_wide"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "equipped-BELT",
|
"name": "equipped-BELT",
|
||||||
"directions": 4
|
"directions": 4
|
||||||
|
|||||||
Reference in New Issue
Block a user