Merge pull request #37 from N1ffe/update-readme-25
Update readme for PR#25 [skip ci]
This commit is contained in:
commit
2cb1518894
@ -23,5 +23,6 @@ Changes:
|
|||||||
* Additionally, objects can be placed under non-solid foreground tiles.
|
* Additionally, objects can be placed under non-solid foreground tiles.
|
||||||
|
|
||||||
* Some minor polish to UI
|
* Some minor polish to UI
|
||||||
|
* Skybox sun now matches the system type you're currently in. Previously generated planets will not have this feature and will display the default sun. Modded system types require a patch to display their custom sun. Additionally, you can also access now skybox sun scale and its default ray colors. For more details see [sky.config.patch](https://github.com/OpenStarbound/OpenStarbound/blob/main/assets/opensb/sky.config.patch).
|
||||||
|
|
||||||
[Discord](https://discord.gg/D4QqtBNmAY)
|
[Discord](https://discord.gg/D4QqtBNmAY)
|
||||||
|
@ -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 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user