Dims the light source of service lights (#23437)
nerfs service lights because they are bRIGHT
This commit is contained in:
@@ -145,8 +145,8 @@
|
||||
- type: LightBulb
|
||||
bulb: Bulb
|
||||
color: "#CCFF60"
|
||||
lightEnergy: 1.0
|
||||
lightRadius: 2
|
||||
lightEnergy: 0.45
|
||||
lightRadius: 1.5
|
||||
lightSoftness: 3
|
||||
|
||||
- type: entity
|
||||
|
||||
@@ -15,9 +15,10 @@
|
||||
shader: unshaded
|
||||
state: base
|
||||
- type: PointLight
|
||||
radius: 1
|
||||
energy: 1
|
||||
softness: 1
|
||||
radius: 1.5
|
||||
energy: 0.45
|
||||
softness: 3
|
||||
offset: "0, 0"
|
||||
enabled: false
|
||||
- type: PoweredLight
|
||||
bulb: Bulb
|
||||
|
||||
Reference in New Issue
Block a user