Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
douyin_xiaoxiaole
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
douyin_xiaoxiaole
Commits
fcd1f274
Commit
fcd1f274
authored
Jul 13, 2023
by
liujiangnan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat
parent
63e616d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
douyin_xiaoxiaole.js
assets/douyin_xiaoxiaole/scene/douyin_xiaoxiaole.js
+2
-2
No files found.
assets/douyin_xiaoxiaole/scene/douyin_xiaoxiaole.js
View file @
fcd1f274
...
...
@@ -9256,8 +9256,8 @@ cc.Class({
const
scorePanel
=
getSprNode
(
"
score_panel
"
);
this
.
bgLayer
.
addChild
(
scorePanel
,
5
);
scorePanel
.
x
=
this
.
canvas
.
width
/
2
-
scorePanel
.
width
/
2
-
2
0
*
this
.
_mapScaleMin
;
scorePanel
.
y
=
this
.
canvas
.
height
/
2
-
scorePanel
.
height
/
2
-
20
*
this
.
_mapScaleMin
;
scorePanel
.
x
=
this
.
canvas
.
width
/
2
-
scorePanel
.
width
/
2
-
8
0
*
this
.
_mapScaleMin
;
scorePanel
.
y
=
this
.
canvas
.
height
/
2
-
scorePanel
.
height
/
2
-
20
0
*
this
.
_mapScaleMin
;
const
scorelLabel
=
this
.
getRichText
(
"
0
"
,
30
,
"
#ffffff
"
,
"
2
"
,
"
#379616
"
)
scorelLabel
.
x
=
32
;
...
...
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