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
010b967a
Commit
010b967a
authored
Apr 08, 2020
by
邱旭
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
d1542273
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
MainScene.ts
egret/src/mainScene/MainScene.ts
+1
-1
PropGuide.ts
egret/src/something/uis/PropGuide.ts
+1
-1
No files found.
egret/src/mainScene/MainScene.ts
View file @
010b967a
...
...
@@ -1403,7 +1403,7 @@ export default class MainScene extends Scene {
this
.
stepCircle
=
new
egret
.
Shape
();
this
.
stepCircle
.
touchEnabled
=
true
;
this
.
stepCircle
.
graphics
.
beginFill
(
0xff0000
,
0
);
this
.
stepCircle
.
graphics
.
drawCircle
(
18
1
,
10
5
,
80
);
this
.
stepCircle
.
graphics
.
drawCircle
(
18
0
,
8
5
,
80
);
this
.
stepCircle
.
graphics
.
endFill
();
this
.
stepCircle
.
addEventListener
(
egret
.
TouchEvent
.
TOUCH_TAP
,
()
=>
{
this
.
sendPropUse
(
PropType
.
CHANCE_NUM
)
...
...
egret/src/something/uis/PropGuide.ts
View file @
010b967a
...
...
@@ -72,7 +72,7 @@ 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
.
drawArc
(
18
1
,
10
5
,
80
,
0
,
Math
.
PI
*
2
,
true
)
this
.
bg
.
graphics
.
drawArc
(
18
0
,
8
5
,
80
,
0
,
Math
.
PI
*
2
,
true
)
this
.
bg
.
graphics
.
endFill
();
this
.
msgTxt
.
text
=
"点击左上方步数,可为闯关时增加额外5次步数"
;
// this.msgTxt.x = 320;
...
...
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