Commit 8fd07bc3 authored by WangFan's avatar WangFan

修改倒计时不变色bug

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