## Major features
- Adds title screen configuration (fixes#1027)
Todo list:
- [x] menuColor
- [x] factRequiredForTitle
- [x] conditionRequiredForTitle
- [x] skyBox
- [x] Music
- [x] rotationSpeed
- [x] menuPlanet
- [x] mergeWithOtherTitles
- [x] title screen handler api method
- [x] Docs
- [x] Multiple title screens for one mod

Starting out is a pain. So far I'm just sketching out what I will be implementing. How I will implement the merging of title screens is what is making me go insane.
- [ ] JOHN document keeploaded as in say what does this do with culling
- [ ] skybox factor for atmosphere probably
- [ ] maybe put multipliers for surface size?? probably not tho
<!-- A new module or something else important -->
## Major features
-
<!-- A new parameter added to a module, or API feature -->
## Minor features
- Added `allowShipAutoroll` to `Water` and `Atmosphere` (fixes#935)
- Replaced `invulnerableToSun` with `hasFluidDetector` and better
documented anglerfish making planets go gorp #830
<!-- Some improvement that requires no action on the part of add-on
creators i.e., improved star graphics -->
## Improvements
- Allows subtitles of any size now (images get rescaled if need be)
(fixes#893)
- Added documentation of naming scheme for alt ship log images (fixes
#848)
<!-- Be sure to reference the existing issue if it exists -->
## Bug fixes
- Fix subtitles start cycling before main menu is visible (fixes#844)
- Fix disappearing signalscope UI after warping to new star system
(fixes#934)
- Fix null primary body not defaulting to center of universe in other
star systems (fixes#933) (probably)
- Fix proxy details requiring "keepLoaded" set to true to work (fixes
#940)
- Handle proxy body edge case when all scales = 0 (fixes#941)