Commit 3bdab7f3 authored by xytk's avatar xytk

提交代码

parent bc6b4070
...@@ -192,7 +192,7 @@ ...@@ -192,7 +192,7 @@
"array": [ "array": [
0, 0,
0, 0,
578.504969728005, 586.5427680068793,
0, 0,
0, 0,
0, 0,
...@@ -1421,7 +1421,7 @@ ...@@ -1421,7 +1421,7 @@
"__id__": 32 "__id__": 32
}, },
"_children": [], "_children": [],
"_active": false, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 34 "__id__": 34
...@@ -1437,15 +1437,15 @@ ...@@ -1437,15 +1437,15 @@
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
"__type__": "cc.Color", "__type__": "cc.Color",
"r": 255, "r": 51,
"g": 255, "g": 85,
"b": 255, "b": 200,
"a": 255 "a": 255
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 837.77, "width": 831.77,
"height": 72.47999999999999 "height": 66.47999999999999
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
...@@ -1527,12 +1527,12 @@ ...@@ -1527,12 +1527,12 @@
"_enabled": true, "_enabled": true,
"_color": { "_color": {
"__type__": "cc.Color", "__type__": "cc.Color",
"r": 125, "r": 255,
"g": 147, "g": 255,
"b": 220, "b": 255,
"a": 255 "a": 255
}, },
"_width": 6, "_width": 3,
"_id": "6dlmpCsDRBz7wz5btUHiNz" "_id": "6dlmpCsDRBz7wz5btUHiNz"
}, },
{ {
......
...@@ -82,7 +82,7 @@ cc.Class({ ...@@ -82,7 +82,7 @@ cc.Class({
playDragonAnimation(){ playDragonAnimation(){
let ad = this.dragonBonesNode.getComponent(dragonBones.ArmatureDisplay); let ad = this.dragonBonesNode.getComponent(dragonBones.ArmatureDisplay);
if(ad){ if(ad){
ad.playAnimation("normal", -1); ad.playAnimation("normal", 1);
} }
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment