Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
ET_07
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
template admin
ET_07
Commits
bfb201ce
Commit
bfb201ce
authored
Apr 19, 2021
by
范雪寒
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style: lien -> line
parent
077d64b0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
ET_07.js
play/assets/ET_07/scene/ET_07.js
+4
-4
No files found.
play/assets/ET_07/scene/ET_07.js
View file @
bfb201ce
...
@@ -425,8 +425,8 @@ cc.Class({
...
@@ -425,8 +425,8 @@ cc.Class({
graph
.
clear
();
graph
.
clear
();
const
posList
=
this
.
letterPosList
[
this
.
letter
];
const
posList
=
this
.
letterPosList
[
this
.
letter
];
const
li
en
List
=
this
.
getLineList
(
posList
);
const
li
ne
List
=
this
.
getLineList
(
posList
);
for
(
const
pen
of
li
en
List
)
{
for
(
const
pen
of
li
ne
List
)
{
for
(
const
line
of
pen
)
{
for
(
const
line
of
pen
)
{
this
.
drawALineLast
(
drawNode
,
line
.
startPos
,
line
.
endPos
,
cc
.
color
(
181
,
39
,
48
),
writingIdx
);
this
.
drawALineLast
(
drawNode
,
line
.
startPos
,
line
.
endPos
,
cc
.
color
(
181
,
39
,
48
),
writingIdx
);
await
asyncDelay
(
0.02
);
await
asyncDelay
(
0.02
);
...
@@ -509,8 +509,8 @@ cc.Class({
...
@@ -509,8 +509,8 @@ cc.Class({
graph
.
clear
();
graph
.
clear
();
const
posList
=
this
.
letterPosList
[
this
.
letter
];
const
posList
=
this
.
letterPosList
[
this
.
letter
];
const
li
en
List
=
this
.
getLineList
(
posList
);
const
li
ne
List
=
this
.
getLineList
(
posList
);
for
(
const
pen
of
li
en
List
)
{
for
(
const
pen
of
li
ne
List
)
{
for
(
const
line
of
pen
)
{
for
(
const
line
of
pen
)
{
this
.
drawALine
(
drawNode
,
line
.
startPos
,
line
.
endPos
,
cc
.
color
(
0
,
0
,
255
));
this
.
drawALine
(
drawNode
,
line
.
startPos
,
line
.
endPos
,
cc
.
color
(
0
,
0
,
255
));
}
}
...
...
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