Skip to content

Godot Project Doctor Mini v0.2.6

Choose a tag to compare

@Vav-Labs Vav-Labs released this 25 May 08:35
· 5 commits to master since this release
  • Removed svg from texture source extensions in import_settings_check.gd. SVGs cannot be loaded with Image.load() at runtime and produced a console warning on every scan of a project with an SVG icon.
  • Extended export-ignore rules so GitHub source archives contain only addons/, README.md, LICENSE, CHANGELOG.md, and CONTRIBUTING.md.
  • Added *.code-workspace to .gitignore.