Commit 8fd07bc3 authored by WangFan's avatar WangFan

修改倒计时不变色bug

parent a0a3d8a8
...@@ -975,8 +975,8 @@ ...@@ -975,8 +975,8 @@
"__type__": "TypedArray", "__type__": "TypedArray",
"ctor": "Float64Array", "ctor": "Float64Array",
"array": [ "array": [
0, 17.153,
-79.205, -87.782,
0, 0,
0, 0,
0, 0,
......
...@@ -170,6 +170,7 @@ export default class SceneComponent extends MyCocosSceneComponent { ...@@ -170,6 +170,7 @@ export default class SceneComponent extends MyCocosSceneComponent {
microphoneAreaRecover() { microphoneAreaRecover() {
cc.Tween.stopAllByTarget(this.microphone_area); cc.Tween.stopAllByTarget(this.microphone_area);
pg.view.setColor(this.time, "#FFFFFF") pg.view.setColor(this.time, "#FFFFFF")
this.microPhoneChange = false;
this.microphone_area.angle = 0; this.microphone_area.angle = 0;
this.time_area.active = false; this.time_area.active = false;
} }
......
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