Request: Use custom path for Settings class #130
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It could be useful to add a path property to Settings item, like this:
We can use this constructor to do that in the Settings class
As you can see, there's no defined properties in the Settings item, but settings are already defined in the INI file, so the Settings could be able to define all properties using defined settings (like window_width, window_height and hud_color in my example).