use correct file (#16300)

This commit is contained in:
minggo 2016-08-03 15:13:04 +08:00 committed by GitHub
parent 73f80f4c73
commit efc6da8439
1 changed files with 1 additions and 1 deletions

View File

@ -533,7 +533,7 @@ void Material_renderState::onEnter()
sprite->runAction(repeat);
// 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->setSkin("goblin");