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
b464dbfd
Commit
b464dbfd
authored
Nov 11, 2020
by
zhangjinzhou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1111版本
parent
b18df1ee
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
417 additions
and
6 deletions
+417
-6
Chapter48.ts
egret/src/something/chapters/Chapter48.ts
+3
-3
Chapter54.ts
egret/src/something/chapters/Chapter54.ts
+410
-1
getChapter.ts
egret/src/something/chapters/getChapter.ts
+4
-2
No files found.
egret/src/something/chapters/Chapter48.ts
View file @
b464dbfd
...
...
@@ -157,9 +157,9 @@ export const Chapters48: ChapterData[] = [
1
,
1
,
4
,
1
,
1
,
1
,
4
,
1
,
1
,
2
,
1
,
4
,
1
,
1
,
1
,
4
,
1
,
2
,
2
,
1
,
4
,
1
,
1
,
1
,
4
,
1
,
2
,
2
,
1
,
5
,
1
,
1
,
1
,
5
,
1
,
2
,
1
,
1
,
1
,
5
,
1
,
5
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
5
,
1
,
1
,
1
,
1
,
2
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
2
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
],
baseElements
:
[
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
],
recycles
:
[
47
,
57
,
59
,
51
,
67
],
foodsdata
:
[
],
generateLats
:
[
{
index
:
0
,
type
:
null
},
{
index
:
1
,
type
:
null
},
{
index
:
4
,
type
:
null
},
{
index
:
7
,
type
:
null
},
{
index
:
8
,
type
:
null
}
]
}
},
//1148
{
baseElementTypes
:
[
1
,
0
,
2
,
4
,
3
],
bubbleProbability
:
0
,
stepCount
:
20
,
passTarget
:
{
type
:
1
,
elements
:
[
{
type
:
36
,
count
:
75
}
]
},
starScores
:
[
15000
,
20000
,
25000
],
map
:
{
lattices
:
[
...
...
egret/src/something/chapters/Chapter54.ts
View file @
b464dbfd
This diff is collapsed.
Click to expand it.
egret/src/something/chapters/getChapter.ts
View file @
b464dbfd
...
...
@@ -55,6 +55,7 @@ import { Chapters50 } from "./Chapter50";
import
{
Chapters51
}
from
"./Chapter51"
;
import
{
Chapters52
}
from
"./Chapter52"
;
import
{
Chapters53
}
from
"./Chapter53"
;
import
{
Chapters54
}
from
"./Chapter54"
;
//所有的关卡
const
chapters
:
ChapterData
[]
=
[].
concat
(
Chapters1
,
...
...
@@ -109,7 +110,8 @@ const chapters: ChapterData[] = [].concat(
Chapters50
,
Chapters51
,
Chapters52
,
Chapters53
Chapters53
,
Chapters54
)
// console.log(chapters)
chapters
.
forEach
((
chapter
,
index
)
=>
{
...
...
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