bruvzg / gdsdecomp

Godot reverse engineering tools
MIT License
1.34k stars 134 forks source link

Fix import loading on >=4.0.2 #125

Closed nikitalita closed 1 year ago

nikitalita commented 1 year ago

Godot 4.0.2 started stripping out the "deps" and "params" sections from imports upon export, we need to recreate them if they don't exist.