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,11 +69,14 @@
|
|||||||
id: PinpointerUniversal
|
id: PinpointerUniversal
|
||||||
parent: PinpointerBase
|
parent: PinpointerBase
|
||||||
components:
|
components:
|
||||||
- type: Icon
|
- type: Sprite
|
||||||
state: pinpointer-way
|
layers:
|
||||||
- type: Pinpointer
|
- state: pinpointer-way
|
||||||
updateTargetName: true
|
- type: Icon
|
||||||
canRetarget: true
|
state: pinpointer-way
|
||||||
|
- type: Pinpointer
|
||||||
|
updateTargetName: true
|
||||||
|
canRetarget: true
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: PinpointerBase
|
parent: PinpointerBase
|
||||||
@@ -79,8 +85,11 @@
|
|||||||
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
|
||||||
component: BecomesStation
|
component: BecomesStation
|
||||||
targetName: the station
|
targetName: the station
|
||||||
|
|||||||
Reference in New Issue
Block a user