Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
L5R3_GuessingGame
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
template admin
L5R3_GuessingGame
Commits
855707f8
Commit
855707f8
authored
Nov 28, 2022
by
杨一航
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add
parent
b18347c6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
58 additions
and
0 deletions
+58
-0
L5R3_GuessingGame.ts
assets/L5R3_GuessingGame/scene/L5R3_GuessingGame.ts
+58
-0
No files found.
assets/L5R3_GuessingGame/scene/L5R3_GuessingGame.ts
View file @
855707f8
...
...
@@ -190,6 +190,8 @@ export default class SceneComponent extends MyCocosSceneComponent {
this
.
pp
.
active
=
false
;
this
.
pp
.
on
(
"
click
"
,
this
.
openCoursView
,
this
);
this
.
initwordAnswerData
();
}
loadPlayerHeadImage
()
{
...
...
@@ -974,6 +976,62 @@ It is a/an animal/fruit?`;
"
Is it bule
"
,
"
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
"
,
],
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment