自动旋转停止按钮调整
This commit is contained in:
parent
275562c9b8
commit
96ad38cf71
File diff suppressed because it is too large
Load Diff
@ -442,7 +442,6 @@ export class SlotGame extends Component {
|
|||||||
this.normalTotalWinSprite.active = false;
|
this.normalTotalWinSprite.active = false;
|
||||||
}
|
}
|
||||||
if (needTopScore) {
|
if (needTopScore) {
|
||||||
console.log('TEST', needTopScore)
|
|
||||||
this.allScore += score
|
this.allScore += score
|
||||||
this.normalWinLabel_top.string = gold2cash(score);
|
this.normalWinLabel_top.string = gold2cash(score);
|
||||||
tween(this.normalWinLabel_top.node)
|
tween(this.normalWinLabel_top.node)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user