bruvzg / gdsdecomp

Godot reverse engineering tools
MIT License
1.42k stars 138 forks source link

Fix import path bug #42

Closed nikitalita closed 2 years ago

nikitalita commented 2 years ago

Fixes bug where if godot 3.x-4.x imports had more than one export path, then it would fail to load.

Fixes #37

bruvzg commented 2 years ago

Thanks!