daviscook477 / BaseMod

Slay the Spire mod which provides a modding API and a dev console
MIT License
409 stars 113 forks source link

- Add backend config value for adjusting ImGUI toggle key #387

Closed SevenDayCandle closed 1 year ago

SevenDayCandle commented 1 year ago

This PR adds a config value called "imgui-toggle-key" that determines what key (in conjunction with Shift) needs to be pressed to toggle ImGUI on or off.

For now, this is only editable in the backend (i.e. adding something like imgui-toggle-key=[ to the basemod-config.properties file in your AppData folder, but I can follow up with a frontend config item if desired.