GodotModding / GodotModding/godot-mod-loader
Load extensions and overwrites from directory
Open
enhancement
- Dominant language
- GDScript
- Stars
- 675
- Forks
- 54
- Avg merge
- 2m
- Merged PRs (30d)
- 2
Description
since we introduced the standard of mirroring the games's file system, we can also reduce the boilerplate required for extensions.
this would mean we walk the file system and use `load()` instead of preload, but it should not impact loading a lot in the grand scheme of things
Contributor guide
Assessment
This issue has not been assessed yet.