mirror of https://github.com/axmolengine/axmol.git
use correct file (#16300)
This commit is contained in:
parent
73f80f4c73
commit
efc6da8439
|
@ -533,7 +533,7 @@ void Material_renderState::onEnter()
|
||||||
sprite->runAction(repeat);
|
sprite->runAction(repeat);
|
||||||
|
|
||||||
// SPINE
|
// SPINE
|
||||||
auto skeletonNode = spine::SkeletonAnimation::createWithFile("spine/goblins-ffd.json", "spine/goblins-ffd.atlas", 1.5f);
|
auto skeletonNode = spine::SkeletonAnimation::createWithFile("spine/goblins.json", "spine/goblins.atlas", 1.5f);
|
||||||
skeletonNode->setAnimation(0, "walk", true);
|
skeletonNode->setAnimation(0, "walk", true);
|
||||||
skeletonNode->setSkin("goblin");
|
skeletonNode->setSkin("goblin");
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue