Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
game2048
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
熊东起
game2048
Commits
9cecdfa0
Commit
9cecdfa0
authored
Apr 24, 2020
by
wjf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
l
parent
55ea3cbc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
PropPanel.ts
src/panels/PropPanel.ts
+2
-2
No files found.
src/panels/PropPanel.ts
View file @
9cecdfa0
...
@@ -83,8 +83,8 @@ export class PropPanel extends Panel {
...
@@ -83,8 +83,8 @@ export class PropPanel extends Panel {
this
.
getPropBtn
=
this
.
addChild
(
new
Button
(
RES
.
getRes
(
"huoqudaoju.png"
)))
this
.
getPropBtn
=
this
.
addChild
(
new
Button
(
RES
.
getRes
(
"huoqudaoju.png"
)))
this
.
getPropBtn
.
position
.
set
(
383
,
926
);
this
.
getPropBtn
.
position
.
set
(
383
,
926
);
//文案
//文案
this
.
bomb
CountTxt
=
this
.
addChild
(
Tool
.
addText
(
""
,
28
,
"#ffffff"
,
undefined
,
70
,
194
,
728
))
this
.
exchange
CountTxt
=
this
.
addChild
(
Tool
.
addText
(
""
,
28
,
"#ffffff"
,
undefined
,
70
,
194
,
728
))
this
.
exchange
CountTxt
=
this
.
addChild
(
Tool
.
addText
(
""
,
28
,
"#ffffff"
,
undefined
,
70
,
377
,
728
))
this
.
bomb
CountTxt
=
this
.
addChild
(
Tool
.
addText
(
""
,
28
,
"#ffffff"
,
undefined
,
70
,
377
,
728
))
this
.
netCountTxt
=
this
.
addChild
(
Tool
.
addText
(
""
,
28
,
"#ffffff"
,
undefined
,
70
,
556
,
728
))
this
.
netCountTxt
=
this
.
addChild
(
Tool
.
addText
(
""
,
28
,
"#ffffff"
,
undefined
,
70
,
556
,
728
))
//点击区域
//点击区域
this
.
exchangeArea
=
this
.
addChild
(
Tool
.
addRect
(
126
,
142
,
undefined
,
0
,
0
,
117
,
717
))
this
.
exchangeArea
=
this
.
addChild
(
Tool
.
addRect
(
126
,
142
,
undefined
,
0
,
0
,
117
,
717
))
...
...
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