Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
game2048
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
熊东起
game2048
Commits
421effc1
Commit
421effc1
authored
May 09, 2020
by
wjf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
l
parent
2a10a741
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
output.js
output.js
+2
-2
PlayScene.ts
src/scenes/playScene/PlayScene.ts
+2
-2
No files found.
output.js
View file @
421effc1
This source diff could not be displayed because it is too large. You can
view the blob
instead.
src/scenes/playScene/PlayScene.ts
View file @
421effc1
...
...
@@ -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
=
getSound
On
()
//getSound
Status()
this
.
updateProp
(
this
.
gameData
.
bombCount
,
this
.
gameData
.
exchangeCount
,
this
.
gameData
.
netCount
)
// this.unlockGrade = this.gameData.unlockGrade ? this.gameData.unlockGrade : 2
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment