godot-build-options-generator / godot-build-options-generator.github.io

Generate SCons options to compile custom export templates with size optimizations
https://godot-build-options-generator.github.io/
MIT License
32 stars 7 forks source link

Update to match 3.5 and add missing modules #10

Closed DeeJayLSP closed 1 year ago

DeeJayLSP commented 1 year ago

Reorganized in alphabetical order and added some missing modules (except those with editor-only).

Not sure if WebP should be considered critical to work.

If merged, I would like #6 to be considered superseded.

Calinou commented 1 year ago

Not sure if WebP should be considered critical to work.

I'd say yes, as nearly all 3.5+ projects won't load correctly if you disable the WebP module. As a result, I'd remove it from the list of modules you can disable.

DeeJayLSP commented 1 year ago

Done. I also excluded etc since it is editor-only.