mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-06 07:14:55 +08:00
Clean up.
This commit is contained in:
parent
68fcaed97d
commit
6c0eecc4c2
@ -71,7 +71,7 @@ bool SpineboyExample::init () {
|
||||
skeletonNode->addAnimation(0, "run", true);
|
||||
|
||||
skeletonNode->setStartListener(jumpEntry, [] (int trackIndex) {
|
||||
CCLog("jumped!", trackIndex);
|
||||
CCLog("jumped!");
|
||||
});
|
||||
|
||||
// skeletonNode->addAnimation(1, "test", true);
|
||||
|
||||
@ -71,7 +71,7 @@ bool SpineboyExample::init () {
|
||||
skeletonNode->addAnimation(0, "run", true);
|
||||
|
||||
skeletonNode->setStartListener(jumpEntry, [] (int trackIndex) {
|
||||
log("jumped!", trackIndex);
|
||||
log("jumped!");
|
||||
});
|
||||
|
||||
// skeletonNode->addAnimation(1, "test", true);
|
||||
|
||||
@ -71,7 +71,7 @@ bool SpineboyExample::init () {
|
||||
skeletonNode->addAnimation(0, "run", true);
|
||||
|
||||
skeletonNode->setStartListener(jumpEntry, [] (int trackIndex) {
|
||||
log("jumped!", trackIndex);
|
||||
log("jumped!");
|
||||
});
|
||||
|
||||
// skeletonNode->addAnimation(1, "test", true);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user