Commit 3bdab7f3 authored by xytk's avatar xytk

提交代码

parent bc6b4070
......@@ -192,7 +192,7 @@
"array": [
0,
0,
578.504969728005,
586.5427680068793,
0,
0,
0,
......@@ -1421,7 +1421,7 @@
"__id__": 32
},
"_children": [],
"_active": false,
"_active": true,
"_components": [
{
"__id__": 34
......@@ -1437,15 +1437,15 @@
"_opacity": 255,
"_color": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"r": 51,
"g": 85,
"b": 200,
"a": 255
},
"_contentSize": {
"__type__": "cc.Size",
"width": 837.77,
"height": 72.47999999999999
"width": 831.77,
"height": 66.47999999999999
},
"_anchorPoint": {
"__type__": "cc.Vec2",
......@@ -1527,12 +1527,12 @@
"_enabled": true,
"_color": {
"__type__": "cc.Color",
"r": 125,
"g": 147,
"b": 220,
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"_width": 6,
"_width": 3,
"_id": "6dlmpCsDRBz7wz5btUHiNz"
},
{
......
......@@ -82,7 +82,7 @@ cc.Class({
playDragonAnimation(){
let ad = this.dragonBonesNode.getComponent(dragonBones.ArmatureDisplay);
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