Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hy11_paopao
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
hy11_paopao
Commits
a2f48fc0
Commit
a2f48fc0
authored
Jul 10, 2023
by
Tt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
选项增加唯一识别
parent
8df20262
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
8 deletions
+12
-8
hy11_paopao.fire
assets/hy11_paopao/scene/hy11_paopao.fire
+2
-2
hy11_paopao.ts
assets/hy11_paopao/scene/hy11_paopao.ts
+4
-0
defaultData_hy11_paopao.ts
assets/hy11_paopao/script/defaultData_hy11_paopao.ts
+6
-6
No files found.
assets/hy11_paopao/scene/hy11_paopao.fire
View file @
a2f48fc0
...
@@ -1961,7 +1961,7 @@
...
@@ -1961,7 +1961,7 @@
},
},
"_contentSize": {
"_contentSize": {
"__type__": "cc.Size",
"__type__": "cc.Size",
"width": 15
2.6
,
"width": 15
0.74
,
"height": 63
"height": 63
},
},
"_anchorPoint": {
"_anchorPoint": {
...
@@ -2047,7 +2047,7 @@
...
@@ -2047,7 +2047,7 @@
"__type__": "TypedArray",
"__type__": "TypedArray",
"ctor": "Float64Array",
"ctor": "Float64Array",
"array": [
"array": [
2
10.81399999999996
,
2
08.95399999999995
,
0,
0,
0,
0,
0,
0,
...
...
assets/hy11_paopao/scene/hy11_paopao.ts
View file @
a2f48fc0
...
@@ -97,6 +97,10 @@ export default class SceneComponent extends MyCocosSceneComponent {
...
@@ -97,6 +97,10 @@ export default class SceneComponent extends MyCocosSceneComponent {
this
.
gameOver
();
this
.
gameOver
();
return
;
return
;
}
}
this
.
currentQuestion
.
options
=
this
.
currentQuestion
.
options
.
map
((
op
,
i
)
=>
{
op
.
id
=
i
;
return
op
;
})
this
.
startCreate
=
false
;
this
.
startCreate
=
false
;
this
.
createCount
=
-
1
;
this
.
createCount
=
-
1
;
this
.
lastTime
=
new
Date
().
getTime
();
this
.
lastTime
=
new
Date
().
getTime
();
...
...
assets/hy11_paopao/script/defaultData_hy11_paopao.ts
View file @
a2f48fc0
...
@@ -31,10 +31,10 @@ export const defaultData =
...
@@ -31,10 +31,10 @@ export const defaultData =
"
type
"
:
"
txt
"
,
"
type
"
:
"
txt
"
,
"
image
"
:
""
,
"
image
"
:
""
,
"
audio
"
:
""
,
"
audio
"
:
""
,
"
text
"
:
"
ol
d
"
,
"
text
"
:
"
ba
d
"
,
"
duration
"
:
""
,
"
duration
"
:
""
,
"
content
"
:
""
,
"
content
"
:
""
,
"
right
"
:
fals
e
"
right
"
:
tru
e
},
},
{
{
"
type
"
:
"
img
"
,
"
type
"
:
"
img
"
,
...
@@ -58,10 +58,10 @@ export const defaultData =
...
@@ -58,10 +58,10 @@ export const defaultData =
"
type
"
:
"
txt
"
,
"
type
"
:
"
txt
"
,
"
image
"
:
""
,
"
image
"
:
""
,
"
audio
"
:
""
,
"
audio
"
:
""
,
"
text
"
:
"
Beijing Opera
"
,
"
text
"
:
"
bad
"
,
"
duration
"
:
""
,
"
duration
"
:
""
,
"
content
"
:
""
,
"
content
"
:
""
,
"
right
"
:
fals
e
"
right
"
:
tru
e
}
}
],
],
"
audioName
"
:
"
bad.mp3
"
"
audioName
"
:
"
bad.mp3
"
...
@@ -132,8 +132,8 @@ export const defaultData =
...
@@ -132,8 +132,8 @@ export const defaultData =
"
bgAudioName
"
:
""
,
"
bgAudioName
"
:
""
,
"
audioName
"
:
""
,
"
audioName
"
:
""
,
"
npcTitle
"
:
"
Warm UP
"
,
"
npcTitle
"
:
"
Warm UP
"
,
"
npcAudio
"
:
"
http://staging-teach.cdn.ireadabc.com/cd8faccc65b1b6f89badcc87898a0559_l.mp3
"
,
//
"npcAudio": "http://staging-teach.cdn.ireadabc.com/cd8faccc65b1b6f89badcc87898a0559_l.mp3",
"
npcAudioName
"
:
"
HY11欢乐泡泡-听音并选择你认为正确的答案.mp3
"
//
"npcAudioName": "HY11欢乐泡泡-听音并选择你认为正确的答案.mp3"
}
}
// {
// {
...
...
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