Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.17 KB

README.md

File metadata and controls

23 lines (18 loc) · 1.17 KB

SettingsHelper RimWorld 1.3 Wiki

This helper is used to simplify working with settings GUIs. Extends Listing_Standard to have additional functionality.

Features

  • Works with labels and numericals for text fields, checkboxes, radioboxes, and sliders
  • Add label lines
  • Add list of radio boxes
  • Add horizontal line
  • Utilities for splitting rectangles
  • Color picker utility for providing UI for picking a color (credits to KaimeV)

Improvements

  • Need more/better default values, parameters
  • Radio boxes and other lists need more helpers

Notes

  • First version of this was ModWindowHelper which used it's own helper for keeping track of position in the UI.

Acknowledgements

  • Erdelf for the original examples and continued suggestions towards documentation.
  • KiameV for original ColorPicker.
  • Fluffy for new ColourPicker