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
e0780efe
Commit
e0780efe
authored
Feb 09, 2022
by
范雪寒
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test:
parent
2775e0f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
cc_mz_007.js
assets/cc_mz_007/scene/cc_mz_007.js
+1
-4
No files found.
assets/cc_mz_007/scene/cc_mz_007.js
View file @
e0780efe
...
...
@@ -961,10 +961,6 @@ cc.Class({
const
ske
=
data
.
skeJsonData
.
url
.
replace
(
'
https
'
,
'
http
'
)
//"http://staging-teach.cdn.ireadabc.com/bd825dcceea298d1146be8067ae3d17f.json";
const
atlas
=
data
.
texJsonData
.
url
.
replace
(
'
https
'
,
'
http
'
)
//"http://staging-teach.cdn.ireadabc.com/246f8991b729fa3e5a7f4802de828efa.json";
this
.
log
(
'
js: image =
'
+
image
);
this
.
log
(
'
js: ske =
'
+
ske
);
this
.
log
(
'
js: atlas =
'
+
atlas
);
if
(
!
image
||
!
ske
||
!
atlas
)
{
return
;
}
...
...
@@ -1011,6 +1007,7 @@ cc.Class({
if
(
animaNode
.
height
)
{
animaNode
.
scale
=
376
/
animaNode
.
height
;
}
this
.
log
(
'
汪汪汪
'
);
}
});
});
...
...
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