Commit a4583969 authored by Tt's avatar Tt

待处理bug部分

parent 9c236c23
...@@ -2008,7 +2008,7 @@ ...@@ -2008,7 +2008,7 @@
"__type__": "TypedArray", "__type__": "TypedArray",
"ctor": "Float64Array", "ctor": "Float64Array",
"array": [ "array": [
-1818.156, 2037.827,
0, 0,
0, 0,
0, 0,
...@@ -2197,7 +2197,7 @@ ...@@ -2197,7 +2197,7 @@
"ctor": "Float64Array", "ctor": "Float64Array",
"array": [ "array": [
-69.389, -69.389,
482.528, 447.256,
0, 0,
0, 0,
0, 0,
...@@ -2291,7 +2291,7 @@ ...@@ -2291,7 +2291,7 @@
"ctor": "Float64Array", "ctor": "Float64Array",
"array": [ "array": [
-75.191, -75.191,
483.025, 447.753,
0, 0,
0, 0,
0, 0,
...@@ -2386,7 +2386,7 @@ ...@@ -2386,7 +2386,7 @@
"ctor": "Float64Array", "ctor": "Float64Array",
"array": [ "array": [
0, 0,
-305.71, -340.982,
0, 0,
0, 0,
0, 0,
...@@ -5367,7 +5367,7 @@ ...@@ -5367,7 +5367,7 @@
"__id__": 80 "__id__": 80
}, },
"_children": [], "_children": [],
"_active": true, "_active": false,
"_components": [ "_components": [
{ {
"__id__": 110 "__id__": 110
......
...@@ -154,6 +154,7 @@ export default class SceneComponent extends MyCocosSceneComponent { ...@@ -154,6 +154,7 @@ export default class SceneComponent extends MyCocosSceneComponent {
} }
private currentAudioId: any; private currentAudioId: any;
startPlay() { startPlay() {
this.label_word.active = false;
this.touchForbid = false; this.touchForbid = false;
let com = this.btn_voice.getComponent(ImgAuto); let com = this.btn_voice.getComponent(ImgAuto);
com.playVoiceStart(); com.playVoiceStart();
......
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