|
|
|
@ -286,7 +286,7 @@ |
|
|
|
"ScreenPercentage": |
|
|
|
{ |
|
|
|
"type": "float", |
|
|
|
"default": 110, |
|
|
|
"default": 80, |
|
|
|
"tooltip": "Sets the Screen-Percentage of the project", |
|
|
|
"hotreload": true, |
|
|
|
"category": "Engine Settings" |
|
|
|
@ -328,7 +328,8 @@ |
|
|
|
"type": "array", |
|
|
|
"default": [ |
|
|
|
"r.HairStrands.Visibility.MSAA.SamplePerPixel 16", |
|
|
|
"r.HairStrands.ComposeAfterTranslucency 2" |
|
|
|
"r.HairStrands.ComposeAfterTranslucency 2", |
|
|
|
"r.ScreenPercentage 80" |
|
|
|
], |
|
|
|
"category": "Engine Settings", |
|
|
|
"itemsType": "string" |
|
|
|
|