improve noir glasses shader (#37996)

* improve noir glasses shader

* tweak values
This commit is contained in:
slarticodefast
2025-06-02 18:16:10 +02:00
committed by GitHub
parent 79e0ed38d1
commit 1441effed2
9 changed files with 131 additions and 17 deletions

View File

@@ -281,7 +281,7 @@
- type: FlashImmunity
- type: EyeProtection
protectionTime: 5
- type: BlackAndWhiteOverlay
- type: NoirOverlay
- type: Tag
tags:
- HamsterWearable

View File

@@ -47,6 +47,12 @@
kind: source
path: "/Textures/Shaders/rainbow.swsl"
# sin city effect: everything is greyscale, except red
- type: shader
id: Noir
kind: source
path: "/Textures/Shaders/noir.swsl"
- type: shader
id: CameraStatic
kind: source
@@ -108,4 +114,4 @@
- type: shader
id: Hologram
kind: source
path: "/Textures/Shaders/hologram.swsl"
path: "/Textures/Shaders/hologram.swsl"