Fixes pinpoints so they use the correct sprite. (#23236)

Fixed sprites displaying for pinpointers
This commit is contained in:
Blazeror
2023-12-30 20:12:12 +01:00
committed by GitHub
parent f8c83b7134
commit 2e5479baee

View File

@@ -54,6 +54,9 @@
id: PinpointerSyndicateNuclear
parent: PinpointerBase
components:
- type: Sprite
layers:
- state: pinpointer-syndicate
- type: Icon
state: pinpointer-syndicate
- type: Pinpointer
@@ -66,6 +69,9 @@
id: PinpointerUniversal
parent: PinpointerBase
components:
- type: Sprite
layers:
- state: pinpointer-way
- type: Icon
state: pinpointer-way
- type: Pinpointer
@@ -79,6 +85,9 @@
id: PinpointerStation
suffix: Station
components:
- type: Sprite
layers:
- state: pinpointer-station
- type: Icon
state: pinpointer-station
- type: Pinpointer