Commit 99109e1f authored by limingzhe's avatar limingzhe

fix: debug

parent 72ed470b
...@@ -400,7 +400,6 @@ ...@@ -400,7 +400,6 @@
], ],
"_srcBlendFactor": 770, "_srcBlendFactor": 770,
"_dstBlendFactor": 771, "_dstBlendFactor": 771,
"_useOriginalSize": false,
"_string": "", "_string": "",
"_N$string": "", "_N$string": "",
"_fontSize": 56, "_fontSize": 56,
...@@ -434,7 +433,7 @@ ...@@ -434,7 +433,7 @@
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "bubble_ani (1)", "_name": "bubble_ani_1",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 1 "__id__": 1
...@@ -541,7 +540,7 @@ ...@@ -541,7 +540,7 @@
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "bubble_ani (2)", "_name": "bubble_ani_2",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 1 "__id__": 1
...@@ -648,7 +647,7 @@ ...@@ -648,7 +647,7 @@
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "bubble_ani (3)", "_name": "bubble_ani_3",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 1 "__id__": 1
...@@ -755,7 +754,7 @@ ...@@ -755,7 +754,7 @@
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "bubble_ani (4)", "_name": "bubble_ani_4",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 1 "__id__": 1
...@@ -862,7 +861,7 @@ ...@@ -862,7 +861,7 @@
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "bubble_ani (5)", "_name": "bubble_ani_5",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 1 "__id__": 1
...@@ -969,7 +968,7 @@ ...@@ -969,7 +968,7 @@
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "bubble_ani (6)", "_name": "bubble_ani_6",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 1 "__id__": 1
...@@ -1076,7 +1075,7 @@ ...@@ -1076,7 +1075,7 @@
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "bubble_ani (7)", "_name": "bubble_ani_7",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 1 "__id__": 1
...@@ -1183,7 +1182,7 @@ ...@@ -1183,7 +1182,7 @@
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "bubble_ani (9)", "_name": "bubble_ani_9",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 1 "__id__": 1
...@@ -1290,7 +1289,7 @@ ...@@ -1290,7 +1289,7 @@
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "bubble_ani (8)", "_name": "bubble_ani_8",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 1 "__id__": 1
...@@ -1510,7 +1509,7 @@ ...@@ -1510,7 +1509,7 @@
"asset": { "asset": {
"__uuid__": "ff427172-05bc-4907-a9d6-859d14218f60" "__uuid__": "ff427172-05bc-4907-a9d6-859d14218f60"
}, },
"fileId": "54TnCPh51Nt4I/6fuKOZwD", "fileId": "",
"sync": false "sync": false
} }
] ]
\ No newline at end of file
...@@ -436,9 +436,9 @@ export default class GameLogic { ...@@ -436,9 +436,9 @@ export default class GameLogic {
_p.push(new Promise((resolve,reject) => { _p.push(new Promise((resolve,reject) => {
this.timeIdArr.push(setTimeout(() => { this.timeIdArr.push(setTimeout(() => {
if(i>1) { if(i>1) {
bubb.node.getChildByName(`bubble_ani (${i})`).active = false; bubb.node.getChildByName(`bubble_ani_${i}`).active = false;
} }
bubb.node.getChildByName(`bubble_ani (${i+1})`).active = true; bubb.node.getChildByName(`bubble_ani_${i+1}`).active = true;
resolve() resolve()
}, 30 * i)); }, 30 * i));
})) }))
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
"height": 500, "height": 500,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"bubble_ani (1)": { "bubble_ani_1": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "4fa000f0-d76e-4956-80ea-3039b76442c3", "uuid": "4fa000f0-d76e-4956-80ea-3039b76442c3",
"rawTextureUuid": "11e45dd8-3ece-46fb-96f3-19c979b5f1e0", "rawTextureUuid": "11e45dd8-3ece-46fb-96f3-19c979b5f1e0",
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
"height": 500, "height": 500,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"bubble_ani (2)": { "bubble_ani_2": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "b8c0bcdb-74e7-4b9d-ad16-5117716997a2", "uuid": "b8c0bcdb-74e7-4b9d-ad16-5117716997a2",
"rawTextureUuid": "dae4eef6-c4de-49d3-8b82-bad78035553f", "rawTextureUuid": "dae4eef6-c4de-49d3-8b82-bad78035553f",
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
"height": 500, "height": 500,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"bubble_ani (3)": { "bubble_ani_3": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "d9d9d899-c61d-486f-beb2-d50f68204a5e", "uuid": "d9d9d899-c61d-486f-beb2-d50f68204a5e",
"rawTextureUuid": "5d16a674-b231-4414-a440-3c42db4876a5", "rawTextureUuid": "5d16a674-b231-4414-a440-3c42db4876a5",
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
"height": 500, "height": 500,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"bubble_ani (4)": { "bubble_ani_4": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "09ddffcf-a332-412e-bfe5-7d195984e9bd", "uuid": "09ddffcf-a332-412e-bfe5-7d195984e9bd",
"rawTextureUuid": "fa4375a1-631c-4c99-adfe-2d771bbbe7c3", "rawTextureUuid": "fa4375a1-631c-4c99-adfe-2d771bbbe7c3",
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
"height": 500, "height": 500,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"bubble_ani (5)": { "bubble_ani_5": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "f58c319b-319e-4639-a522-1010e6cfd148", "uuid": "f58c319b-319e-4639-a522-1010e6cfd148",
"rawTextureUuid": "1f371c5a-055f-4b4d-8f34-5f53bd4b22ff", "rawTextureUuid": "1f371c5a-055f-4b4d-8f34-5f53bd4b22ff",
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
"height": 500, "height": 500,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"bubble_ani (6)": { "bubble_ani_6": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "7303a330-a4c5-435f-8b54-987b70a40a6b", "uuid": "7303a330-a4c5-435f-8b54-987b70a40a6b",
"rawTextureUuid": "eb5b0c88-eff1-40de-b826-e8d226a63fc5", "rawTextureUuid": "eb5b0c88-eff1-40de-b826-e8d226a63fc5",
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
"height": 500, "height": 500,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"bubble_ani (7)": { "bubble_ani_7": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "4c765d84-a51f-432f-b031-89a5ef7a7080", "uuid": "4c765d84-a51f-432f-b031-89a5ef7a7080",
"rawTextureUuid": "b21ffe26-9138-4cb7-b145-4f46a551f659", "rawTextureUuid": "b21ffe26-9138-4cb7-b145-4f46a551f659",
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
"height": 500, "height": 500,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"bubble_ani (8)": { "bubble_ani_8": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "c13caa19-b445-463f-9afe-b84acf12d2d5", "uuid": "c13caa19-b445-463f-9afe-b84acf12d2d5",
"rawTextureUuid": "b61f1332-53b3-40f7-9536-1e660d679521", "rawTextureUuid": "b61f1332-53b3-40f7-9536-1e660d679521",
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
"height": 500, "height": 500,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"bubble_ani (9)": { "bubble_ani_9": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "d93cf7e1-8f50-43f9-805b-f9d9b93cd13b", "uuid": "d93cf7e1-8f50-43f9-805b-f9d9b93cd13b",
"rawTextureUuid": "36cfb9cd-7b92-4efd-a322-30cda9f176b6", "rawTextureUuid": "36cfb9cd-7b92-4efd-a322-30cda9f176b6",
......
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