bug
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m28s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m28s
This commit is contained in:
parent
e1734f24df
commit
9c5966dd84
@ -208,7 +208,7 @@ export class SlotGame extends Component {
|
|||||||
this.rollerManager.node.off(ROLLER_COMBINE_EVENT.ALL_ROLLER_ICONS_CREATED, this.onAllRollerIconsCreated, this);
|
this.rollerManager.node.off(ROLLER_COMBINE_EVENT.ALL_ROLLER_ICONS_CREATED, this.onAllRollerIconsCreated, this);
|
||||||
this.rollerManager.node.off(ROLLER_COMBINE_EVENT.ALL_ROLLER_ICONS_FALLEN, this.onAllRollerIconsFallen, this);
|
this.rollerManager.node.off(ROLLER_COMBINE_EVENT.ALL_ROLLER_ICONS_FALLEN, this.onAllRollerIconsFallen, this);
|
||||||
|
|
||||||
IconEventBus.on('ICON_CLICKED', this.onIconClicked, this);
|
IconEventBus.off('ICON_CLICKED', this.onIconClicked, this);
|
||||||
}
|
}
|
||||||
|
|
||||||
private currentBgState: boolean = true; // 记录当前背景状态,默认为普通模式(false)
|
private currentBgState: boolean = true; // 记录当前背景状态,默认为普通模式(false)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user