choke: not important

main
tiendat3699 2024-04-25 09:17:42 +07:00
parent fdcac05655
commit c605c62e02
3 changed files with 3443 additions and 3577 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -77,6 +77,8 @@ export class TutorialController extends Component {
if (this._canShow) { if (this._canShow) {
this._tapL.active = true; this._tapL.active = true;
this._tapR.active = true; this._tapR.active = true;
this._tapLEffect.node.active = true;
this._tapREffect.node.active = true;
tween(this._tapL) tween(this._tapL)
.call(() => this._tapLEffect.clear()) .call(() => this._tapLEffect.clear())
@ -103,8 +105,8 @@ export class TutorialController extends Component {
Tween.stopAllByTarget(this._tapR); Tween.stopAllByTarget(this._tapR);
this._timer = 0; this._timer = 0;
this._showed = false; this._showed = false;
this._tapLEffect.stop(); this._tapLEffect.node.active = false;
this._tapREffect.stop(); this._tapREffect.node.active = false;
this._tapL.active = false; this._tapL.active = false;
this._tapR.active = false; this._tapR.active = false;
} }