-
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. |
private void LoadDrawStyles( | ||
ConfigNode draw_styles) { | ||
if (draw_styles == null) | ||
{ |
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.
Improper formatting.
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.