-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added drawing style configuration #2816
Added drawing style configuration #2816
Conversation
[Automated message from GitHub Pull Request Builder] Answer "ok to test" to trigger testing of this PR. |
@@ -2384,6 +2402,76 @@ class PartCentredForceHolder { | |||
planetarium_camera_adjuster_.should_transfer_camera_coordinates = true; | |||
} | |||
|
|||
private void ParseDrawStyle( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Move this function to https://github.com/mockingbirdnest/Principia/blob/master/ksp_plugin_adapter/config_node_parsers.cs, and make it an extension method (this ConfigNode parameters
).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have moved these as requested, and renamed to fit the existing style.
4c1d15c
to
5650d7e
Compare
I can haz some documentation in the Wiki (there is a section about configuration files)? We cannot expect users to read the code to figure out how to play with the colours. |
Adds user configurable drawing styles for trajectories via an MM patch.
I think this addresses #869.