Commit 63241777 authored by yu's avatar yu

1

parent 1ee7e975
{"ver":"1.1.2","uuid":"cf4f6e4c-c07a-4d2a-9571-32dd83d79fc9","isBundle":false,"bundleName":"","priority":1,"compressionType":{},"optimizeHotUpdate":{},"inlineSpriteFrames":{},"isRemoteBundle":{"ios":false,"android":false},"subMetas":{}} {"ver":"1.1.2","uuid":"df673bb5-d46d-4952-b518-be24da4ad8ec","isBundle":false,"bundleName":"","priority":1,"compressionType":{},"optimizeHotUpdate":{},"inlineSpriteFrames":{},"isRemoteBundle":{"ios":false,"android":false},"subMetas":{}}
\ No newline at end of file \ No newline at end of file
{ {
"ver": "1.1.2", "ver": "1.1.2",
"uuid": "a7e4596a-b99f-41ab-add6-792ac0e8f3a6", "uuid": "05e1c536-1560-48d0-9682-384977d73723",
"isBundle": false, "isBundle": false,
"bundleName": "", "bundleName": "",
"priority": 1, "priority": 1,
......
{ {
"ver": "2.1.0", "ver": "2.1.0",
"uuid": "5797cc26-d400-4a8d-a24a-c99a6a796538", "uuid": "8be4cf95-13ec-4e20-99c0-e99cfb0be34f",
"subMetas": {} "subMetas": {}
} }
\ No newline at end of file
{ {
"ver": "1.1.2", "ver": "1.1.2",
"uuid": "206942f1-24d7-44c6-9b0c-97d6817620c1", "uuid": "fa21af38-f3bf-43cc-b33a-7682749951c5",
"isBundle": false, "isBundle": false,
"bundleName": "", "bundleName": "",
"priority": 1, "priority": 1,
......
{ {
"ver": "2.0.1", "ver": "2.0.1",
"uuid": "808a2896-503c-4ab5-be86-d217dee56d07", "uuid": "057cf5aa-6f5c-4922-ae19-b48e7aacae6c",
"downloadMode": 0, "downloadMode": 0,
"duration": 0.130612, "duration": 0.130612,
"subMetas": {} "subMetas": {}
......
{ {
"ver": "1.1.2", "ver": "1.1.2",
"uuid": "47299507-4673-4ff0-b3f4-95d4bbbe4756", "uuid": "100c976d-400c-4b85-83e4-e8fae80d1115",
"isBundle": false, "isBundle": false,
"bundleName": "", "bundleName": "",
"priority": 1, "priority": 1,
......
{ {
"ver": "1.1.0", "ver": "1.1.0",
"uuid": "79d1afcb-9146-45eb-b12b-d9b10b486877", "uuid": "6902760b-57ad-4382-98ec-3b0e034a6d36",
"subMetas": {} "subMetas": {}
} }
\ No newline at end of file
{ {
"ver": "1.1.0", "ver": "1.1.0",
"uuid": "46d098a7-4e64-47c7-9160-5e67d86b2bef", "uuid": "aa1e2774-50fc-40fe-912a-08e2e316c61c",
"subMetas": {} "subMetas": {}
} }
\ No newline at end of file
{ {
"ver": "1.1.0", "ver": "1.1.0",
"uuid": "9371f080-27a3-4f9e-96b4-93c79f6b7d3c", "uuid": "68b36df6-c8bd-4425-8a3c-d5c3a757f9f6",
"subMetas": {} "subMetas": {}
} }
\ No newline at end of file
{ {
"ver": "1.1.2", "ver": "1.1.2",
"uuid": "3c7dd9f1-3151-48d5-8432-6dc42edc2a4d", "uuid": "671fb380-49a9-4d2d-9112-3c54b4adb944",
"isBundle": false, "isBundle": false,
"bundleName": "", "bundleName": "",
"priority": 1, "priority": 1,
......
{ {
"ver": "1.2.9", "ver": "1.2.9",
"uuid": "42e6bdb0-c52e-4543-a09b-62c924e85c28", "uuid": "2a34c363-8a48-484f-b745-fe0b6cf20ee1",
"asyncLoadAssets": false, "asyncLoadAssets": false,
"autoReleaseAssets": true, "autoReleaseAssets": true,
"subMetas": {} "subMetas": {}
......
...@@ -89,6 +89,7 @@ export default class SceneComponent extends MyCocosSceneComponent { ...@@ -89,6 +89,7 @@ export default class SceneComponent extends MyCocosSceneComponent {
} }
initView() { initView() {
let self = this;
const bgNode = cc.find('Canvas/bg'); const bgNode = cc.find('Canvas/bg');
bgNode.scale = this._mapScaleMax; bgNode.scale = this._mapScaleMax;
...@@ -239,18 +240,29 @@ export default class SceneComponent extends MyCocosSceneComponent { ...@@ -239,18 +240,29 @@ export default class SceneComponent extends MyCocosSceneComponent {
this._recording = true; this._recording = true;
let idx = -1; // 获取当前录制下标 let idx = -1; // 获取当前录制下标
for (let index = 0; index < this.content.childrenCount; index++) { // for (let index = 0; index < this.content.childrenCount; index++) {
const element = this.content.children[index]; // const element = this.content.children[index];
// 正在录制中 // // 正在录制中
if (element.getComponent(Item).getRecording()) { // if (element.getComponent(Item).getRecording()) {
// idx = index;
// break;
// }
// }
this.pagContent.children.forEach((sc) => {
let content = cc.find("view/content", sc);
content.children.forEach((item, index) => {
if (item.getComponent(Item).getRecording()) {
idx = index; idx = index;
break;
}
} }
})
})
this.log('idx:' + idx);
let text = self.data.questions[this.roundIdx].options[idx].text;
this.log("text: " + text);
if (window['courseware']) { if (window['courseware']) {
if (idx !== -1) { if (idx !== -1) {
window['courseware'].startTest(this.data.sentences[idx].text); this.log("1");
window['courseware'].startTest(text);
} }
} }
}); });
......
{ {
"ver": "1.0.8", "ver": "1.0.8",
"uuid": "783ccefe-809a-472d-ab63-b2843c1452a2", "uuid": "f62afd8f-a7b7-4788-adff-2160c8b8d17a",
"isPlugin": false, "isPlugin": false,
"loadPluginInWeb": true, "loadPluginInWeb": true,
"loadPluginInNative": true, "loadPluginInNative": true,
......
{ {
"ver": "1.1.2", "ver": "1.1.2",
"uuid": "52835e94-559c-4ade-b4b2-3a503ae73800", "uuid": "7f075eb0-378b-4ed0-b593-1192360ed070",
"isBundle": false, "isBundle": false,
"bundleName": "", "bundleName": "",
"priority": 1, "priority": 1,
......
{ {
"ver": "1.0.8", "ver": "1.0.8",
"uuid": "5da159bb-2d59-4862-80c4-feb61ff78739", "uuid": "4500cd27-6c2e-41c6-a3db-c5968930abf6",
"isPlugin": false, "isPlugin": false,
"loadPluginInWeb": true, "loadPluginInWeb": true,
"loadPluginInNative": true, "loadPluginInNative": true,
......
{ {
"ver": "1.0.8", "ver": "1.0.8",
"uuid": "41f6eadc-cfc9-45e3-9a67-393704b6f195", "uuid": "fc321477-772f-4b9c-a136-bbb2f27f1640",
"isPlugin": false, "isPlugin": false,
"loadPluginInWeb": true, "loadPluginInWeb": true,
"loadPluginInNative": true, "loadPluginInNative": true,
......
{ {
"ver": "1.0.8", "ver": "1.0.8",
"uuid": "ab1149a6-3b64-4434-b71d-355fd820c2cf", "uuid": "f7cef90b-67d9-476e-9fff-e3be2352fed2",
"isPlugin": false, "isPlugin": false,
"loadPluginInWeb": true, "loadPluginInWeb": true,
"loadPluginInNative": true, "loadPluginInNative": true,
......
{ {
"ver": "1.0.8", "ver": "1.0.8",
"uuid": "c5ab8d2b-d2b9-49af-8105-91dfeb419fd7", "uuid": "81445761-ee2a-4d5a-9f6e-510ad6ab0025",
"isPlugin": true, "isPlugin": true,
"loadPluginInWeb": true, "loadPluginInWeb": true,
"loadPluginInNative": true, "loadPluginInNative": true,
......
{ {
"ver": "1.0.8", "ver": "1.0.8",
"uuid": "85c3155c-d33d-44f9-8aa3-3cbc6abcb78a", "uuid": "2e65e040-50c7-487b-ae94-f17686e85614",
"isPlugin": false, "isPlugin": false,
"loadPluginInWeb": true, "loadPluginInWeb": true,
"loadPluginInNative": true, "loadPluginInNative": true,
......
{ {
"ver": "1.0.8", "ver": "1.0.8",
"uuid": "c777db55-fb18-4c17-af53-45b623bccfd1", "uuid": "6804f506-23ea-4be7-b90c-5658d5f6ce2c",
"isPlugin": false, "isPlugin": false,
"loadPluginInWeb": true, "loadPluginInWeb": true,
"loadPluginInNative": true, "loadPluginInNative": true,
......
{ {
"ver": "1.1.2", "ver": "1.1.2",
"uuid": "07d0c419-49d4-428d-9b57-9399bb334337", "uuid": "293d8c0a-a5cb-4740-9e14-ab11ef37431f",
"isBundle": false, "isBundle": false,
"bundleName": "", "bundleName": "",
"priority": 1, "priority": 1,
......
{ {
"ver": "1.1.2", "ver": "1.1.2",
"uuid": "575f9c11-d98a-4ae9-8401-074a3c0ababb", "uuid": "8523c39f-4192-488e-a5be-aedda23fe4f4",
"isBundle": false, "isBundle": false,
"bundleName": "", "bundleName": "",
"priority": 1, "priority": 1,
......
{ {
"ver": "2.3.5", "ver": "2.3.5",
"uuid": "4717de2b-64ae-4d00-8b43-71ca532d25c3", "uuid": "011af5cb-12f9-4efe-b80c-ef6f3e72fef4",
"type": "sprite", "type": "sprite",
"wrapMode": "clamp", "wrapMode": "clamp",
"filterMode": "bilinear", "filterMode": "bilinear",
...@@ -13,8 +13,8 @@ ...@@ -13,8 +13,8 @@
"subMetas": { "subMetas": {
"bg_bg": { "bg_bg": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "37c61a2b-75b8-4efa-8752-b07b59d38fe7", "uuid": "2fea616d-ded5-4c98-86fc-9af02eefd323",
"rawTextureUuid": "4717de2b-64ae-4d00-8b43-71ca532d25c3", "rawTextureUuid": "011af5cb-12f9-4efe-b80c-ef6f3e72fef4",
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": false,
......
{ {
"ver": "2.3.5", "ver": "2.3.5",
"uuid": "d122e02e-1c14-4b11-b42e-2919d9207371", "uuid": "9b25f974-9d07-4270-9b53-f45c5094d6fb",
"type": "sprite", "type": "sprite",
"wrapMode": "clamp", "wrapMode": "clamp",
"filterMode": "bilinear", "filterMode": "bilinear",
...@@ -13,8 +13,8 @@ ...@@ -13,8 +13,8 @@
"subMetas": { "subMetas": {
"bg_title": { "bg_title": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "f376e5c4-3791-452a-99a3-c4d6a1322444", "uuid": "1f5c19c1-ad90-4e51-b308-888ae143a4f7",
"rawTextureUuid": "d122e02e-1c14-4b11-b42e-2919d9207371", "rawTextureUuid": "9b25f974-9d07-4270-9b53-f45c5094d6fb",
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": false,
......
{ {
"ver": "1.1.2", "ver": "1.1.2",
"uuid": "36dead86-6857-43f4-bb80-794f1e705153", "uuid": "8cd2600b-0197-4bdb-b6cc-c44a41cb0d0f",
"isBundle": false, "isBundle": false,
"bundleName": "", "bundleName": "",
"priority": 1, "priority": 1,
......
{ {
"ver": "2.3.5", "ver": "2.3.5",
"uuid": "285b50c6-a85b-490c-b607-8ebc49c1903b", "uuid": "71d77481-f131-4069-ba89-f9e57b93d25b",
"type": "sprite", "type": "sprite",
"wrapMode": "clamp", "wrapMode": "clamp",
"filterMode": "bilinear", "filterMode": "bilinear",
...@@ -13,8 +13,8 @@ ...@@ -13,8 +13,8 @@
"subMetas": { "subMetas": {
"bg_pic": { "bg_pic": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "a64be1bb-6703-4a1c-a537-af8e8f83b979", "uuid": "53adb75c-8d67-4c39-81d6-8d1461c9615e",
"rawTextureUuid": "285b50c6-a85b-490c-b607-8ebc49c1903b", "rawTextureUuid": "71d77481-f131-4069-ba89-f9e57b93d25b",
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": false,
......
{ {
"ver": "2.3.5", "ver": "2.3.5",
"uuid": "3282223b-c6cc-4d28-9c14-a56b16f8327e", "uuid": "a1a0a2a2-033c-46c2-b66f-60e57893bd8d",
"type": "sprite", "type": "sprite",
"wrapMode": "clamp", "wrapMode": "clamp",
"filterMode": "bilinear", "filterMode": "bilinear",
...@@ -13,8 +13,8 @@ ...@@ -13,8 +13,8 @@
"subMetas": { "subMetas": {
"btn_play": { "btn_play": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "93c1e404-0bd0-4605-b603-8685f2e1be68", "uuid": "b8b39740-4992-45b1-acfe-21ee3b5cb2d1",
"rawTextureUuid": "3282223b-c6cc-4d28-9c14-a56b16f8327e", "rawTextureUuid": "a1a0a2a2-033c-46c2-b66f-60e57893bd8d",
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": false,
......
{ {
"ver": "2.3.5", "ver": "2.3.5",
"uuid": "4ce1d5da-6f86-4b43-bbed-a7e6d7b94b51", "uuid": "5fbbc18b-6a0b-499e-91e6-fced48cf2a8b",
"type": "sprite", "type": "sprite",
"wrapMode": "clamp", "wrapMode": "clamp",
"filterMode": "bilinear", "filterMode": "bilinear",
...@@ -13,8 +13,8 @@ ...@@ -13,8 +13,8 @@
"subMetas": { "subMetas": {
"btn_stop": { "btn_stop": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "cf2bae65-669b-4dac-ad25-bbb141b37c2c", "uuid": "1ae6ed08-c70a-4255-b004-457a09e41379",
"rawTextureUuid": "4ce1d5da-6f86-4b43-bbed-a7e6d7b94b51", "rawTextureUuid": "5fbbc18b-6a0b-499e-91e6-fced48cf2a8b",
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": false,
......
{ {
"ver": "1.1.2", "ver": "1.1.2",
"uuid": "35e7f6fe-2cb0-4066-934c-d349757d4e49", "uuid": "ae4d6fb6-6e91-4e6b-9731-7af2bad59715",
"isBundle": false, "isBundle": false,
"bundleName": "", "bundleName": "",
"priority": 1, "priority": 1,
......
{ {
"ver": "2.3.5", "ver": "2.3.5",
"uuid": "257dda60-64cd-4816-88b8-68694e766bd1", "uuid": "a80a6ba9-22a1-4c64-9b68-1a049bd239fc",
"type": "sprite", "type": "sprite",
"wrapMode": "clamp", "wrapMode": "clamp",
"filterMode": "bilinear", "filterMode": "bilinear",
...@@ -13,8 +13,8 @@ ...@@ -13,8 +13,8 @@
"subMetas": { "subMetas": {
"bg_word": { "bg_word": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "74a845c5-9573-4824-a213-3e70ff3d0838", "uuid": "30ca4fed-643d-4328-9976-1a365f4d22b9",
"rawTextureUuid": "257dda60-64cd-4816-88b8-68694e766bd1", "rawTextureUuid": "a80a6ba9-22a1-4c64-9b68-1a049bd239fc",
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": false,
......
{ {
"ver": "2.3.5", "ver": "2.3.5",
"uuid": "c364d20f-4120-462b-a34b-fe39378c7eb4", "uuid": "182d391c-9ec2-437c-9abe-f9504a466d09",
"type": "sprite", "type": "sprite",
"wrapMode": "clamp", "wrapMode": "clamp",
"filterMode": "bilinear", "filterMode": "bilinear",
...@@ -13,8 +13,8 @@ ...@@ -13,8 +13,8 @@
"subMetas": { "subMetas": {
"btn_myrecord": { "btn_myrecord": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "d5be5678-8e81-4b04-9a64-efd53b3de682", "uuid": "ad849a73-43bc-44c0-aa8c-c3dc25098a99",
"rawTextureUuid": "c364d20f-4120-462b-a34b-fe39378c7eb4", "rawTextureUuid": "182d391c-9ec2-437c-9abe-f9504a466d09",
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": false,
......
{ {
"ver": "2.3.5", "ver": "2.3.5",
"uuid": "fc29b44a-1301-41cb-a177-b22fd3fcfbce", "uuid": "d1794dd7-4b98-40ea-88ee-fab69534fc2d",
"type": "sprite", "type": "sprite",
"wrapMode": "clamp", "wrapMode": "clamp",
"filterMode": "bilinear", "filterMode": "bilinear",
...@@ -13,8 +13,8 @@ ...@@ -13,8 +13,8 @@
"subMetas": { "subMetas": {
"btn_myrecord_play": { "btn_myrecord_play": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "af208f7a-7e94-4588-86a4-cbabe3909da5", "uuid": "10139004-fd90-43f3-b726-6372d33845d4",
"rawTextureUuid": "fc29b44a-1301-41cb-a177-b22fd3fcfbce", "rawTextureUuid": "d1794dd7-4b98-40ea-88ee-fab69534fc2d",
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": false,
......
{ {
"ver": "2.3.5", "ver": "2.3.5",
"uuid": "dd0e702f-1909-4a5f-ad35-e8dd42f6c8bb", "uuid": "8cb44389-552d-457a-a830-2d73375bdb66",
"type": "sprite", "type": "sprite",
"wrapMode": "clamp", "wrapMode": "clamp",
"filterMode": "bilinear", "filterMode": "bilinear",
...@@ -13,8 +13,8 @@ ...@@ -13,8 +13,8 @@
"subMetas": { "subMetas": {
"btn_record": { "btn_record": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "78cbac35-09cc-49cb-9921-3eaefe9e9ed6", "uuid": "2b5426cc-4bdf-4fcc-b9f0-524529858787",
"rawTextureUuid": "dd0e702f-1909-4a5f-ad35-e8dd42f6c8bb", "rawTextureUuid": "8cb44389-552d-457a-a830-2d73375bdb66",
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": false,
......
{ {
"ver": "2.3.5", "ver": "2.3.5",
"uuid": "b27c51c5-0490-444f-94f6-cd7e4d84e0b9", "uuid": "00629245-d13d-4ed1-a56e-37e1b7589d49",
"type": "sprite", "type": "sprite",
"wrapMode": "clamp", "wrapMode": "clamp",
"filterMode": "bilinear", "filterMode": "bilinear",
...@@ -13,8 +13,8 @@ ...@@ -13,8 +13,8 @@
"subMetas": { "subMetas": {
"btn_record_click": { "btn_record_click": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "e13b393f-2586-49fa-a1e6-944f9c58c01b", "uuid": "c61c2533-5ef0-4795-bfbf-0c53867f258d",
"rawTextureUuid": "b27c51c5-0490-444f-94f6-cd7e4d84e0b9", "rawTextureUuid": "00629245-d13d-4ed1-a56e-37e1b7589d49",
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": false,
......
{ {
"ver": "2.3.5", "ver": "2.3.5",
"uuid": "6b02ad07-f24c-40d2-802a-a0edcd29130d", "uuid": "6a43a733-d606-46ca-bdc3-a9c32c9b14e3",
"type": "sprite", "type": "sprite",
"wrapMode": "clamp", "wrapMode": "clamp",
"filterMode": "bilinear", "filterMode": "bilinear",
...@@ -13,8 +13,8 @@ ...@@ -13,8 +13,8 @@
"subMetas": { "subMetas": {
"icon_myrecord1": { "icon_myrecord1": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "addfbaa9-afeb-4da6-85e2-c55ea0827554", "uuid": "f2415e65-3faf-4225-a468-e097b8e04818",
"rawTextureUuid": "6b02ad07-f24c-40d2-802a-a0edcd29130d", "rawTextureUuid": "6a43a733-d606-46ca-bdc3-a9c32c9b14e3",
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": false,
......
{ {
"ver": "2.3.5", "ver": "2.3.5",
"uuid": "85514263-5095-4e20-baeb-6c1757681c4a", "uuid": "a78eb0b9-4e42-4c12-841e-ac161149547f",
"type": "sprite", "type": "sprite",
"wrapMode": "clamp", "wrapMode": "clamp",
"filterMode": "bilinear", "filterMode": "bilinear",
...@@ -13,8 +13,8 @@ ...@@ -13,8 +13,8 @@
"subMetas": { "subMetas": {
"icon_myrecord2": { "icon_myrecord2": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "81a47456-52e7-4184-83d8-79508962cbbb", "uuid": "1b6a78d0-aabe-44ca-8257-c9c7dad90cf9",
"rawTextureUuid": "85514263-5095-4e20-baeb-6c1757681c4a", "rawTextureUuid": "a78eb0b9-4e42-4c12-841e-ac161149547f",
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": false,
......
{ {
"ver": "2.3.5", "ver": "2.3.5",
"uuid": "cdf384fe-69ad-4fc2-9fb6-a9e7ee677db6", "uuid": "6f0d6820-86ac-461f-bb3e-e3e629a8ca89",
"type": "sprite", "type": "sprite",
"wrapMode": "clamp", "wrapMode": "clamp",
"filterMode": "bilinear", "filterMode": "bilinear",
...@@ -13,8 +13,8 @@ ...@@ -13,8 +13,8 @@
"subMetas": { "subMetas": {
"icon_myrecord3": { "icon_myrecord3": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "fe520ba7-6f84-42ed-9221-60299a6ef6bf", "uuid": "f8688b03-59af-42f6-b003-b54d6e977855",
"rawTextureUuid": "cdf384fe-69ad-4fc2-9fb6-a9e7ee677db6", "rawTextureUuid": "6f0d6820-86ac-461f-bb3e-e3e629a8ca89",
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": false,
......
{ {
"ver": "2.3.5", "ver": "2.3.5",
"uuid": "d4590792-8bee-4485-a7c4-de8940303cba", "uuid": "89fd9453-da06-42a9-a8ce-0fbfd412fc04",
"type": "sprite", "type": "sprite",
"wrapMode": "clamp", "wrapMode": "clamp",
"filterMode": "bilinear", "filterMode": "bilinear",
...@@ -13,8 +13,8 @@ ...@@ -13,8 +13,8 @@
"subMetas": { "subMetas": {
"icon_tip": { "icon_tip": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "54cbbcb9-2334-461c-b787-a0f3ce485cf5", "uuid": "7ee94751-5aab-434f-a092-bc77efd9ee69",
"rawTextureUuid": "d4590792-8bee-4485-a7c4-de8940303cba", "rawTextureUuid": "89fd9453-da06-42a9-a8ce-0fbfd412fc04",
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": false,
......
{ {
"ver": "1.1.2", "ver": "1.1.2",
"uuid": "64caebe0-d138-4e87-8bf8-7b95a7e3fb09", "uuid": "694e0731-7fe5-40ac-814e-fefd5034c133",
"isBundle": false, "isBundle": false,
"bundleName": "", "bundleName": "",
"priority": 1, "priority": 1,
......
{ {
"ver": "2.3.5", "ver": "2.3.5",
"uuid": "b3e27be5-58bb-4d66-92f3-cf8e2e290e20", "uuid": "9d7d3197-d5fb-44c3-a55f-ac05f33a691c",
"type": "sprite", "type": "sprite",
"wrapMode": "clamp", "wrapMode": "clamp",
"filterMode": "bilinear", "filterMode": "bilinear",
...@@ -13,8 +13,8 @@ ...@@ -13,8 +13,8 @@
"subMetas": { "subMetas": {
"bg": { "bg": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "38560fa6-bd39-4e72-8d93-f2aba4f79ed8", "uuid": "59cb41d4-ba2b-4aee-ab99-bcc8915cafb8",
"rawTextureUuid": "b3e27be5-58bb-4d66-92f3-cf8e2e290e20", "rawTextureUuid": "9d7d3197-d5fb-44c3-a55f-ac05f33a691c",
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": false,
......
{ {
"ver": "2.3.5", "ver": "2.3.5",
"uuid": "e658e19b-0ef8-484d-beb6-83c90dbf10cd", "uuid": "528f9fa1-22c2-41d7-b466-792dd2b18b63",
"type": "sprite", "type": "sprite",
"wrapMode": "clamp", "wrapMode": "clamp",
"filterMode": "bilinear", "filterMode": "bilinear",
...@@ -13,8 +13,8 @@ ...@@ -13,8 +13,8 @@
"subMetas": { "subMetas": {
"btn_restart": { "btn_restart": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "ec249517-b6e4-45eb-881d-948ef0bd4c16", "uuid": "427e6fef-3016-4e1a-9ba2-1534b8aaabd6",
"rawTextureUuid": "e658e19b-0ef8-484d-beb6-83c90dbf10cd", "rawTextureUuid": "528f9fa1-22c2-41d7-b466-792dd2b18b63",
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": false,
......
{ {
"ver": "2.3.5", "ver": "2.3.5",
"uuid": "69f7bab1-d800-4ba8-981a-cff87b8c4a62", "uuid": "9be29b7b-09a7-4a6e-ba3c-e406e4893fa0",
"type": "sprite", "type": "sprite",
"wrapMode": "clamp", "wrapMode": "clamp",
"filterMode": "bilinear", "filterMode": "bilinear",
...@@ -13,8 +13,8 @@ ...@@ -13,8 +13,8 @@
"subMetas": { "subMetas": {
"btn_start": { "btn_start": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "c1e523f0-6df9-45c2-97e7-017c7dd45253", "uuid": "17c4f852-112e-445c-9909-f632e611f502",
"rawTextureUuid": "69f7bab1-d800-4ba8-981a-cff87b8c4a62", "rawTextureUuid": "9be29b7b-09a7-4a6e-ba3c-e406e4893fa0",
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": false,
......
{ {
"ver": "2.3.5", "ver": "2.3.5",
"uuid": "071dfb80-aa9b-4a9b-b02c-f88056b690e8", "uuid": "0e9f14fd-401a-489e-b48a-d6a5e826852c",
"type": "sprite", "type": "sprite",
"wrapMode": "clamp", "wrapMode": "clamp",
"filterMode": "bilinear", "filterMode": "bilinear",
...@@ -13,8 +13,8 @@ ...@@ -13,8 +13,8 @@
"subMetas": { "subMetas": {
"bg_countdown": { "bg_countdown": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "e9b52581-34c8-4122-843e-899b2677dbe2", "uuid": "feca825a-15cb-482c-b6e3-51b7026bafc4",
"rawTextureUuid": "071dfb80-aa9b-4a9b-b02c-f88056b690e8", "rawTextureUuid": "0e9f14fd-401a-489e-b48a-d6a5e826852c",
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": false,
......
{ {
"ver": "2.3.5", "ver": "2.3.5",
"uuid": "b1cb844a-d858-424b-aaf7-58f76dedae17", "uuid": "6f645dd3-9ff3-4939-8190-c6770fff670a",
"type": "sprite", "type": "sprite",
"wrapMode": "clamp", "wrapMode": "clamp",
"filterMode": "bilinear", "filterMode": "bilinear",
...@@ -13,8 +13,8 @@ ...@@ -13,8 +13,8 @@
"subMetas": { "subMetas": {
"btn_arrow": { "btn_arrow": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "86edae99-6595-4bf6-a4ed-82146baf5cda", "uuid": "9d2a7d4e-d825-4e20-a934-283d2bfc26d7",
"rawTextureUuid": "b1cb844a-d858-424b-aaf7-58f76dedae17", "rawTextureUuid": "6f645dd3-9ff3-4939-8190-c6770fff670a",
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": false,
......
{ {
"ver": "2.3.5", "ver": "2.3.5",
"uuid": "831db900-c38d-491f-9fe5-d385dea73001", "uuid": "c36a8395-e508-4942-870f-68677315ee6b",
"type": "sprite", "type": "sprite",
"wrapMode": "clamp", "wrapMode": "clamp",
"filterMode": "bilinear", "filterMode": "bilinear",
...@@ -13,8 +13,8 @@ ...@@ -13,8 +13,8 @@
"subMetas": { "subMetas": {
"btn_last": { "btn_last": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "fe8e30d5-2a1b-48bf-80c5-61ecab4cc282", "uuid": "4c7c0cb5-c218-4c87-a68e-6947201e9d7b",
"rawTextureUuid": "831db900-c38d-491f-9fe5-d385dea73001", "rawTextureUuid": "c36a8395-e508-4942-870f-68677315ee6b",
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": false,
......
{ {
"ver": "2.3.5", "ver": "2.3.5",
"uuid": "30edd55b-818d-4f2d-8912-bd30f9c3a6ac", "uuid": "4b397ed0-de20-460c-9ea3-85c32787f9e9",
"type": "sprite", "type": "sprite",
"wrapMode": "clamp", "wrapMode": "clamp",
"filterMode": "bilinear", "filterMode": "bilinear",
...@@ -13,8 +13,8 @@ ...@@ -13,8 +13,8 @@
"subMetas": { "subMetas": {
"btn_record_start": { "btn_record_start": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "5ff74093-cab1-4f38-ac0c-0fb5ff0dd276", "uuid": "e1a89862-eee6-4e48-8fbd-1fd7cf461b86",
"rawTextureUuid": "30edd55b-818d-4f2d-8912-bd30f9c3a6ac", "rawTextureUuid": "4b397ed0-de20-460c-9ea3-85c32787f9e9",
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": false,
......
{ {
"ver": "2.3.5", "ver": "2.3.5",
"uuid": "0176fc75-f55b-4fbc-8a5b-25e7fd8896d3", "uuid": "45af6092-4194-427c-91d0-cd9e1cf8d0ac",
"type": "sprite", "type": "sprite",
"wrapMode": "clamp", "wrapMode": "clamp",
"filterMode": "bilinear", "filterMode": "bilinear",
...@@ -13,8 +13,8 @@ ...@@ -13,8 +13,8 @@
"subMetas": { "subMetas": {
"btn_record_stop": { "btn_record_stop": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "f36c2ef3-254e-410b-bfc6-94b4a3769e21", "uuid": "fc8f4d1e-3052-412b-aa64-dad93f2c947c",
"rawTextureUuid": "0176fc75-f55b-4fbc-8a5b-25e7fd8896d3", "rawTextureUuid": "45af6092-4194-427c-91d0-cd9e1cf8d0ac",
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": false,
......
{ {
"ver": "2.3.5", "ver": "2.3.5",
"uuid": "03a6ec0f-b5e4-4edd-b73e-10da948e3352", "uuid": "51fd965e-293d-4566-8f8f-3cf2fddfeed8",
"type": "sprite", "type": "sprite",
"wrapMode": "clamp", "wrapMode": "clamp",
"filterMode": "bilinear", "filterMode": "bilinear",
...@@ -13,8 +13,8 @@ ...@@ -13,8 +13,8 @@
"subMetas": { "subMetas": {
"default_sprite_splash": { "default_sprite_splash": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "e00bd95a-7ef1-42fe-9709-7d84eac78476", "uuid": "1ba86bc7-cca6-4b9f-8152-0a2814cb3bfd",
"rawTextureUuid": "03a6ec0f-b5e4-4edd-b73e-10da948e3352", "rawTextureUuid": "51fd965e-293d-4566-8f8f-3cf2fddfeed8",
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": false,
......
{ {
"ver": "2.3.5", "ver": "2.3.5",
"uuid": "b6f525e7-2c3d-456f-b34d-78129690915a", "uuid": "2151a7c1-64cc-40e8-a0ef-c387eb22042a",
"type": "sprite", "type": "sprite",
"wrapMode": "clamp", "wrapMode": "clamp",
"filterMode": "bilinear", "filterMode": "bilinear",
...@@ -13,8 +13,8 @@ ...@@ -13,8 +13,8 @@
"subMetas": { "subMetas": {
"icon_record": { "icon_record": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "07535c0f-e096-4d9e-89e0-fa9b805c99d2", "uuid": "db77918d-37ac-48c7-9fcb-8c083562bab5",
"rawTextureUuid": "b6f525e7-2c3d-456f-b34d-78129690915a", "rawTextureUuid": "2151a7c1-64cc-40e8-a0ef-c387eb22042a",
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": false,
......
{ {
"ver": "1.1.2", "ver": "1.1.2",
"uuid": "edaeaf02-46aa-4aa2-ae36-83146be9a1af", "uuid": "910d8238-70ad-4437-a31f-bf6ea10d434e",
"isBundle": false, "isBundle": false,
"bundleName": "", "bundleName": "",
"priority": 1, "priority": 1,
......
{ {
"ver": "1.0.1", "ver": "1.0.1",
"uuid": "e33f85bb-b80f-4582-afd5-0848d5d7ae21", "uuid": "6f326971-5d01-4ec7-ac03-7acdbccb4a0c",
"subMetas": {} "subMetas": {}
} }
\ No newline at end of file
{ {
"ver": "1.0.1", "ver": "1.0.1",
"uuid": "c5e419f1-3331-44a9-9429-6b543cf844c8", "uuid": "59642ef7-84ce-4954-b5a0-728fb1b9adcd",
"subMetas": {} "subMetas": {}
} }
\ No newline at end of file
{ {
"ver": "2.3.5", "ver": "2.3.5",
"uuid": "a2e1f09d-0de2-4c4a-8a3c-d24de2d95a08", "uuid": "ade64540-f086-461b-964c-0a237aa7b84a",
"type": "sprite", "type": "sprite",
"wrapMode": "clamp", "wrapMode": "clamp",
"filterMode": "bilinear", "filterMode": "bilinear",
...@@ -13,8 +13,8 @@ ...@@ -13,8 +13,8 @@
"subMetas": { "subMetas": {
"录音动画_tex": { "录音动画_tex": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "1b1e57b0-9b35-4c80-8942-9a73f629317f", "uuid": "a83c4637-77c6-420c-b811-ea5866db0c9c",
"rawTextureUuid": "a2e1f09d-0de2-4c4a-8a3c-d24de2d95a08", "rawTextureUuid": "ade64540-f086-461b-964c-0a237aa7b84a",
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": false,
......
{ {
"title": "play", "title": "play",
"packageName": "org.cocos2d.demo", "packageName": "org.cocos2d.demo",
"startScene": "42e6bdb0-c52e-4543-a09b-62c924e85c28", "startScene": "2a34c363-8a48-484f-b745-fe0b6cf20ee1",
"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