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
ece84fb2
Commit
ece84fb2
authored
Apr 16, 2020
by
zjz1994
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
大炮,大炮石头的黑洞支持
parent
ba9b57d8
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
266 additions
and
328 deletions
+266
-328
MainScene.ts
egret/src/mainScene/MainScene.ts
+259
-323
Chapter25.ts
egret/src/something/chapters/Chapter25.ts
+3
-3
Element.ts
egret/src/something/class/Element.ts
+4
-2
No files found.
egret/src/mainScene/MainScene.ts
View file @
ece84fb2
This diff is collapsed.
Click to expand it.
egret/src/something/chapters/Chapter25.ts
View file @
ece84fb2
...
...
@@ -23,7 +23,7 @@ export const Chapters25: ChapterData[] = [
1
,
1
,
1
,
0
,
0
,
0
,
0
,
0
,
0
],
WORMHOLE
:[
[
1
,
6
,
45
,
71
]
[
1
,
8
,
46
,
71
]
],
connectedLats
:
[
[
27
,
45
],
...
...
@@ -52,12 +52,12 @@ export const Chapters25: ChapterData[] = [
// [ 72, 53 ]
// ],
elements
:
[
1
,
19
,
1
,
1
,
1
,
1
,
22
,
1
,
1
,
1
,
19
,
1
,
1
,
1
,
1
,
1
,
1
,
22
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
3
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
22
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
22
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
18
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
...
...
egret/src/something/class/Element.ts
View file @
ece84fb2
...
...
@@ -866,9 +866,11 @@ export class Element extends eui.Component {
this
.
addChild
(
this
.
festivalEle
)
}
}
//大炮编号
cannobianhao
:
number
;
//添加炮台
createCanno
(
videoItem
:
any
){
createCanno
(
videoItem
:
any
,
cannobianhao
:
number
){
this
.
cannobianhao
=
cannobianhao
;
if
(
this
.
type
==
ElementType
.
CANNO
&&
videoItem
){
if
(
this
.
cannoMoveClip
){
if
(
this
.
cannoMoveClip
.
parent
){
...
...
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