Remove unrelated comment

This was supposed to reference another sun feature (dynamic scaling), which was not added due to being quite specific
This commit is contained in:
Niffe 2024-03-15 15:16:02 +02:00 committed by Niffe
parent 24c4acf8fd
commit cc960aa754

View File

@ -1,7 +1,7 @@
{ {
"sun" : { "sun" : {
"rayColor" : [255, 255, 200], "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" : { "dynamicImage" : {
"enabled" : true, "enabled" : true,
"images" : { "images" : {
@ -20,4 +20,4 @@
} }
} }
} }
} }