osb/assets/opensb/sky.config.patch
Niffe cc960aa754 Remove unrelated comment
This was supposed to reference another sun feature (dynamic scaling), which was not added due to being quite specific
2024-03-15 15:53:32 +02:00

24 lines
698 B
Diff

{
"sun" : {
"rayColor" : [255, 255, 200],
"scale" : 0.7, // sun image appears to have a higher scale in osb client?
"dynamicImage" : {
"enabled" : true,
"images" : {
"whitestar" : "/sky/orbitals/whitestar.png",
"orangestar" : "/sky/orbitals/orangestar.png",
"yellowstar" : "/sky/orbitals/yellowstar.png",
"bluestar" : "/sky/orbitals/bluestar.png",
"redstar" : "/sky/orbitals/redstar.png"
},
"rayColors" : {
"whitestar" : [199, 245, 255],
"orangestar" : [255, 227, 199],
"yellowstar" : [245, 255, 199],
"bluestar" : [199, 199, 255],
"redstar" : [255, 213, 199]
}
}
}
}