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
02610ea8
Commit
02610ea8
authored
Oct 22, 2019
by
wjf
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '1018' into dev
parents
7def75b5
cf049842
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
PropGuide.ts
egret/src/something/uis/PropGuide.ts
+6
-5
No files found.
egret/src/something/uis/PropGuide.ts
View file @
02610ea8
import
PropType
from
"../../PropType"
;
import
{
Tool
}
from
"../Tool"
;
/**
* 道具使用引导,初始化一次,然后用init初始化
...
...
@@ -86,11 +87,11 @@ export class PropGuide extends egret.DisplayObjectContainer {
this
.
bg
.
graphics
.
lineTo
(
750
,
1624
);
this
.
bg
.
graphics
.
lineTo
(
0
,
1624
);
this
.
bg
.
graphics
.
lineTo
(
0
,
0
);
this
.
bg
.
graphics
.
moveTo
(
15
,
275
);
this
.
bg
.
graphics
.
lineTo
(
15
,
990
);
this
.
bg
.
graphics
.
lineTo
(
750
-
15
,
990
);
this
.
bg
.
graphics
.
lineTo
(
750
-
15
,
275
);
this
.
bg
.
graphics
.
lineTo
(
15
,
275
);
this
.
bg
.
graphics
.
moveTo
(
Tool
.
offsetX
,
Tool
.
offsetY
);
this
.
bg
.
graphics
.
lineTo
(
Tool
.
offsetX
,
Tool
.
offsetY
+
Tool
.
height
*
Tool
.
rowNum
);
this
.
bg
.
graphics
.
lineTo
(
750
-
Tool
.
offsetX
,
Tool
.
offsetY
+
Tool
.
height
*
Tool
.
rowNum
);
this
.
bg
.
graphics
.
lineTo
(
750
-
Tool
.
offsetX
,
Tool
.
offsetY
);
this
.
bg
.
graphics
.
lineTo
(
Tool
.
offsetX
,
Tool
.
offsetY
);
this
.
bg
.
graphics
.
endFill
();
}
}
\ No newline at end of file
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