Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
X
xytk_cs_001
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
xytk_cs_001
Commits
3bdab7f3
Commit
3bdab7f3
authored
Mar 05, 2021
by
xytk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交代码
parent
bc6b4070
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
12 deletions
+12
-12
Scene.fire
play/assets/tmpGame/scene/Scene.fire
+11
-11
Scene.js
play/assets/tmpGame/script/Scene.js
+1
-1
No files found.
play/assets/tmpGame/scene/Scene.fire
View file @
3bdab7f3
...
...
@@ -192,7 +192,7 @@
"array": [
0,
0,
5
78.504969728005
,
5
86.5427680068793
,
0,
0,
0,
...
...
@@ -1421,7 +1421,7 @@
"__id__": 32
},
"_children": [],
"_active":
fals
e,
"_active":
tru
e,
"_components": [
{
"__id__": 34
...
...
@@ -1437,15 +1437,15 @@
"_opacity": 255,
"_color": {
"__type__": "cc.Color",
"r":
255
,
"g":
25
5,
"b": 2
55
,
"r":
51
,
"g":
8
5,
"b": 2
00
,
"a": 255
},
"_contentSize": {
"__type__": "cc.Size",
"width": 83
7
.77,
"height":
72
.47999999999999
"width": 83
1
.77,
"height":
66
.47999999999999
},
"_anchorPoint": {
"__type__": "cc.Vec2",
...
...
@@ -1527,12 +1527,12 @@
"_enabled": true,
"_color": {
"__type__": "cc.Color",
"r":
12
5,
"g":
147
,
"b": 2
20
,
"r":
25
5,
"g":
255
,
"b": 2
55
,
"a": 255
},
"_width":
6
,
"_width":
3
,
"_id": "6dlmpCsDRBz7wz5btUHiNz"
},
{
...
...
play/assets/tmpGame/script/Scene.js
View file @
3bdab7f3
...
...
@@ -82,7 +82,7 @@ cc.Class({
playDragonAnimation
(){
let
ad
=
this
.
dragonBonesNode
.
getComponent
(
dragonBones
.
ArmatureDisplay
);
if
(
ad
){
ad
.
playAnimation
(
"
normal
"
,
-
1
);
ad
.
playAnimation
(
"
normal
"
,
1
);
}
},
...
...
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