GodotExplorer / spine

Spine module for godot game engine
Other
132 stars 34 forks source link

Rename set_z to set_z_index #5

Closed arthurtemple closed 6 years ago

arthurtemple commented 6 years ago

Following commit eaf100e on godot master, Node2D::set_z() is now known as Node2D::set_z_index(). This PR handles similar refactoring for the module and ensures proper compilation against latest godot's master branch.

Geequlim commented 6 years ago

Thanks.