Commit 44df56b3 authored by 杨一航's avatar 杨一航

feat:1.1

parent 370bdbb3
{
"__type__": "cc.AnimationClip",
"_name": "loopPP",
"_objFlags": 0,
"_native": "",
"_duration": 0.8333333333333334,
"sample": 60,
"speed": 1,
"wrapMode": 2,
"curveData": {
"props": {
"scale": [
{
"frame": 0,
"value": {
"__type__": "cc.Vec2",
"x": 1,
"y": 1
}
},
{
"frame": 0.3333333333333333,
"value": {
"__type__": "cc.Vec2",
"x": 1.1,
"y": 1.1
}
},
{
"frame": 0.5,
"value": {
"__type__": "cc.Vec2",
"x": 1,
"y": 1
}
},
{
"frame": 0.8333333333333334,
"value": {
"__type__": "cc.Vec2",
"x": 1,
"y": 1
}
}
]
}
},
"events": []
}
\ No newline at end of file
{
"ver": "2.1.0",
"uuid": "6764ec33-f680-482f-a9d2-5b5edac24e93",
"subMetas": {}
}
\ No newline at end of file
This diff is collapsed.
...@@ -433,6 +433,11 @@ export default class SceneComponent extends MyCocosSceneComponent { ...@@ -433,6 +433,11 @@ export default class SceneComponent extends MyCocosSceneComponent {
onCloseCover() {
this.node.getChildByName("cover").active = false;
}
finish() { finish() {
// onHomeworkFinish(); // onHomeworkFinish();
......
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