Commit 00875b70 authored by 杨一航's avatar 杨一航

add

parent 041725af
...@@ -12128,8 +12128,8 @@ ...@@ -12128,8 +12128,8 @@
], ],
"_srcBlendFactor": 770, "_srcBlendFactor": 770,
"_dstBlendFactor": 771, "_dstBlendFactor": 771,
"_string": "点击开始录音", "_string": "点击向我提问",
"_N$string": "点击开始录音", "_N$string": "点击向我提问",
"_fontSize": 30, "_fontSize": 30,
"_lineHeight": 40, "_lineHeight": 40,
"_enableWrapText": true, "_enableWrapText": true,
...@@ -13182,8 +13182,8 @@ ...@@ -13182,8 +13182,8 @@
], ],
"_srcBlendFactor": 770, "_srcBlendFactor": 770,
"_dstBlendFactor": 771, "_dstBlendFactor": 771,
"_string": "Is your word (正确单词)\nCan you eat it?\nIt is (颜色)?\nIt is a/an animal/fruit?\n", "_string": "Is your word (正确单词)\nCan you eat it?\nIs it (颜色)?\nIs it a/an animal/fruit?\n",
"_N$string": "Is your word (正确单词)\nCan you eat it?\nIt is (颜色)?\nIt is a/an animal/fruit?\n", "_N$string": "Is your word (正确单词)\nCan you eat it?\nIs it (颜色)?\nIs it a/an animal/fruit?\n",
"_fontSize": 40, "_fontSize": 40,
"_lineHeight": 40, "_lineHeight": 40,
"_enableWrapText": true, "_enableWrapText": true,
......
...@@ -756,6 +756,7 @@ export default class SceneComponent extends MyCocosSceneComponent { ...@@ -756,6 +756,7 @@ export default class SceneComponent extends MyCocosSceneComponent {
this.btn_record.getChildByName("lb").getComponent(cc.Label).string = "录音中。。。"; this.btn_record.getChildByName("lb").getComponent(cc.Label).string = "录音中。。。";
cc.audioEngine.stopAllEffects();
this.unschedule(this.longTimeNoAction) this.unschedule(this.longTimeNoAction)
this.schedule(this.longTimeNoAction, 15, 6, 15) this.schedule(this.longTimeNoAction, 15, 6, 15)
......
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