0

Is there anyway to change skins programatically using the spine-libgdx runtime?

If not, is there at least a way to remove individual body parts or add them?

Lucas B
  • 338
  • 4
  • 14

1 Answers1

2

You'd change skins like this.

Skeleton skeleton = new Skeleton(skeletonData);
...
skeleton.setSkin("goblin");