diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-03-16 11:07:44 +1100 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-03-16 11:07:44 +1100 |
commit | 8c2cca2bd038c6e81c510c6151c2741dcb836d0b (patch) | |
tree | 789fee576b98f89a803ee62e2288fc60f4db8d2f | |
parent | a63707cc59a7ac135534085b0ce4d069119bd4f5 (diff) | |
parent | 2cb1518894150b91ce76878c69b612ae934f501a (diff) |
Merge branch 'main' of https://github.com/OpenStarbound/OpenStarbound
-rw-r--r-- | README.md | 1 | ||||
-rw-r--r-- | assets/opensb/sky.config.patch | 4 |
2 files changed, 3 insertions, 2 deletions
@@ -23,5 +23,6 @@ Changes: * Additionally, objects can be placed under non-solid foreground tiles. * 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) 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 +} |