Fixes pinpoints so they use the correct sprite. (#23236)
Fixed sprites displaying for pinpointers
This commit is contained in:
parent
f8c83b7134
commit
2e5479baee
|
|
@ -54,6 +54,9 @@
|
|||
id: PinpointerSyndicateNuclear
|
||||
parent: PinpointerBase
|
||||
components:
|
||||
- type: Sprite
|
||||
layers:
|
||||
- state: pinpointer-syndicate
|
||||
- type: Icon
|
||||
state: pinpointer-syndicate
|
||||
- type: Pinpointer
|
||||
|
|
@ -66,11 +69,14 @@
|
|||
id: PinpointerUniversal
|
||||
parent: PinpointerBase
|
||||
components:
|
||||
- type: Icon
|
||||
state: pinpointer-way
|
||||
- type: Pinpointer
|
||||
updateTargetName: true
|
||||
canRetarget: true
|
||||
- type: Sprite
|
||||
layers:
|
||||
- state: pinpointer-way
|
||||
- type: Icon
|
||||
state: pinpointer-way
|
||||
- type: Pinpointer
|
||||
updateTargetName: true
|
||||
canRetarget: true
|
||||
|
||||
- type: entity
|
||||
parent: PinpointerBase
|
||||
|
|
@ -79,8 +85,11 @@
|
|||
id: PinpointerStation
|
||||
suffix: Station
|
||||
components:
|
||||
- type: Sprite
|
||||
layers:
|
||||
- state: pinpointer-station
|
||||
- type: Icon
|
||||
state: pinpointer-station
|
||||
- type: Pinpointer
|
||||
component: BecomesStation
|
||||
targetName: the station
|
||||
targetName: the station
|
||||
|
|
|
|||
Loading…
Reference in New Issue