Commit 855707f8 authored by 杨一航's avatar 杨一航

add

parent b18347c6
...@@ -190,6 +190,8 @@ export default class SceneComponent extends MyCocosSceneComponent { ...@@ -190,6 +190,8 @@ export default class SceneComponent extends MyCocosSceneComponent {
this.pp.active = false; this.pp.active = false;
this.pp.on("click", this.openCoursView, this); this.pp.on("click", this.openCoursView, this);
this.initwordAnswerData();
} }
loadPlayerHeadImage() { loadPlayerHeadImage() {
...@@ -974,6 +976,62 @@ It is a/an animal/fruit?`; ...@@ -974,6 +976,62 @@ It is a/an animal/fruit?`;
"Is it bule", "Is it bule",
"Is it green", "Is it green",
], ],
umbrella: [
"Is your word umbrella",
"Is it blue",
],
love: [
"Is your word love",
"Is it red",
],
acorn: [
"Is your word acorn",
"Can you eat it",
"Is it brown",
],
lemon: [
"Is your word lemon",
"Can you eat it",
"Is it a fruit",
"Is it yellow",
],
chicken: [
"Is your word chicken",
"Is it yellow",
"Is it an animal"
],
son: [
"Is your word son",
"Is it orange",
"Is it orange and blue",
"Is it blue and orange",
],
hotel: [
"Is your word hotel",
"Is it green",
],
she: [
"Is your word she",
"Is it pink",
"Is it grey",
"Is it pink and grey",
"Is it grey and pink",
],
uniform: [
"Is your word uniform",
"Is it red",
"Is it yellow",
"Is it yellow and red",
"Is it red and yellow",
],
banana: [
"Is your word banana",
"Can you eat it",
"Is it yellow",
"Is it a fruit",
],
} }
} }
......
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