wojtekpil / Godot-Octahedral-Impostors

Octahedral Impostors implementation for Godot Game Engine
MIT License
270 stars 30 forks source link

Avoid polluting the global namespace #13

Closed wojtekpil closed 3 years ago

wojtekpil commented 4 years ago

Remove usage of class_name. Try to avoid polluting the global namespace in order to prevent naming conflicts with the users own project classes.

wojtekpil commented 3 years ago

Solved in v2.0