* 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>
12 lines
236 B
C#
12 lines
236 B
C#
namespace Content.Client.Power.Visualizers;
|
|
|
|
[RegisterComponent]
|
|
public sealed partial class CableVisualizerComponent : Component
|
|
{
|
|
[DataField]
|
|
public string? StatePrefix;
|
|
|
|
[DataField]
|
|
public string? ExtraLayerPrefix;
|
|
}
|