GodotModding / GodotModding/godot-mod-loader
Mod Config: Add API method to store a config value
Open
3.x
4.x
enhancement
- Dominant language
- GDScript
- Stars
- 675
- Forks
- 54
- Avg merge
- 2m
- Merged PRs (30d)
- 2
Description
Currently, the only way to update the config file is via `ModLoaderConfig.update_config()`. Adding a method to update a specific value within the config would be a nice quality-of-life improvement.
https://github.com/GodotModding/godot-mod-loader/blob/aab3aaa089f75404f07dd790aa193bb430a5582a/addons/mod_loader/api/config.gd#L72-L101
Contributor guide
Assessment
This issue has not been assessed yet.