Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cc_mz_007
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
cc_mz_007
Commits
d0bddc75
Commit
d0bddc75
authored
Sep 22, 2020
by
Li Mingzhe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: title size
parent
eb34e572
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
scene.js
play/assets/mz_007/script/scene.js
+2
-1
No files found.
play/assets/mz_007/script/scene.js
View file @
d0bddc75
...
...
@@ -609,11 +609,12 @@ cc.Class({
label
.
font
=
cc
.
find
(
'
Canvas/res/font/BRLNSR_1
'
).
getComponent
(
cc
.
Label
).
font
;
// label.string = `<outline color=#375700 width=4><size=${size}><color=#751e00>${this.curGroup.title }</color></size></outline>`
label
.
string
=
`<size=
${
size
}
><color=#751e00>
${
this
.
curGroup
.
title
}
</color></size>`
label
.
lineHeight
=
size
;
label
.
horizontalAlign
=
cc
.
macro
.
TextAlignment
.
LEFT
labelNode
.
anchorX
=
0
;
labelNode
.
anchorY
=
1
labelNode
.
x
=
40
;
labelNode
.
y
=
-
8
0
;
labelNode
.
y
=
-
6
0
;
this
.
titleLabel
=
label
;
...
...
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