Fixy fixes (#656)

* fix shaders

* fix organs-artifacts

* cleanup using

* reduce artifacts count

* fix artifacts on nukie station + reduce artifacts count

* remove backwards accent from random accent aspect

* new accents for RandomAccentAspect
This commit is contained in:
ThereDrD
2024-08-23 01:55:24 +03:00
committed by GitHub
parent aedaf4fc25
commit 5b3d6248d0
7 changed files with 40 additions and 36 deletions

View File

@@ -11,7 +11,7 @@ namespace Content.Shared._White.Lighting.Shaders;
public sealed partial class LightingOverlayComponent : Component
{
[DataField, ViewVariables(VVAccess.ReadWrite)]
public bool Enabled = true;
public bool? Enabled;
[DataField]
public SpriteSpecifier Sprite = new Texture(new ResPath("Effects/LightMasks/lightmask_lamp.png"));