Commit 9001c30b authored by limingzhe's avatar limingzhe

feat: 完成

parent d4c5cd1b
No preview for this file type
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"autoReleaseAssets": true, "autoReleaseAssets": true,
"_id": "0737ce42-24f0-45c6-8e1a-8bdab4f74ba3" "_id": "9786cf06-0268-4a36-b913-54e47e4452d0"
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
...@@ -1291,13 +1291,13 @@ ...@@ -1291,13 +1291,13 @@
"_id": "29zXboiXFBKoIV4PQ2liTe" "_id": "29zXboiXFBKoIV4PQ2liTe"
}, },
{ {
"__type__": "408a6f4ZfpM8Yzyg+IOGg/V", "__type__": "68a5b8HkWxPnbW6FveGrLVe",
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 2 "__id__": 2
}, },
"_enabled": true, "_enabled": true,
"_id": "eaTVUpqahPfZeO9+sUI7RP" "_id": "f50c27ba39e541f7b1316b"
} }
] ]
\ No newline at end of file
{ {
"ver": "1.2.9", "ver": "1.2.9",
"uuid": "0737ce42-24f0-45c6-8e1a-8bdab4f74ba3", "uuid": "9786cf06-0268-4a36-b913-54e47e4452d0",
"asyncLoadAssets": false, "asyncLoadAssets": false,
"autoReleaseAssets": true, "autoReleaseAssets": true,
"subMetas": {} "subMetas": {}
......
...@@ -39,6 +39,16 @@ export default class SceneComponent extends MyCocosSceneComponent { ...@@ -39,6 +39,16 @@ export default class SceneComponent extends MyCocosSceneComponent {
this.initPic(); this.initPic();
this.initBtn(); this.initBtn();
this.initIcon(); this.initIcon();
// this.startTest();
}
startTest() {
window['courseware'].startTest("aaa bbb cc");
}
stopTest() {
window['courseware'].stopTest((res) => {
console.log(res);
})
} }
initBg() { initBg() {
......
{ {
"ver": "1.0.8", "ver": "1.0.8",
"uuid": "408a67f8-65fa-4cf1-8cf2-83e20e1a0fd5", "uuid": "68a5bf07-916c-4f9d-b5ba-16f786acb55e",
"isPlugin": false, "isPlugin": false,
"loadPluginInWeb": true, "loadPluginInWeb": true,
"loadPluginInNative": true, "loadPluginInNative": true,
......
{ {
"title": "play", "title": "play",
"packageName": "org.cocos2d.demo", "packageName": "org.cocos2d.demo",
"startScene": "0737ce42-24f0-45c6-8e1a-8bdab4f74ba3", "startScene": "9786cf06-0268-4a36-b913-54e47e4452d0",
"excludeScenes": [], "excludeScenes": [],
"includeSDKBox": false, "includeSDKBox": false,
"orientation": { "orientation": {
......
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