Commit d46fe3e2 authored by 李维's avatar 李维

修复单词错误

parent 0fad0efc
...@@ -303,7 +303,7 @@ export default class SceneComponent extends MyCocosSceneComponent { ...@@ -303,7 +303,7 @@ export default class SceneComponent extends MyCocosSceneComponent {
this.showTestImage(idx); this.showTestImage(idx);
const words = [ const words = [
'toad', 'new', 'coat', 'boot', 'toad', 'new', 'coat', 'boot',
'yellow', 'fruit', 'cube', 'window', 'yellow', 'fruit', 'clue', 'window',
'moon', 'zoo', 'elbow', 'bow', 'moon', 'zoo', 'elbow', 'bow',
'suit', 'boat', 'blue', 'goat' 'suit', 'boat', 'blue', 'goat'
]; ];
...@@ -479,7 +479,7 @@ export default class SceneComponent extends MyCocosSceneComponent { ...@@ -479,7 +479,7 @@ export default class SceneComponent extends MyCocosSceneComponent {
initBoats() { initBoats() {
const words = [ const words = [
'toad', 'new', 'coat', 'boot', 'toad', 'new', 'coat', 'boot',
'yellow', 'fruit', 'cube', 'window', 'yellow', 'fruit', 'clue', 'window',
'moon', 'zoo', 'elbow', 'bow', 'moon', 'zoo', 'elbow', 'bow',
'suit', 'boat', 'blue', 'goat' 'suit', 'boat', 'blue', 'goat'
]; ];
...@@ -524,7 +524,7 @@ export default class SceneComponent extends MyCocosSceneComponent { ...@@ -524,7 +524,7 @@ export default class SceneComponent extends MyCocosSceneComponent {
initOtherBoats() { initOtherBoats() {
const words = [ const words = [
'toad', 'new', 'coat', 'boot', 'toad', 'new', 'coat', 'boot',
'yellow', 'fruit', 'cube', 'window', 'yellow', 'fruit', 'clue', 'window',
'moon', 'zoo', 'elbow', 'bow', 'moon', 'zoo', 'elbow', 'bow',
'suit', 'boat', 'blue', 'goat' 'suit', 'boat', 'blue', 'goat'
]; ];
......
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