|
|
@@ -113,7 +113,6 @@ cc.Class({
|
|
|
{
|
|
|
this.m_tipGang.active = true;
|
|
|
aniNode = this.m_tipGang.getComponent("SpineAnimationCtrl");
|
|
|
- show2Effect = false;
|
|
|
aniName = ["gang_loop"];
|
|
|
break;
|
|
|
}
|
|
|
@@ -121,7 +120,6 @@ cc.Class({
|
|
|
{
|
|
|
this.m_tipGangBu.active = true;
|
|
|
aniNode = this.m_tipGangBu.getComponent("SpineAnimationCtrl");
|
|
|
- show2Effect = false;
|
|
|
aniName = ["gang_loop"];
|
|
|
break;
|
|
|
}
|