Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
FT_12
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
FT_12
Commits
a50cfa0f
Commit
a50cfa0f
authored
Dec 25, 2020
by
asdf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
answer text ui
parent
8cba0562
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
19 deletions
+11
-19
LayerFive.prefab
play/assets/tmpGame/prefabs/LayerFive.prefab
+3
-18
ItemAnswer.js
play/assets/tmpGame/script/ItemAnswer.js
+6
-0
Scene.js
play/assets/tmpGame/script/Scene.js
+2
-1
No files found.
play/assets/tmpGame/prefabs/LayerFive.prefab
View file @
a50cfa0f
...
...
@@ -530,7 +530,7 @@
},
"_contentSize": {
"__type__": "cc.Size",
"width":
61.73
,
"width":
198.37
,
"height": 47.88
},
"_anchorPoint": {
...
...
@@ -583,8 +583,8 @@
"_srcBlendFactor": 770,
"_dstBlendFactor": 771,
"_useOriginalSize": true,
"_string": "
fox
",
"_N$string": "
fox
",
"_string": "",
"_N$string": "",
"_fontSize": 38,
"_lineHeight": 38,
"_enableWrapText": true,
...
...
@@ -1332,9 +1332,6 @@
"audTryagain": {
"__uuid__": "6df9bb96-0611-47b1-9d98-f877972aa7f1"
},
"audDown": {
"__uuid__": "3102823d-0ed3-4985-bc07-2d108298c006"
},
"_id": ""
},
{
...
...
@@ -2591,9 +2588,6 @@
"audTryagain": {
"__uuid__": "6df9bb96-0611-47b1-9d98-f877972aa7f1"
},
"audDown": {
"__uuid__": "3102823d-0ed3-4985-bc07-2d108298c006"
},
"_id": ""
},
{
...
...
@@ -3850,9 +3844,6 @@
"audTryagain": {
"__uuid__": "6df9bb96-0611-47b1-9d98-f877972aa7f1"
},
"audDown": {
"__uuid__": "3102823d-0ed3-4985-bc07-2d108298c006"
},
"_id": ""
},
{
...
...
@@ -5109,9 +5100,6 @@
"audTryagain": {
"__uuid__": "6df9bb96-0611-47b1-9d98-f877972aa7f1"
},
"audDown": {
"__uuid__": "3102823d-0ed3-4985-bc07-2d108298c006"
},
"_id": ""
},
{
...
...
@@ -6368,9 +6356,6 @@
"audTryagain": {
"__uuid__": "6df9bb96-0611-47b1-9d98-f877972aa7f1"
},
"audDown": {
"__uuid__": "3102823d-0ed3-4985-bc07-2d108298c006"
},
"_id": ""
},
{
...
...
play/assets/tmpGame/script/ItemAnswer.js
View file @
a50cfa0f
...
...
@@ -86,6 +86,12 @@ cc.Class({
this
.
labelMask
.
x
=
this
.
label
.
node
.
x
-
this
.
label
.
node
.
width
/
2
;
this
.
labelMask
.
y
=
this
.
label
.
node
.
y
;
})
this
.
label
.
_forceUpdateRenderData
();
if
(
this
.
label
.
node
.
width
>
198
)
{
this
.
label
.
node
.
scale
=
198
/
this
.
label
.
node
.
width
;
this
.
labelMask
.
scale
=
this
.
label
.
node
.
scale
;
}
},
loadDragonBone
()
{
this
.
dragonBone
.
dragonAtlasAsset
=
null
;
...
...
play/assets/tmpGame/script/Scene.js
View file @
a50cfa0f
This diff is collapsed.
Click to expand it.
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