bruvzg / gdsdecomp

Godot reverse engineering tools
MIT License
1.44k stars 142 forks source link

Fix godot 2.x and 3.x variant type print #17

Closed nikitalita closed 3 years ago

nikitalita commented 3 years ago

v3 and v2 Variant type names were not printing correctly due to using the v4 Variant enum and print function, change to use backported get_type_name

nikitalita commented 3 years ago

I fixed the variant printing on the dev versions, and I also fixed the "as" keyword not being ensured a space.

bruvzg commented 3 years ago

Superseded by #19