Skip to content

Commit

Permalink
Amount of air color mix with atmosphere standard color is now fully s…
Browse files Browse the repository at this point in the history
…ettable from planetinfo.plist using the air_color_mix_ratio key. The atmosphere color mix ratio can be set by scripts too, using the read/write system.info.air_color_mix_ratio property.
  • Loading branch information
AnotherCommander committed Jul 23, 2020
1 parent 95ab3d4 commit 3021c8f
Show file tree
Hide file tree
Showing 7 changed files with 2,076 additions and 2 deletions.
1 change: 1 addition & 0 deletions Resources/Config/material-defaults.plist
Expand Up @@ -124,6 +124,7 @@
atmPosition = "relativePosition";
atmRadius = "collisionRadius";
atmColor = "airColor";
atmColorMixRatio = "airColorMixRatio";
};
};
"atmosphere-dynamic-macros" =
Expand Down

0 comments on commit 3021c8f

Please sign in to comment.