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
7c1d9126
Commit
7c1d9126
authored
Aug 29, 2019
by
wjf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
l
parent
e32a30b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
MainScene.ts
egret/src/mainScene/MainScene.ts
+5
-1
No files found.
egret/src/mainScene/MainScene.ts
View file @
7c1d9126
...
@@ -1149,7 +1149,11 @@ export default class MainScene extends Scene {
...
@@ -1149,7 +1149,11 @@ export default class MainScene extends Scene {
var
downIndex
=
index
;
var
downIndex
=
index
;
while
(
this
.
emptys
.
indexOf
(
downIndex
)
>
-
1
)
{
while
(
this
.
emptys
.
indexOf
(
downIndex
)
>
-
1
)
{
arr
.
push
(
downIndex
);
arr
.
push
(
downIndex
);
downIndex
+=
Tool
.
colNum
;
if
(
this
.
lattices
[
downIndex
].
down
!=
null
)
{
downIndex
=
this
.
lattices
[
downIndex
].
down
;
}
else
{
downIndex
+=
Tool
.
colNum
;
}
}
}
var
p
=
Tool
.
getPositionByIndex
(
index
);
var
p
=
Tool
.
getPositionByIndex
(
index
);
var
len
=
arr
.
length
;
//越前面的越上面,y越小
var
len
=
arr
.
length
;
//越前面的越上面,y越小
...
...
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