Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
X
xiaoxiaole
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
wildfirecode13
xiaoxiaole
Commits
a920eed1
Commit
a920eed1
authored
Nov 09, 2019
by
wjf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
l
parent
18c18d93
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
MainScene.ts
egret/src/mainScene/MainScene.ts
+2
-2
Chapter11.ts
egret/src/something/chapters/Chapter11.ts
+1
-1
No files found.
egret/src/mainScene/MainScene.ts
View file @
a920eed1
...
...
@@ -729,7 +729,7 @@ export default class MainScene extends Scene {
this
.
lattices
[
festivalIndex
].
element
.
visible
=
false
;
ani
.
play
(
p
,
()
=>
{
this
.
lattices
[
festivalIndex
].
element
.
visible
=
true
;
RectsWaveAni
(
this
.
lattices
,
this
.
map
)
RectsWaveAni
(
this
.
lattices
,
this
.
map
)
//检查三消
if
(
this
.
threeMatch
())
{
this
.
eliminate
();
...
...
@@ -955,7 +955,7 @@ export default class MainScene extends Scene {
this
.
propGuide
.
once
(
egret
.
TouchEvent
.
TOUCH_TAP
,
()
=>
{
//还原事件
this
.
addEventListener
(
egret
.
Event
.
ENTER_FRAME
,
this
.
onEnterFrame
,
this
);
this
.
removeChild
(
this
.
stepCircle
)
if
(
this
.
stepCircle
.
parent
)
this
.
removeChild
(
this
.
stepCircle
)
},
this
);
}
}
...
...
egret/src/something/chapters/Chapter11.ts
View file @
a920eed1
...
...
@@ -556,7 +556,7 @@ export const Chapters11: ChapterData[] = [
bubbleProbability
:
0
,
stepCount
:
29
,
passTarget
:
{
type
:
1
,
elements
:
[{
type
:
1
,
count
:
45
},
{
type
:
5
,
count
:
12
}]
},
starScores
:
[],
starScores
:
[
5000
,
12000
,
21000
],
map
:
{
lattices
:
[
0
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
0
,
...
...
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