Simplify rendering
It's adding so little visual flair and is a source of GPU load
This commit is contained in:
@@ -23,19 +23,11 @@ hl.config({
|
|||||||
rounding = 0,
|
rounding = 0,
|
||||||
|
|
||||||
shadow = {
|
shadow = {
|
||||||
enabled = true,
|
enabled = false,
|
||||||
range = 2,
|
|
||||||
render_power = 3,
|
|
||||||
color = "rgba(1a1a1aee)",
|
|
||||||
},
|
},
|
||||||
|
|
||||||
blur = {
|
blur = {
|
||||||
enabled = true,
|
enabled = false,
|
||||||
size = 2,
|
|
||||||
passes = 2,
|
|
||||||
special = true,
|
|
||||||
brightness = 0.60,
|
|
||||||
contrast = 0.75,
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user