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
e0e7b4c0
Commit
e0e7b4c0
authored
Jan 20, 2020
by
邱旭
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '122' of
http://gitlab2.dui88.com/wanghongyuan/xiaoxiaole
into 122
parents
dcfaf443
1a636440
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
16 deletions
+9
-16
index.html
egret/index.html
+1
-0
MainScene.ts
egret/src/mainScene/MainScene.ts
+1
-1
Chapter14.ts
egret/src/something/chapters/Chapter14.ts
+4
-4
getChapter.ts
egret/src/something/chapters/getChapter.ts
+3
-0
Element.ts
egret/src/something/class/Element.ts
+0
-11
No files found.
egret/index.html
View file @
e0e7b4c0
...
...
@@ -124,6 +124,7 @@
}
</script>
<script>
// window['fresp']
window
[
'signconfigs'
]
=
[
{
nums
:
'0.10元'
,
type
:
'quan10'
},
{
nums
:
'*1'
,
type
:
'hammer'
},
...
...
egret/src/mainScene/MainScene.ts
View file @
e0e7b4c0
...
...
@@ -148,7 +148,7 @@ const redBombPanelName = "RedBombAlert";
const
fesChapterData
:
number
[]
=
[];
for
(
let
i
=
1
;
i
<
999
;
i
++
)
{
/// TODO 测试
if
(
i
==
25
||
i
==
44
||
i
==
226
)
continue
;
if
(
i
==
25
||
i
==
44
||
i
==
226
||
i
==
330
)
continue
;
fesChapterData
.
push
(
i
);
}
...
...
egret/src/something/chapters/Chapter14.ts
View file @
e0e7b4c0
This diff is collapsed.
Click to expand it.
egret/src/something/chapters/getChapter.ts
View file @
e0e7b4c0
...
...
@@ -13,6 +13,9 @@ import { Chapters6 } from "./Chapter6";
import
{
Chapters7
}
from
"./Chapter7"
;
import
{
Chapters8
}
from
"./Chapter8"
;
import
{
Chapters9
}
from
"./Chapter9"
;
import
{
PassTargetData
}
from
"../interface/PassTargetData"
;
import
{
PassType
}
from
"../enum/PassType"
;
import
{
submitTran
}
from
"../enum/ElementType"
;
//所有的关卡
const
chapters
:
ChapterData
[]
=
[].
concat
(
...
...
egret/src/something/class/Element.ts
View file @
e0e7b4c0
...
...
@@ -127,18 +127,7 @@ export class Element extends eui.Component {
this
.
toStandByAction
();
}
if
(
mv
.
currentFrame
==
391
)
{
r
();
// const tex: egret.Texture = RES.getRes("ele20_png");
// const pic = new egret.Bitmap(tex);
// pic.anchorOffsetX = tex.textureWidth / 2;
// pic.anchorOffsetY = tex.textureHeight;
// pic.x = p[0];
// pic.y = p[1];
// this.stage.addChild(pic);
// egret.Tween.get(pic).set({ scaleX: 0, scaleY: 0 }).to({ scaleX: 1.1, scaleY: 1.1 }, 300).wait(1000).call(()=>{
// pic.parent.removeChild(pic);
// });
}
};
this
.
_mv
.
addEventListener
(
egret
.
Event
.
ENTER_FRAME
,
cb
,
this
);
...
...
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