Skip to content

RimWorld-CCL-Reborn/SettingsHelper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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