brightness

This commit is contained in:
2024-02-28 20:38:39 -05:00
parent 4d69e259da
commit dd5677daa0

View File

@@ -11,7 +11,7 @@ type LightingProps = { [string]: Color3 | number | boolean | string }
local Lighting_PropsTree: LightingProps = { local Lighting_PropsTree: LightingProps = {
["Ambient"] = Color3.fromRGB(40,40,40), ["Ambient"] = Color3.fromRGB(40,40,40),
["Brightness"] = 3, ["Brightness"] = 2,
["ColorShift_Bottom"] = Color3.new(0,0,0), ["ColorShift_Bottom"] = Color3.new(0,0,0),
["ColorShift_Top"] = Color3.new(0,0,0), ["ColorShift_Top"] = Color3.new(0,0,0),
["EnvironmentDiffuseScale"] = 1, ["EnvironmentDiffuseScale"] = 1,