POG Config
In-game MOD SETTINGS panel for Pit of Goblin mods. Provides toggles, sliders with numeric input, options lists, and keybind entries. Dependency for other POG mods.
By Largo
CHANGELOG
Changelog
1.0.2
SliderEntrynow exposesLabelFractionandValueFractionproperties so mod authors can override the default column widths (35 % / 15 % / 50 %) via object initializer syntax.
1.0.1
- Added
OptionsSliderEntryfor discrete string option lists. - Added
KeyEntry.AllowMouseButtonsopt-in property to allow mouse button binding. - Added
POGConfig.PanelOpenpublic property; other mods can suppress hotkeys while the panel is open. - Added vertical scrollbar; scroll wheel supported.
- Added marquee text animation for long labels and value strings (hover to scroll).
1.0.0
- Initial release: in-game settings UI framework for Pit of Goblin mods.
ToggleEntry,SliderEntry,KeyEntry.- MelonPreferences persistence via
prefKey.