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
74b24e6e
Commit
74b24e6e
authored
Jan 07, 2020
by
wildfirecode
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
374f827e
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
141 additions
and
684 deletions
+141
-684
Chapter12 copy.ts
egret/src/something/chapters/Chapter12 copy.ts
+0
-634
Chapter13.ts
egret/src/something/chapters/Chapter13.ts
+132
-50
Chapter14.ts
egret/src/something/chapters/Chapter14.ts
+7
-0
getChapter.ts
egret/src/something/chapters/getChapter.ts
+2
-0
No files found.
egret/src/something/chapters/Chapter12 copy.ts
deleted
100644 → 0
View file @
374f827e
This diff is collapsed.
Click to expand it.
egret/src/something/chapters/Chapter13.ts
View file @
74b24e6e
This diff is collapsed.
Click to expand it.
egret/src/something/chapters/Chapter14.ts
0 → 100644
View file @
74b24e6e
import
{
ChapterData
}
from
"../interface/ChapterData"
;
import
{
PassType
}
from
"../enum/PassType"
;
import
{
ElementType
}
from
"../enum/ElementType"
;
export
const
Chapters14
:
ChapterData
[]
=
[
]
\ No newline at end of file
egret/src/something/chapters/getChapter.ts
View file @
74b24e6e
...
...
@@ -15,6 +15,7 @@ import { PassType } from "../enum/PassType";
import
{
submitTran
}
from
"../enum/ElementType"
;
import
{
Chapters12
}
from
"./Chapter12"
;
import
{
Chapters13
}
from
"./Chapter13"
;
import
{
Chapters14
}
from
"./Chapter14"
;
//所有的关卡
const
chapters
:
ChapterData
[]
=
[].
concat
(
...
...
@@ -31,6 +32,7 @@ const chapters: ChapterData[] = [].concat(
Chapters11
,
Chapters12
,
Chapters13
,
Chapters14
,
)
// 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