sanja-sa / gddragonbones

Plugin module for Godot 2.1 ... Godot 3.4 Game Engine to use DragonBones
MIT License
95 stars 44 forks source link

how to attach nodes to bones? #23

Open supagu opened 6 years ago

supagu commented 6 years ago

I have animated a character and I want to put a weapon in his hand. How can I get the hand as a node to attach my weapon node to?

Ranoller commented 6 years ago

I don't think you can get a bone like a node. you can use an anination player in godot and follow the animation to do that.