Zylann / godot_scatter_plugin

A tool to help placing lots of environment props in a scene
188 stars 31 forks source link

Refactoring broke adding new items to scatter list #14

Closed wojtekpil closed 3 years ago

wojtekpil commented 3 years ago

After latest commit I cannot add new items to scatter list. It seems that methods add_pattern(...) and remove_pattern(...) were renamed with underscore prefix. And calls to ur.add_do_method(self, "add_pattern", path); doesn't work anymore.

Zylann commented 3 years ago

Fixed by #15