New Sprites for cables (#34955)
* initial textures * Makes it have layers because Milon wanted it * Makes it have layers because Milon wanted it * in do NOT understand github * tested, works * Update Content.Client/Power/Visualizers/CableVisualizerComponent.cs Co-authored-by: lzk <124214523+lzk228@users.noreply.github.com> * Update Content.Client/Power/Visualizers/CableVisualizerComponent.cs Co-authored-by: lzk <124214523+lzk228@users.noreply.github.com> * remove extra newline * EmoGarbage Review - Adjust MV cables to use orange stripes --------- Co-authored-by: lzk <124214523+lzk228@users.noreply.github.com> Co-authored-by: Milon <milonpl.git@proton.me> Co-authored-by: EmoGarbage404 <retron404@gmail.com>
This commit is contained in:
@@ -115,11 +115,12 @@
|
||||
description: A medium voltage power cable.
|
||||
components:
|
||||
- type: Sprite
|
||||
color: Yellow
|
||||
sprite: Structures/Power/Cables/mv_cable.rsi
|
||||
state: mvcable_0
|
||||
layers:
|
||||
- state: mvcable_0
|
||||
color: Yellow
|
||||
- state: mvstripes_0
|
||||
- type: Icon
|
||||
color: Yellow
|
||||
sprite: Structures/Power/Cables/mv_cable.rsi
|
||||
state: mvcable_4
|
||||
- type: NodeContainer
|
||||
@@ -151,6 +152,7 @@
|
||||
acts: [ "Destruction" ]
|
||||
- type: CableVisualizer
|
||||
statePrefix: mvcable_
|
||||
extraLayerPrefix: mvstripes_
|
||||
|
||||
- type: entity
|
||||
id: CableMVUncuttable
|
||||
|
||||
Reference in New Issue
Block a user