scayze / MagicaVoxel-Importer

An Plugin for the GodotEngine to import MagicaVoxel's .vox format as meshes.
MIT License
55 stars 10 forks source link

method to_rgb is not declared #9

Closed ghost closed 5 years ago

ghost commented 5 years ago

to_rgb no longer exists in newer Godot. I don't quite know how to fix this.

capture

ghost commented 5 years ago

I assume the fix is Color(voxColors[d.color]-1)

scayze commented 5 years ago

this is now fixed, sorry for taking so long