Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
Sbx_pageturn
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
Sbx_pageturn
Commits
df41b208
Commit
df41b208
authored
Dec 04, 2020
by
asdf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
骨骼动画预乘,去除黑边
parent
f5032c6a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
Scene.fire
play/assets/tmpGame/scene/Scene.fire
+1
-1
ItemPage.js
play/assets/tmpGame/script/ItemPage.js
+2
-0
No files found.
play/assets/tmpGame/scene/Scene.fire
View file @
df41b208
...
@@ -180,7 +180,7 @@
...
@@ -180,7 +180,7 @@
"array": [
"array": [
0,
0,
0,
0,
244.219163867211
7,
591.625275738537
7,
0,
0,
0,
0,
0,
0,
...
...
play/assets/tmpGame/script/ItemPage.js
View file @
df41b208
...
@@ -106,6 +106,8 @@ cc.Class({
...
@@ -106,6 +106,8 @@ cc.Class({
this
.
dragonBone
.
armatureName
=
data
.
name
;
this
.
dragonBone
.
armatureName
=
data
.
name
;
this
.
animationName
=
data
.
animation
[
0
].
name
;
this
.
animationName
=
data
.
animation
[
0
].
name
;
this
.
dragonBone
.
animationName
=
this
.
animationName
;
this
.
dragonBone
.
animationName
=
this
.
animationName
;
this
.
dragonBone
.
premultipliedAlpha
=
true
;
atlas
.
texture
.
setPremultiplyAlpha
(
true
);
this
.
setSpineScale
(
data
.
canvas
);
this
.
setSpineScale
(
data
.
canvas
);
}
}
});
});
...
...
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