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
bcdcc964
Commit
bcdcc964
authored
Mar 09, 2020
by
wildfirecode
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
29bacdb5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
10 deletions
+3
-10
doConveyorAI.ts
egret/src/mainScene/doConveyorAI.ts
+0
-7
Chapter19.ts
egret/src/something/chapters/Chapter19.ts
+3
-3
No files found.
egret/src/mainScene/doConveyorAI.ts
View file @
bcdcc964
...
...
@@ -43,13 +43,6 @@ export default async (thisObj: MainScene) => {
const
conveyorList
=
thisObj
.
chapterData
.
map
.
conveyor
;
if
(
!
conveyorList
)
return
null
;
for
(
const
conveyor
of
conveyorList
)
{
// let ani = conBgAniCahce[conveyor.toString()];
// if (!ani) {
// ani = new ConBgAni(thisObj, conveyor, conveyorList);
// }
// ani.play();
const
list
=
fillConveyor
(
conveyor
);
const
targetIndexs
=
getTargetIndexs
(
conveyor
);
console
.
log
(
list
,
targetIndexs
);
...
...
egret/src/something/chapters/Chapter19.ts
View file @
bcdcc964
...
...
@@ -30,10 +30,10 @@ export const Chapters19: ChapterData[] = [
0
,
0
,
0
,
0
,
1
,
0
,
0
,
0
,
0
,
],
conveyor
:[
// [20
,56],
[
29
,
56
],
[
57
,
60
],
// [51,24
],
// [23,21
],
[
51
,
33
],
[
32
,
30
],
],
conveyorConnectedLats
:[
[
76
,
29
]
...
...
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