Commit 421effc1 authored by wjf's avatar wjf

l

parent 2a10a741
This diff is collapsed.
......@@ -4,7 +4,7 @@ import { PropOutPanel } from './../../panels/PropOutPanel';
import { showWaiting, hideWaiting } from './../../../module/ctrls/waitingCtrl';
import { PropType, submit } from './../../commonNet';
import { UnlockPanel } from './../../panels/UnlockPanel';
import { playSound } from './../../../module/ctrls/soundCtrl';
import { playSound, getSoundOn } from './../../../module/ctrls/soundCtrl';
import { FrameAni } from './../../../engine/2d/ui/FrameAni';
import { MovieClip } from './../../../engine/2d/svga/MovieClip';
import { Shape } from './../../../engine/2d/graphics/Shape';
......@@ -205,7 +205,7 @@ export class PlayScene extends Scene {
this.generateOneElement()
}
this.isPlayMusic = getSoundStatus()
this.isPlayMusic = getSoundOn()//getSoundStatus()
this.updateProp(this.gameData.bombCount, this.gameData.exchangeCount, this.gameData.netCount)
// this.unlockGrade = this.gameData.unlockGrade ? this.gameData.unlockGrade : 2
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment