mauville-technologies / godot_dragonbones

Plugin module for Godot 2.1 & Godot 3 Game Engine to use DragonBones
MIT License
85 stars 13 forks source link

fix enums bindings #34

Open GeTechG opened 2 years ago

GeTechG commented 2 years ago

I wanted to bind rust language together with godot_dragonbones via gdnative, but faced with the fact that enums which are returned from methods in Godot have no bindings, or rather they are made constants, so generated api.json had no enums, I corrected this. Please see if this breaks anything, I never wrote modules for godot but it works fine for me.