diff options
-rw-r--r-- | assets/opensb/sky.config.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/opensb/sky.config.patch b/assets/opensb/sky.config.patch index e9a7866..fc7d0a0 100644 --- a/assets/opensb/sky.config.patch +++ b/assets/opensb/sky.config.patch @@ -1,7 +1,7 @@ { "sun" : { "rayColor" : [255, 255, 200], - "scale" : 0.7, // base scale, dynamic scaling aplies after it (sun image appears to have a higher scale in osb client?) + "scale" : 0.7, // sun image appears to have a higher scale in osb client? "dynamicImage" : { "enabled" : true, "images" : { @@ -20,4 +20,4 @@ } } } -}
\ No newline at end of file +} |