Commit 803af643 authored by limingzhe's avatar limingzhe

fix: debug

parent 0df32eb5
No preview for this file type
{"ver":"1.1.2","uuid":"551f3197-dce7-4bd2-a290-e784ab1d271a","isBundle":false,"bundleName":"","priority":1,"compressionType":{},"optimizeHotUpdate":{},"inlineSpriteFrames":{},"isRemoteBundle":{"ios":false,"android":false},"subMetas":{}} {
\ No newline at end of file "ver": "1.1.2",
"uuid": "551f3197-dce7-4bd2-a290-e784ab1d271a",
"isBundle": false,
"bundleName": "",
"priority": 1,
"compressionType": {},
"optimizeHotUpdate": {},
"inlineSpriteFrames": {},
"isRemoteBundle": {
"ios": false,
"android": false
},
"subMetas": {}
}
\ No newline at end of file
...@@ -219,8 +219,8 @@ var game = cc.Class({ ...@@ -219,8 +219,8 @@ var game = cc.Class({
//播放猫动画 //播放猫动画
playLionDragon(name) { playLionDragon(name) {
this.dragonLion.armatureName = "Armature"; // this.dragonLion.armatureName = "Armature";
this.dragonLion.playAnimation(name); this.dragonLion.playAnimation(name, -1);
}, },
//点击猫猫 //点击猫猫
......
...@@ -69,6 +69,7 @@ LWD_3.res_mgr = { ...@@ -69,6 +69,7 @@ LWD_3.res_mgr = {
LWD_3.data_mgr.dragonName = data.animation[0].name; LWD_3.data_mgr.dragonName = data.animation[0].name;
animationDisplay.node.active = true; animationDisplay.node.active = true;
animationDisplay.playAnimation('normal', -1);
} }
}); });
} }
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -55,4 +55,4 @@ ...@@ -55,4 +55,4 @@
"tslint": "~5.18.0", "tslint": "~5.18.0",
"typescript": "~3.7.5" "typescript": "~3.7.5"
} }
} }
\ No newline at end of file
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