Commit dda2d29b authored by limingzhe's avatar limingzhe

fix: debug

parent e0fed0f2
No preview for this file type
{
"ver": "1.1.2",
"uuid": "c35bb2f6-f24a-4850-ae44-643f2fdc7541",
"uuid": "b8d1988f-7587-4589-8609-47288481b987",
"isBundle": false,
"bundleName": "",
"priority": 1,
......
{
"ver": "1.1.2",
"uuid": "cb9fa4ea-66ca-45af-ad31-e445c7b0ef32",
"uuid": "7cabb24d-1f31-47b5-89ec-9b414f84b166",
"isBundle": false,
"bundleName": "",
"priority": 1,
......
{
"ver": "2.0.1",
"uuid": "9dd19adb-a357-41a2-9003-80aa26328cd2",
"uuid": "1cdb31a4-b7d6-449d-a2e0-1c6c9c756522",
"downloadMode": 0,
"duration": 0.600816,
"subMetas": {}
......
{
"ver": "2.0.1",
"uuid": "d965eb93-2a37-490e-989b-d163f50b6a11",
"uuid": "cb6d2d46-2be4-4b43-ba1f-1c83a6b7237e",
"downloadMode": 0,
"duration": 0.168,
"subMetas": {}
......
{
"ver": "2.0.1",
"uuid": "38b13873-be7b-4f9a-8f74-68d7eb65800d",
"uuid": "3169e9a5-973e-4eba-9118-271296e89338",
"downloadMode": 0,
"duration": 0.20898,
"subMetas": {}
......
{
"ver": "2.0.1",
"uuid": "f8db83d2-5828-4bff-ae64-110f2ab91b6e",
"uuid": "e9249220-1cc7-4e08-9925-2ad52beb6b69",
"downloadMode": 0,
"duration": 0.972,
"subMetas": {}
......
{
"ver": "2.0.1",
"uuid": "c5dcb848-8cb1-4a03-9edf-9166bf91ceea",
"uuid": "0af1c0e3-da8a-49ba-9a6e-a751918cb5c3",
"downloadMode": 0,
"duration": 10.354813,
"subMetas": {}
......
{
"ver": "2.0.1",
"uuid": "361b2d4a-7d66-4cdb-ac33-0ebc2e1c6aaf",
"uuid": "7c42167a-ce84-4325-8a54-ee869dcaddcc",
"downloadMode": 0,
"duration": 4.04898,
"subMetas": {}
......
{
"ver": "2.0.1",
"uuid": "26b3ea63-59ba-45eb-982e-a83201422090",
"uuid": "0f7dcea5-8fe5-4b3f-b8ae-52d6f46d3697",
"downloadMode": 0,
"duration": 2.196,
"subMetas": {}
......
{
"ver": "2.0.1",
"uuid": "ceb12779-73c5-4001-82b2-6444cee1292f",
"uuid": "9aa9c88d-6ca7-43eb-84b4-682f30dfb8a3",
"downloadMode": 0,
"duration": 3.096,
"subMetas": {}
......
{
"ver": "2.0.1",
"uuid": "16c77e39-ee05-4f1b-83c2-10ba41022cdf",
"uuid": "bb2f7b2c-9ceb-4c92-a8ea-a5d9dee04c4d",
"downloadMode": 0,
"duration": 0.731429,
"subMetas": {}
......
{
"ver": "2.0.1",
"uuid": "8257fa4f-1b5d-4669-9a37-b3a38b9f5306",
"uuid": "84703030-ab16-4e8f-8af6-9e019ce009a1",
"downloadMode": 0,
"duration": 1.906939,
"subMetas": {}
......
{
"ver": "2.0.1",
"uuid": "2adcd080-8e08-4c97-a678-6c596b29e88c",
"uuid": "13d0b1d8-a6bb-4f7e-806c-bfe1c227e82a",
"downloadMode": 0,
"duration": 0.30325,
"subMetas": {}
......
{
"ver": "2.0.1",
"uuid": "2c5a1df4-a086-413c-8556-088e9fec6b64",
"uuid": "616d4f74-2add-4a65-85bc-1a8bf61a28dc",
"downloadMode": 0,
"duration": 2.063673,
"subMetas": {}
......
{
"ver": "1.1.2",
"uuid": "0853721c-3f55-4eb2-873d-e3081cfadd4b",
"uuid": "780f6c2f-765f-4650-9b2b-1d5bdd0e961d",
"isBundle": false,
"bundleName": "",
"priority": 1,
......
{
"ver": "1.1.2",
"uuid": "20185448-a1ca-4de2-8b37-7bf6cdfccbae",
"uuid": "62d42247-988d-4de3-9634-d461d7cb898a",
"isBundle": false,
"bundleName": "",
"priority": 1,
......
{
"ver": "1.1.0",
"uuid": "b7cb916a-ffb9-41d4-a434-670da0dbd4b0",
"uuid": "9ac45681-6a74-4316-82f5-3d7e8d8c4dff",
"subMetas": {}
}
\ No newline at end of file
{
"ver": "1.1.2",
"uuid": "e8bd16b0-3804-45a9-a8ca-f52c02224f55",
"uuid": "3220f7c6-6bcc-429d-ae22-1e11ee2ccd12",
"isBundle": false,
"bundleName": "",
"priority": 1,
......
This diff is collapsed.
{
"ver": "1.2.9",
"uuid": "58972144-7d7f-441a-a339-205e9057ca62",
"uuid": "ef3fa462-3c23-4cdb-a8f3-16d961737d5c",
"asyncLoadAssets": false,
"autoReleaseAssets": true,
"subMetas": {}
......
......@@ -473,13 +473,67 @@ cc.Class({
audioClip = _audioClip;
this.totalTime = audioClip.duration;
setTimeout(() => {
this.audioId = cc.audioEngine.play(audioClip, false, 0.8);
checkIsPlaying();
// setTimeout(() => {
// if (this.isDestroy) {
// return;
// }
// totalTimeLabel.string = this.formatTime(audioClip.duration * 1000);
// }, 300);
});
const checkIsPlaying = () => {
const timerId = setTimeout(() => {
console.log(' in checkIsPlaying 1')
if (this.audioId == null) {
return;
}
if (this.isDestroy) {
return;
}
totalTimeLabel.string = this.formatTime(audioClip.duration * 1000);
}, 300);
});
const curTime = cc.audioEngine.getCurrentTime(this.audioId);
if (curTime) {
let duration = cc.audioEngine.getDuration(audioId);
console.log('curTime: ' + curTime);
console.log('duration: ' + duration);
console.log('audioClip.duration: ' + audioClip.duration);
if (!duration) {
duration = audioClip.duration || 0;
}
// if (!duration) {
// checkIsPlaying();
// return;
// }
cc.audioEngine.stop(this.audioId);
this.totalTime = duration;
totalTimeLabel.string = this.formatTime(duration * 1000);
} else {
checkIsPlaying();
}
}, 1);
}
let audioId;
playBtn.on('touchstart', () => {
......
{
"ver": "1.0.8",
"uuid": "5fb8daa2-5355-44e8-b3ac-754d52205c77",
"uuid": "a282bb53-a3cf-40b0-9d51-cfc85983d30f",
"isPlugin": false,
"loadPluginInWeb": true,
"loadPluginInNative": true,
......
{
"ver": "1.1.2",
"uuid": "b0c008bc-cf92-463b-8360-0984e13c2e4d",
"uuid": "297086ec-eb22-42e3-8fe3-dcf7bf809b90",
"isBundle": false,
"bundleName": "",
"priority": 1,
......
{
"ver": "1.0.8",
"uuid": "e270ed2b-f041-4533-af35-843dcd9506ca",
"uuid": "23ba19bf-8bbd-42e7-9a75-93bfad500601",
"isPlugin": false,
"loadPluginInWeb": true,
"loadPluginInNative": true,
......
{
"ver": "1.0.8",
"uuid": "c41b0e51-55d7-443c-af3a-b22c3dd9b9e5",
"uuid": "e0e5cb01-243d-40e8-b35f-4b08d6844da5",
"isPlugin": false,
"loadPluginInWeb": true,
"loadPluginInNative": true,
......
{
"ver": "1.0.8",
"uuid": "b54300af-b8e5-4b4e-aa2f-9ac1cef7b598",
"uuid": "9b403bcb-7f8b-4cba-83e4-3048f8f15362",
"isPlugin": true,
"loadPluginInWeb": true,
"loadPluginInNative": true,
......
{
"ver": "1.0.8",
"uuid": "ade7af40-d56d-4087-bbc6-2888fef55353",
"uuid": "345688c8-8801-4e97-be01-f80bb0ff115b",
"isPlugin": false,
"loadPluginInWeb": true,
"loadPluginInNative": true,
......
{
"ver": "1.1.2",
"uuid": "8ba21262-178f-4fa5-afc9-2c1dd50ba3ab",
"uuid": "5f97ee38-7bbc-4eb0-ae23-cf47171ce2ee",
"isBundle": false,
"bundleName": "",
"priority": 1,
......
{
"ver": "2.3.5",
"uuid": "5deb08e9-f192-4a77-97ec-e44183c425f4",
"uuid": "ca5ec013-da3d-4f58-88b5-70ff0c1d27b9",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
......@@ -13,8 +13,8 @@
"subMetas": {
"Img_paper": {
"ver": "1.0.4",
"uuid": "c1b0727d-67a2-484a-9f9b-7267bb45e532",
"rawTextureUuid": "5deb08e9-f192-4a77-97ec-e44183c425f4",
"uuid": "efda3546-cb7b-440f-9f78-6374dc0763f0",
"rawTextureUuid": "ca5ec013-da3d-4f58-88b5-70ff0c1d27b9",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
......
{
"ver": "2.3.5",
"uuid": "37006322-be4a-4813-8289-b3a9d70dddde",
"uuid": "fd655f0b-ded2-4bbf-adb8-589d45b51473",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
......@@ -13,8 +13,8 @@
"subMetas": {
"bg_sahua": {
"ver": "1.0.4",
"uuid": "b927b837-bf0a-4b15-800a-d11e25ed43ff",
"rawTextureUuid": "37006322-be4a-4813-8289-b3a9d70dddde",
"uuid": "3a2297d7-898b-4fb8-b4f8-c8149fb4e24a",
"rawTextureUuid": "fd655f0b-ded2-4bbf-adb8-589d45b51473",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
......
{
"ver": "1.1.2",
"uuid": "48ca83aa-8e9f-4fdf-9b50-97e5effa638d",
"uuid": "618bcb6b-e047-4ff6-9bbf-fa359037e46d",
"isBundle": false,
"bundleName": "",
"priority": 1,
......
{
"ver": "2.3.5",
"uuid": "fccb5443-4628-4375-9c6e-3ef172fd46f9",
"uuid": "70e5b33d-bf68-4d34-bb59-f4107629947d",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
......@@ -13,8 +13,8 @@
"subMetas": {
"back_btn": {
"ver": "1.0.4",
"uuid": "329b9491-7e80-40bd-a35b-4ae8642753eb",
"rawTextureUuid": "fccb5443-4628-4375-9c6e-3ef172fd46f9",
"uuid": "cc367926-4421-44b8-bf94-9115da214c93",
"rawTextureUuid": "70e5b33d-bf68-4d34-bb59-f4107629947d",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
......
{
"ver": "2.3.5",
"uuid": "a0091ff4-756f-4ebe-a454-d24653c0b743",
"uuid": "930bdf62-3b8d-40fa-93be-7e3b76a0e9e1",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
......@@ -13,8 +13,8 @@
"subMetas": {
"color_1": {
"ver": "1.0.4",
"uuid": "dd073dec-35de-45c6-be16-dacb0f19a87d",
"rawTextureUuid": "a0091ff4-756f-4ebe-a454-d24653c0b743",
"uuid": "e8e564ad-d364-404c-92ff-a7829897959e",
"rawTextureUuid": "930bdf62-3b8d-40fa-93be-7e3b76a0e9e1",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
......
{
"ver": "2.3.5",
"uuid": "effb7901-18cb-4610-ba91-e9e503d17dd7",
"uuid": "c45f92de-ed0c-4778-af61-8ddcda56665c",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
......@@ -13,8 +13,8 @@
"subMetas": {
"color_2": {
"ver": "1.0.4",
"uuid": "83876c70-2c73-4e5c-9104-3b092bb5ecb7",
"rawTextureUuid": "effb7901-18cb-4610-ba91-e9e503d17dd7",
"uuid": "02737f39-b857-40bc-abd8-53d52bbbbb06",
"rawTextureUuid": "c45f92de-ed0c-4778-af61-8ddcda56665c",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
......
{
"ver": "2.3.5",
"uuid": "f832568f-92a2-4e6f-99f3-000462b31194",
"uuid": "fd41f97e-937b-4f4e-9278-1d6adbc9fd02",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
......@@ -13,8 +13,8 @@
"subMetas": {
"color_3": {
"ver": "1.0.4",
"uuid": "ad308814-397a-4edf-ac5e-5a4fa199e8b5",
"rawTextureUuid": "f832568f-92a2-4e6f-99f3-000462b31194",
"uuid": "b5358f47-9330-4e2d-ae99-806dd61e1f9d",
"rawTextureUuid": "fd41f97e-937b-4f4e-9278-1d6adbc9fd02",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
......
{
"ver": "2.3.5",
"uuid": "0228cb2a-e0bb-48ea-a3a0-dd3c4defc4a5",
"uuid": "891c9a7c-04d2-40f8-be75-dc38c2846f2d",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
......@@ -13,8 +13,8 @@
"subMetas": {
"color_4": {
"ver": "1.0.4",
"uuid": "2bb77f6a-05f7-4794-8105-883d8c4df44f",
"rawTextureUuid": "0228cb2a-e0bb-48ea-a3a0-dd3c4defc4a5",
"uuid": "63d0d9e7-727f-4f74-ae70-dbbba28b75db",
"rawTextureUuid": "891c9a7c-04d2-40f8-be75-dc38c2846f2d",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
......
{
"ver": "2.3.5",
"uuid": "a76aa701-4063-4703-a204-8c067b415ed9",
"uuid": "15a8def2-9ec2-489e-bbcc-2a643a2d11bc",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
......@@ -13,8 +13,8 @@
"subMetas": {
"color_5": {
"ver": "1.0.4",
"uuid": "7518ac96-4298-42a8-9513-3350f5aaa17b",
"rawTextureUuid": "a76aa701-4063-4703-a204-8c067b415ed9",
"uuid": "ae02c97d-1592-477f-8d61-42ae07bcb39b",
"rawTextureUuid": "15a8def2-9ec2-489e-bbcc-2a643a2d11bc",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
......
{
"ver": "2.3.5",
"uuid": "209d66ff-f3b7-4539-9942-39f4584cc50a",
"uuid": "81e3585a-cfcf-4bea-aab1-2404a956bfa4",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
......@@ -13,8 +13,8 @@
"subMetas": {
"color_6": {
"ver": "1.0.4",
"uuid": "11e5475c-1acd-4781-ac96-a18431474c77",
"rawTextureUuid": "209d66ff-f3b7-4539-9942-39f4584cc50a",
"uuid": "4e90d220-8036-4f17-bd44-1677e20ae746",
"rawTextureUuid": "81e3585a-cfcf-4bea-aab1-2404a956bfa4",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
......
{
"ver": "2.3.5",
"uuid": "d33ecdb0-e42d-42e0-ba83-ad5dc03e665f",
"uuid": "589a5e15-7b82-4014-bd7a-b139f0e14b4b",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
......@@ -13,8 +13,8 @@
"subMetas": {
"color_7": {
"ver": "1.0.4",
"uuid": "5688cc40-b731-4fe6-bbe0-2d5cbf50f7cd",
"rawTextureUuid": "d33ecdb0-e42d-42e0-ba83-ad5dc03e665f",
"uuid": "d732b288-6757-4242-aec6-717f99f14816",
"rawTextureUuid": "589a5e15-7b82-4014-bd7a-b139f0e14b4b",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
......
{
"ver": "2.3.5",
"uuid": "59f73ffe-c9a7-4773-85a9-4d101b5e15a8",
"uuid": "4c67cbbc-3c34-4d0d-8618-bb582d626918",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
......@@ -13,8 +13,8 @@
"subMetas": {
"color_btn": {
"ver": "1.0.4",
"uuid": "55d5b422-4d5b-4f21-971d-58d287c5fcf5",
"rawTextureUuid": "59f73ffe-c9a7-4773-85a9-4d101b5e15a8",
"uuid": "7caa2aca-d9dc-4ab6-a01a-cf7ca9b5e151",
"rawTextureUuid": "4c67cbbc-3c34-4d0d-8618-bb582d626918",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
......
{
"ver": "2.3.5",
"uuid": "8cbafcfb-5379-4f75-a569-131f18dd9770",
"uuid": "23d3268b-4887-442f-a937-3a0526287e7a",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
......@@ -13,8 +13,8 @@
"subMetas": {
"icon_play": {
"ver": "1.0.4",
"uuid": "72d233a2-452f-48ce-b4fc-b0126aeb7933",
"rawTextureUuid": "8cbafcfb-5379-4f75-a569-131f18dd9770",
"uuid": "a1fc89c0-caa4-4e5b-93d1-5191fee58d21",
"rawTextureUuid": "23d3268b-4887-442f-a937-3a0526287e7a",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
......
{
"ver": "2.3.5",
"uuid": "2af94ec4-68bb-4c0f-9a04-c907291a26a6",
"uuid": "4962d3ce-d416-481e-92e4-5dec7960ac5d",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
......@@ -13,8 +13,8 @@
"subMetas": {
"icon_stop": {
"ver": "1.0.4",
"uuid": "cc12ca20-9741-45b7-9a77-0c1ca0f5955f",
"rawTextureUuid": "2af94ec4-68bb-4c0f-9a04-c907291a26a6",
"uuid": "029e693b-238d-4a4e-8b87-7e5ba21aa0d8",
"rawTextureUuid": "4962d3ce-d416-481e-92e4-5dec7960ac5d",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
......
{
"ver": "2.3.5",
"uuid": "7dc90fed-f3be-42d5-8579-74f35f451e04",
"uuid": "7beca014-6874-4bb2-8ed9-785b2d6d3bba",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
......@@ -13,8 +13,8 @@
"subMetas": {
"input_bg": {
"ver": "1.0.4",
"uuid": "dee360d4-ee85-47e0-8013-f07e0ab7da06",
"rawTextureUuid": "7dc90fed-f3be-42d5-8579-74f35f451e04",
"uuid": "67782fb1-4b33-4527-8931-7165e46f0e4d",
"rawTextureUuid": "7beca014-6874-4bb2-8ed9-785b2d6d3bba",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
......
{
"ver": "2.3.5",
"uuid": "8e2f629b-3f27-4143-bb78-1e7fc900968e",
"uuid": "48269919-5426-4df7-bd3a-8813fc79461b",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
......@@ -13,8 +13,8 @@
"subMetas": {
"panel": {
"ver": "1.0.4",
"uuid": "dd01b0c2-3c50-46f8-b5a6-d2707dc67e3b",
"rawTextureUuid": "8e2f629b-3f27-4143-bb78-1e7fc900968e",
"uuid": "f36fe91c-b267-44db-9481-dab1f9a46272",
"rawTextureUuid": "48269919-5426-4df7-bd3a-8813fc79461b",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
......
{
"ver": "2.3.5",
"uuid": "fee46d69-cbf7-4102-a608-af0435febe9b",
"uuid": "dd21bed8-33d2-4477-9365-fb3729e488e7",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
......@@ -13,8 +13,8 @@
"subMetas": {
"pause": {
"ver": "1.0.4",
"uuid": "ef9504e0-4ac5-49bd-819f-32f966a9b2b5",
"rawTextureUuid": "fee46d69-cbf7-4102-a608-af0435febe9b",
"uuid": "0cd2126b-59ea-4175-be6c-09a45d6c6340",
"rawTextureUuid": "dd21bed8-33d2-4477-9365-fb3729e488e7",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
......
{
"ver": "2.3.5",
"uuid": "9e285d8c-dc41-40c3-914e-d11acf4bc261",
"uuid": "126f1eb8-49e5-4bff-abe0-36f11379d700",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 22,
"height": 22,
"width": 44,
"height": 44,
"platformSettings": {},
"subMetas": {
"play": {
"ver": "1.0.4",
"uuid": "7b38f27f-61c6-45de-91d2-43a2a7b325b4",
"rawTextureUuid": "9e285d8c-dc41-40c3-914e-d11acf4bc261",
"uuid": "621c138a-1d69-46ab-8ea3-7f6794394ef5",
"rawTextureUuid": "126f1eb8-49e5-4bff-abe0-36f11379d700",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
......
{
"ver": "2.3.5",
"uuid": "1756c90c-b61f-4b04-89a6-3f934232576a",
"uuid": "7172c95f-69ed-4508-a283-b4b5e6d39f8f",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
......@@ -13,8 +13,8 @@
"subMetas": {
"progress": {
"ver": "1.0.4",
"uuid": "6d0ff317-ad33-4a58-a228-8f6265be950a",
"rawTextureUuid": "1756c90c-b61f-4b04-89a6-3f934232576a",
"uuid": "879d5c17-7588-4fc7-badb-362dec6e9aa4",
"rawTextureUuid": "7172c95f-69ed-4508-a283-b4b5e6d39f8f",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
......
{
"ver": "2.3.5",
"uuid": "bb80439b-7b8b-4051-90ab-a2411cd2cd07",
"uuid": "7a36d230-4430-45e9-a6e5-e9cc88379d2f",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
......@@ -13,8 +13,8 @@
"subMetas": {
"progress_bg": {
"ver": "1.0.4",
"uuid": "8ef49c68-1ead-4013-84a3-bb6d74f6a272",
"rawTextureUuid": "bb80439b-7b8b-4051-90ab-a2411cd2cd07",
"uuid": "897849d1-f70c-4d7f-8b21-7ee0166b4f76",
"rawTextureUuid": "7a36d230-4430-45e9-a6e5-e9cc88379d2f",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
......
{
"ver": "2.3.5",
"uuid": "344a41f5-c087-4e1b-b3d1-7a531acf129f",
"uuid": "94686cc9-b93b-4c43-bc09-21f0a127a64e",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
......@@ -13,8 +13,8 @@
"subMetas": {
"progress_btn": {
"ver": "1.0.4",
"uuid": "f55ad178-167e-4763-88fc-9a62a5b9f08b",
"rawTextureUuid": "344a41f5-c087-4e1b-b3d1-7a531acf129f",
"uuid": "6f569fac-d42a-4ffc-ab34-cf3b98639074",
"rawTextureUuid": "94686cc9-b93b-4c43-bc09-21f0a127a64e",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
......
{
"ver": "2.3.5",
"uuid": "932d38fa-4673-4bb7-8f02-3aa5ef0f0547",
"uuid": "13af9dbc-ff9c-4a10-8091-d602caecd196",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
......@@ -13,8 +13,8 @@
"subMetas": {
"select": {
"ver": "1.0.4",
"uuid": "aa739e49-3c78-4023-9543-463a2ba9c488",
"rawTextureUuid": "932d38fa-4673-4bb7-8f02-3aa5ef0f0547",
"uuid": "7e66c7d8-6b45-476d-bdc0-7b85f1dd14a5",
"rawTextureUuid": "13af9dbc-ff9c-4a10-8091-d602caecd196",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
......
{
"ver": "2.3.5",
"uuid": "58bb03bd-9dd4-4dc9-9289-0f1fd512947e",
"uuid": "e90a8f9b-451e-4c2b-9d13-949ca699ce35",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
......@@ -13,8 +13,8 @@
"subMetas": {
"select_old": {
"ver": "1.0.4",
"uuid": "65d21474-3219-4767-9ef3-643c9e64b789",
"rawTextureUuid": "58bb03bd-9dd4-4dc9-9289-0f1fd512947e",
"uuid": "b6cb7be3-9816-489b-a23c-a59593044ed4",
"rawTextureUuid": "e90a8f9b-451e-4c2b-9d13-949ca699ce35",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
......
......@@ -54,7 +54,7 @@ function execCmd(cmd, params, path) {
let creatorBasePath = 'CocosCreator';
if (process.platform !== 'win32') {
creatorBasePath = "/Applications/CocosCreator/Creator/2.4.5/CocosCreator.app/Contents/MacOS/CocosCreator";
creatorBasePath = "/Applications/Cocos/Creator/2.4.5/CocosCreator.app/Contents/MacOS/CocosCreator";
}
const buildCocos = function (args) {
return new Promise((resolve, reject) => {
......
This diff is collapsed.
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