* Adds marker component to roof markers
So now you can show and hide them properly.
* a
---------
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
-- type: entity
- id: BaseRoofMarker
- abstract: true
- placement:
- mode: SnapgridCenter
- components:
- - type: Transform
- anchored: true
- - type: Sprite
- drawdepth: Overdoors
- sprite: Markers/cross.rsi
-
- type: entity
id: RoofMarker
name: Roof
suffix: Enabled
- parent: BaseRoofMarker
+ parent: MarkerBase
components:
- type: SetRoof
value: true
id: NoRoofMarker
name: Roof
suffix: Disabled
- parent: BaseRoofMarker
+ parent: MarkerBase
components:
- type: SetRoof
value: false