Commit ece84fb2 authored by zjz1994's avatar zjz1994

大炮,大炮石头的黑洞支持

parent ba9b57d8
This diff is collapsed.
......@@ -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
......
......@@ -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){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment