Fixes pinpoints so they use the correct sprite. (#23236)
Fixed sprites displaying for pinpointers
This commit is contained in:
@@ -54,6 +54,9 @@
|
|||||||
id: PinpointerSyndicateNuclear
|
id: PinpointerSyndicateNuclear
|
||||||
parent: PinpointerBase
|
parent: PinpointerBase
|
||||||
components:
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
layers:
|
||||||
|
- state: pinpointer-syndicate
|
||||||
- type: Icon
|
- type: Icon
|
||||||
state: pinpointer-syndicate
|
state: pinpointer-syndicate
|
||||||
- type: Pinpointer
|
- type: Pinpointer
|
||||||
@@ -66,6 +69,9 @@
|
|||||||
id: PinpointerUniversal
|
id: PinpointerUniversal
|
||||||
parent: PinpointerBase
|
parent: PinpointerBase
|
||||||
components:
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
layers:
|
||||||
|
- state: pinpointer-way
|
||||||
- type: Icon
|
- type: Icon
|
||||||
state: pinpointer-way
|
state: pinpointer-way
|
||||||
- type: Pinpointer
|
- type: Pinpointer
|
||||||
@@ -79,6 +85,9 @@
|
|||||||
id: PinpointerStation
|
id: PinpointerStation
|
||||||
suffix: Station
|
suffix: Station
|
||||||
components:
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
layers:
|
||||||
|
- state: pinpointer-station
|
||||||
- type: Icon
|
- type: Icon
|
||||||
state: pinpointer-station
|
state: pinpointer-station
|
||||||
- type: Pinpointer
|
- type: Pinpointer
|
||||||
|
|||||||
Reference in New Issue
Block a user