点击停止的节奏修改
This commit is contained in:
parent
7915edd14c
commit
e4881bb30d
@ -392,9 +392,12 @@ export class SlotScene extends Component {
|
||||
|
||||
// 滚轮没有开始旋转的时候不能停止
|
||||
if (!this.slotGame.isScroll()) return;
|
||||
|
||||
this.slotBar.manualStop();
|
||||
|
||||
this.scheduleOnce(() => {
|
||||
this.slotGame.manualStop();
|
||||
}, 0.3)
|
||||
|
||||
}
|
||||
|
||||
private handleErrSpin() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user