-
Hi,
I just noticed that new version of DragonBones can import Spine files.
Game maker studio is supporting Spine json format. Is it possible to make DragonBones to export spine like json format so …
-
it is very userful for me, but it dont support the lastest dragonbones designpanel, it is a little pity.
hope it can be updated quickly.thanks for the writer's effort.
-
I'm already working on making a wasp sprite and animating it in dragonbones, hence why I assigned myself.
Wessl updated
3 years ago
-
I have the following error when parsing DB 5.5 skeleton files:
```
Error: Nonsupport data version.
at dragonBones.parsers::ObjectDataParser/parseDragonBonesData()
at dragonBones.factories::BaseF…
-
```
Traceback (most recent call last):
File "~/.config/blender/2.79/scripts/addons/coa_tools/operators/export_dragonbones.py", line 1174, in execute
self.json_data["armature"][0]["skin"] = ge…
-
Hello,
I was very excited by the mesh feature in DragonBones, and I had good fun with it in DragonBones Pro.
However, when I imported successfully my animation into Phaser, I got the warning mes…
-
Sometime ago I ported dragonbones to Java: https://github.com/soywiz/DragonBonesJava
I have seen that there are other efforts: https://github.com/GDoom/DragonBonesJava https://github.com/DragonBones/…
-
armature.display.touchEnabled=false;
armature.display.touchChildren=false;
问题描述 龙骨点击事件禁用后,依然阻止点击事件冒泡,无法点击背后的
错误代码 let armature:dragonBones.Armature=dragonBones.EgretFactory.factory.buildArmature(id…
-
-
Sorry i write it's here, but noone checks PR last time.
I did many dragonbones improvments for phaser 3.
1 - Second scene bug fix.
2 - Draw ordering in animation bug fix.
3 - Diffirent fixes for I…