Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hy04_pinci
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
hy04_pinci
Commits
204feca6
Commit
204feca6
authored
Jul 09, 2023
by
Tt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hy04修改完成
parent
1d755afa
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
724 additions
and
334 deletions
+724
-334
LayerBack_hy04_pinci.ts
assets/hy04_pinci/common/layer_back/LayerBack_hy04_pinci.ts
+4
-0
layer_back_hy04_pinci.prefab
...hy04_pinci/common/layer_back/layer_back_hy04_pinci.prefab
+181
-33
layer_ending_hy04_pinci.ts
...hy04_pinci/common/layer_ending/layer_ending_hy04_pinci.ts
+6
-2
hy04_pinci.fire
assets/hy04_pinci/scene/hy04_pinci.fire
+438
-290
hy04_pinci.ts
assets/hy04_pinci/scene/hy04_pinci.ts
+25
-4
defaultData_hy04_pinci.ts
assets/hy04_pinci/script/defaultData_hy04_pinci.ts
+70
-5
No files found.
assets/hy04_pinci/common/layer_back/LayerBack_hy04_pinci.ts
View file @
204feca6
...
@@ -11,6 +11,7 @@ const { ccclass, property } = cc._decorator;
...
@@ -11,6 +11,7 @@ const { ccclass, property } = cc._decorator;
export
default
class
LayerBack
extends
cc
.
Component
{
export
default
class
LayerBack
extends
cc
.
Component
{
private
btn_back
:
cc
.
Node
;
private
btn_back
:
cc
.
Node
;
private
img_npc_voice
:
cc
.
Node
;
private
img_npc_voice
:
cc
.
Node
;
private
bg_forbid
:
cc
.
Node
;
onLoad
()
{
onLoad
()
{
this
.
initView
();
this
.
initView
();
this
.
initEvent
();
this
.
initEvent
();
...
@@ -19,6 +20,7 @@ export default class LayerBack extends cc.Component {
...
@@ -19,6 +20,7 @@ export default class LayerBack extends cc.Component {
initView
()
{
initView
()
{
this
.
bg_forbid
=
pg
.
view
.
find
(
this
,
'
bg_forbid
'
)
this
.
btn_back
=
pg
.
view
.
find
(
this
,
'
btn_back
'
)
this
.
btn_back
=
pg
.
view
.
find
(
this
,
'
btn_back
'
)
this
.
label_title
=
pg
.
view
.
find
(
this
,
'
label_title
'
)
this
.
label_title
=
pg
.
view
.
find
(
this
,
'
label_title
'
)
this
.
img_npc_voice
=
pg
.
view
.
find
(
this
.
label_title
,
'
img_npc_voice
'
)
this
.
img_npc_voice
=
pg
.
view
.
find
(
this
.
label_title
,
'
img_npc_voice
'
)
...
@@ -38,6 +40,7 @@ export default class LayerBack extends cc.Component {
...
@@ -38,6 +40,7 @@ export default class LayerBack extends cc.Component {
pg
.
event
.
on
(
'
npc_layer_back_init
'
,
(
data
)
=>
{
pg
.
event
.
on
(
'
npc_layer_back_init
'
,
(
data
)
=>
{
this
.
updateView
(
data
);
this
.
updateView
(
data
);
if
(
!
this
.
npcAudio
)
{
if
(
!
this
.
npcAudio
)
{
pg
.
view
.
visible
(
this
.
bg_forbid
,
false
)
pg
.
event
.
emit
(
'
npc_voice_play_voice_end
'
);
pg
.
event
.
emit
(
'
npc_voice_play_voice_end
'
);
}
else
{
}
else
{
this
.
playVoiceStart
();
this
.
playVoiceStart
();
...
@@ -55,6 +58,7 @@ export default class LayerBack extends cc.Component {
...
@@ -55,6 +58,7 @@ export default class LayerBack extends cc.Component {
this
.
schedule
(
this
.
playVoiceRunning
,
0.3
)
this
.
schedule
(
this
.
playVoiceRunning
,
0.3
)
pg
.
audio
.
playAudioByUrl
(
this
.
npcAudio
,
()
=>
{
pg
.
audio
.
playAudioByUrl
(
this
.
npcAudio
,
()
=>
{
this
.
playVoiceEnd
();
this
.
playVoiceEnd
();
pg
.
view
.
visible
(
this
.
bg_forbid
,
false
)
pg
.
event
.
emit
(
'
npc_voice_play_voice_end
'
)
pg
.
event
.
emit
(
'
npc_voice_play_voice_end
'
)
},
(
audioId
)
=>
{
},
(
audioId
)
=>
{
this
.
audioId
=
audioId
;
this
.
audioId
=
audioId
;
...
...
assets/hy04_pinci/common/layer_back/layer_back_hy04_pinci.prefab
View file @
204feca6
...
@@ -21,20 +21,23 @@
...
@@ -21,20 +21,23 @@
"__id__": 2
"__id__": 2
},
},
{
{
"__id__": 7
"__id__": 6
},
{
"__id__": 11
}
}
],
],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 2
2
"__id__": 2
7
},
},
{
{
"__id__": 2
3
"__id__": 2
8
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 2
4
"__id__": 2
9
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -85,7 +88,7 @@
...
@@ -85,7 +88,7 @@
},
},
{
{
"__type__": "cc.Node",
"__type__": "cc.Node",
"_name": "b
tn_back
",
"_name": "b
g_forbid
",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 1
"__id__": 1
...
@@ -98,13 +101,128 @@
...
@@ -98,13 +101,128 @@
},
},
{
{
"__id__": 4
"__id__": 4
}
],
"_prefab": {
"__id__": 5
},
"_opacity": 255,
"_color": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"_contentSize": {
"__type__": "cc.Size",
"width": 1920,
"height": 1080
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_trs": {
"__type__": "TypedArray",
"ctor": "Float64Array",
"array": [
0,
0,
0,
0,
0,
0,
1,
1,
1,
1
]
},
"_eulerAngles": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_skewX": 0,
"_skewY": 0,
"_is3DNode": false,
"_groupIndex": 0,
"groupIndex": 0,
"_id": ""
},
},
{
{
"__id__": 5
"__type__": "cc.Widget",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 2
},
"_enabled": true,
"alignMode": 1,
"_target": null,
"_alignFlags": 45,
"_left": 0,
"_right": 0,
"_top": 0,
"_bottom": 0,
"_verticalCenter": 0,
"_horizontalCenter": 0,
"_isAbsLeft": true,
"_isAbsRight": true,
"_isAbsTop": true,
"_isAbsBottom": true,
"_isAbsHorizontalCenter": true,
"_isAbsVerticalCenter": true,
"_originalWidth": 0,
"_originalHeight": 0,
"_id": ""
},
{
"__type__": "cc.BlockInputEvents",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 2
},
"_enabled": true,
"_id": ""
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__uuid__": "0b87ca13-07e1-4237-ab3b-7f27c69deb2d"
},
"fileId": "07DTTDThBNdJCrgpsUtJSh",
"sync": false
},
{
"__type__": "cc.Node",
"_name": "btn_back",
"_objFlags": 0,
"_parent": {
"__id__": 1
},
"_children": [],
"_active": true,
"_components": [
{
"__id__": 7
},
{
"__id__": 8
},
{
"__id__": 9
}
}
],
],
"_prefab": {
"_prefab": {
"__id__":
6
"__id__":
10
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -158,7 +276,7 @@
...
@@ -158,7 +276,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__":
2
"__id__":
6
},
},
"_enabled": true,
"_enabled": true,
"_materials": [
"_materials": [
...
@@ -190,7 +308,7 @@
...
@@ -190,7 +308,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__":
2
"__id__":
6
},
},
"_enabled": true,
"_enabled": true,
"_normalMaterial": null,
"_normalMaterial": null,
...
@@ -258,7 +376,7 @@
...
@@ -258,7 +376,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__":
2
"__id__":
6
},
},
"_enabled": true,
"_enabled": true,
"alignMode": 1,
"alignMode": 1,
...
@@ -300,17 +418,20 @@
...
@@ -300,17 +418,20 @@
},
},
"_children": [
"_children": [
{
{
"__id__":
8
"__id__":
12
}
}
],
],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 20
"__id__": 24
},
{
"__id__": 25
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 2
1
"__id__": 2
6
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -364,27 +485,27 @@
...
@@ -364,27 +485,27 @@
"_name": "img_npc_voice",
"_name": "img_npc_voice",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__":
7
"__id__":
11
},
},
"_children": [
"_children": [
{
{
"__id__":
9
"__id__":
13
},
},
{
{
"__id__": 1
2
"__id__": 1
6
},
},
{
{
"__id__": 1
5
"__id__": 1
9
}
}
],
],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__":
18
"__id__":
22
}
}
],
],
"_prefab": {
"_prefab": {
"__id__":
19
"__id__":
23
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -438,17 +559,17 @@
...
@@ -438,17 +559,17 @@
"_name": "p1",
"_name": "p1",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__":
8
"__id__":
12
},
},
"_children": [],
"_children": [],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 1
0
"__id__": 1
4
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 1
1
"__id__": 1
5
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -502,7 +623,7 @@
...
@@ -502,7 +623,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__":
9
"__id__":
13
},
},
"_enabled": true,
"_enabled": true,
"_materials": [
"_materials": [
...
@@ -545,17 +666,17 @@
...
@@ -545,17 +666,17 @@
"_name": "p2",
"_name": "p2",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__":
8
"__id__":
12
},
},
"_children": [],
"_children": [],
"_active": false,
"_active": false,
"_components": [
"_components": [
{
{
"__id__": 1
3
"__id__": 1
7
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 1
4
"__id__": 1
8
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -609,7 +730,7 @@
...
@@ -609,7 +730,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 1
2
"__id__": 1
6
},
},
"_enabled": true,
"_enabled": true,
"_materials": [
"_materials": [
...
@@ -652,17 +773,17 @@
...
@@ -652,17 +773,17 @@
"_name": "p3",
"_name": "p3",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__":
8
"__id__":
12
},
},
"_children": [],
"_children": [],
"_active": false,
"_active": false,
"_components": [
"_components": [
{
{
"__id__":
16
"__id__":
20
}
}
],
],
"_prefab": {
"_prefab": {
"__id__":
17
"__id__":
21
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -716,7 +837,7 @@
...
@@ -716,7 +837,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 1
5
"__id__": 1
9
},
},
"_enabled": true,
"_enabled": true,
"_materials": [
"_materials": [
...
@@ -759,7 +880,7 @@
...
@@ -759,7 +880,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__":
8
"__id__":
12
},
},
"_enabled": true,
"_enabled": true,
"alignMode": 2,
"alignMode": 2,
...
@@ -797,7 +918,7 @@
...
@@ -797,7 +918,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__":
7
"__id__":
11
},
},
"_enabled": true,
"_enabled": true,
"_materials": [
"_materials": [
...
@@ -827,6 +948,33 @@
...
@@ -827,6 +948,33 @@
"_N$cacheMode": 0,
"_N$cacheMode": 0,
"_id": ""
"_id": ""
},
},
{
"__type__": "cc.Widget",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 11
},
"_enabled": true,
"alignMode": 1,
"_target": null,
"_alignFlags": 1,
"_left": 0,
"_right": 0,
"_top": 67.39999999999998,
"_bottom": 0,
"_verticalCenter": 0,
"_horizontalCenter": 0,
"_isAbsLeft": true,
"_isAbsRight": true,
"_isAbsTop": true,
"_isAbsBottom": true,
"_isAbsHorizontalCenter": true,
"_isAbsVerticalCenter": true,
"_originalWidth": 0,
"_originalHeight": 0,
"_id": ""
},
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
...
...
assets/hy04_pinci/common/layer_ending/layer_ending_hy04_pinci.ts
View file @
204feca6
...
@@ -21,7 +21,8 @@ export default class LayerEnding extends cc.Component {
...
@@ -21,7 +21,8 @@ export default class LayerEnding extends cc.Component {
pg
.
view
.
touchOn
(
this
.
replay_btn
,
this
.
onTouchReplay
,
this
)
pg
.
view
.
touchOn
(
this
.
replay_btn
,
this
.
onTouchReplay
,
this
)
pg
.
view
.
touchOn
(
this
.
next_btn
,
this
.
onTouchNext
,
this
)
pg
.
view
.
touchOn
(
this
.
next_btn
,
this
.
onTouchNext
,
this
)
pg
.
event
.
on
(
'
layer_ending_show
'
,
(
data
)
=>
{
pg
.
event
.
on
(
'
layer_ending_show
'
,
(
data
)
=>
{
this
.
showLayer
(
data
);
this
.
onTouchNext
();
// this.showLayer(data);
})
})
}
}
showLayer
(
data
)
{
showLayer
(
data
)
{
...
@@ -42,9 +43,12 @@ export default class LayerEnding extends cc.Component {
...
@@ -42,9 +43,12 @@ export default class LayerEnding extends cc.Component {
}
}
onTouchNext
()
{
onTouchNext
()
{
pg
.
view
.
visible
(
this
.
layer_center
,
false
)
console
.
log
(
"
下一题
"
);
pg
.
view
.
visible
(
this
.
layer_center
,
false
);
const
middleLayer
=
cc
.
find
(
'
middleLayer
'
);
const
middleLayer
=
cc
.
find
(
'
middleLayer
'
);
if
(
!
middleLayer
)
return
;
const
middleLayerComponent
=
middleLayer
.
getComponent
(
'
middleLayer
'
);
const
middleLayerComponent
=
middleLayer
.
getComponent
(
'
middleLayer
'
);
if
(
!
middleLayerComponent
)
return
;
const
{
index
,
length
}
=
middleLayerComponent
.
getPageInfo
();
// 返回 length:有多少页; index: 当前第几页(从0开始)
const
{
index
,
length
}
=
middleLayerComponent
.
getPageInfo
();
// 返回 length:有多少页; index: 当前第几页(从0开始)
if
(
index
==
length
-
1
)
{
if
(
index
==
length
-
1
)
{
middleLayerComponent
.
goNextCross
();
// 跳转到下一关卡
middleLayerComponent
.
goNextCross
();
// 跳转到下一关卡
...
...
assets/hy04_pinci/scene/hy04_pinci.fire
View file @
204feca6
...
@@ -87,28 +87,28 @@
...
@@ -87,28 +87,28 @@
"__id__": 282
"__id__": 282
},
},
{
{
"__id__": 3
06
"__id__": 3
11
},
},
{
{
"__id__": 3
28
"__id__": 3
33
},
},
{
{
"__id__": 37
3
"__id__": 37
8
},
},
{
{
"__id__": 41
2
"__id__": 41
7
}
}
],
],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 4
26
"__id__": 4
31
},
},
{
{
"__id__": 4
27
"__id__": 4
32
},
},
{
{
"__id__": 4
28
"__id__": 4
33
}
}
],
],
"_prefab": null,
"_prefab": null,
...
@@ -13196,7 +13196,7 @@
...
@@ -13196,7 +13196,7 @@
},
},
{
{
"__type__": "cc.Node",
"__type__": "cc.Node",
"_name": "layer_back_hy0
1_da
nci",
"_name": "layer_back_hy0
4_pi
nci",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 2
"__id__": 2
...
@@ -13206,20 +13206,23 @@
...
@@ -13206,20 +13206,23 @@
"__id__": 283
"__id__": 283
},
},
{
{
"__id__": 288
"__id__": 287
},
{
"__id__": 292
}
}
],
],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 30
3
"__id__": 30
8
},
},
{
{
"__id__": 30
4
"__id__": 30
9
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 3
05
"__id__": 3
10
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -13266,11 +13269,11 @@
...
@@ -13266,11 +13269,11 @@
"_is3DNode": false,
"_is3DNode": false,
"_groupIndex": 0,
"_groupIndex": 0,
"groupIndex": 0,
"groupIndex": 0,
"_id": "
eeoS9/ccBEp4akryYGjVF3
"
"_id": "
97qCe9AkNAE7H67Z/OGp8S
"
},
},
{
{
"__type__": "cc.Node",
"__type__": "cc.Node",
"_name": "b
tn_back
",
"_name": "b
g_forbid
",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 282
"__id__": 282
...
@@ -13283,13 +13286,128 @@
...
@@ -13283,13 +13286,128 @@
},
},
{
{
"__id__": 285
"__id__": 285
}
],
"_prefab": {
"__id__": 286
},
"_opacity": 255,
"_color": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"_contentSize": {
"__type__": "cc.Size",
"width": 1920,
"height": 1080
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_trs": {
"__type__": "TypedArray",
"ctor": "Float64Array",
"array": [
0,
0,
0,
0,
0,
0,
1,
1,
1,
1
]
},
"_eulerAngles": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_skewX": 0,
"_skewY": 0,
"_is3DNode": false,
"_groupIndex": 0,
"groupIndex": 0,
"_id": "866L5ukIdK07tve+ShDFqE"
},
},
{
{
"__id__": 286
"__type__": "cc.Widget",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 283
},
"_enabled": true,
"alignMode": 1,
"_target": null,
"_alignFlags": 45,
"_left": 0,
"_right": 0,
"_top": 0,
"_bottom": 0,
"_verticalCenter": 0,
"_horizontalCenter": 0,
"_isAbsLeft": true,
"_isAbsRight": true,
"_isAbsTop": true,
"_isAbsBottom": true,
"_isAbsHorizontalCenter": true,
"_isAbsVerticalCenter": true,
"_originalWidth": 0,
"_originalHeight": 0,
"_id": "1codwT45hLF6Z6awfmq47r"
},
{
"__type__": "cc.BlockInputEvents",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 283
},
"_enabled": true,
"_id": "e796B9kKROOJzF0caJmpku"
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 282
},
"asset": {
"__uuid__": "0b87ca13-07e1-4237-ab3b-7f27c69deb2d"
},
"fileId": "07DTTDThBNdJCrgpsUtJSh",
"sync": false
},
{
"__type__": "cc.Node",
"_name": "btn_back",
"_objFlags": 0,
"_parent": {
"__id__": 282
},
"_children": [],
"_active": true,
"_components": [
{
"__id__": 288
},
{
"__id__": 289
},
{
"__id__": 290
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 2
87
"__id__": 2
91
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -13336,14 +13454,14 @@
...
@@ -13336,14 +13454,14 @@
"_is3DNode": false,
"_is3DNode": false,
"_groupIndex": 0,
"_groupIndex": 0,
"groupIndex": 0,
"groupIndex": 0,
"_id": "
1fs/GNCd9BOaAimqGIYLOT
"
"_id": "
fdwq8uC4JETZMfx6stgN9g
"
},
},
{
{
"__type__": "cc.Sprite",
"__type__": "cc.Sprite",
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 28
3
"__id__": 28
7
},
},
"_enabled": true,
"_enabled": true,
"_materials": [
"_materials": [
...
@@ -13368,14 +13486,14 @@
...
@@ -13368,14 +13486,14 @@
"_fillRange": 0,
"_fillRange": 0,
"_isTrimmedMode": true,
"_isTrimmedMode": true,
"_atlas": null,
"_atlas": null,
"_id": "
2dqlzgl45Bo67EJgkOQZfR
"
"_id": "
55/pAZE6RBpqRWglUHG0Xt
"
},
},
{
{
"__type__": "cc.Button",
"__type__": "cc.Button",
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 28
3
"__id__": 28
7
},
},
"_enabled": true,
"_enabled": true,
"_normalMaterial": null,
"_normalMaterial": null,
...
@@ -13436,14 +13554,14 @@
...
@@ -13436,14 +13554,14 @@
"hoverSprite": null,
"hoverSprite": null,
"_N$disabledSprite": null,
"_N$disabledSprite": null,
"_N$target": null,
"_N$target": null,
"_id": "
c9Pj9VLeZPrJ/CXpolofc9
"
"_id": "
6eknF10mpGQI7SJXdeZ+Mu
"
},
},
{
{
"__type__": "cc.Widget",
"__type__": "cc.Widget",
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 28
3
"__id__": 28
7
},
},
"_enabled": true,
"_enabled": true,
"alignMode": 1,
"alignMode": 1,
...
@@ -13463,7 +13581,7 @@
...
@@ -13463,7 +13581,7 @@
"_isAbsVerticalCenter": true,
"_isAbsVerticalCenter": true,
"_originalWidth": 0,
"_originalWidth": 0,
"_originalHeight": 0,
"_originalHeight": 0,
"_id": "
96UxygVipHmr1tUA5ZLAse
"
"_id": "
8dk4jiE0ZOhZCf/T7CuQm+
"
},
},
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
...
@@ -13485,17 +13603,20 @@
...
@@ -13485,17 +13603,20 @@
},
},
"_children": [
"_children": [
{
{
"__id__": 2
89
"__id__": 2
93
}
}
],
],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 301
"__id__": 305
},
{
"__id__": 306
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 30
2
"__id__": 30
7
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -13542,34 +13663,34 @@
...
@@ -13542,34 +13663,34 @@
"_is3DNode": false,
"_is3DNode": false,
"_groupIndex": 0,
"_groupIndex": 0,
"groupIndex": 0,
"groupIndex": 0,
"_id": "
c2LyrpcUJJ97FMn5tpRol
c"
"_id": "
6bDz8yKCpBQoe/iAzQkY2
c"
},
},
{
{
"__type__": "cc.Node",
"__type__": "cc.Node",
"_name": "img_npc_voice",
"_name": "img_npc_voice",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 2
88
"__id__": 2
92
},
},
"_children": [
"_children": [
{
{
"__id__": 29
0
"__id__": 29
4
},
},
{
{
"__id__": 29
3
"__id__": 29
7
},
},
{
{
"__id__":
296
"__id__":
300
}
}
],
],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__":
299
"__id__":
303
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 30
0
"__id__": 30
4
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -13616,24 +13737,24 @@
...
@@ -13616,24 +13737,24 @@
"_is3DNode": false,
"_is3DNode": false,
"_groupIndex": 0,
"_groupIndex": 0,
"groupIndex": 0,
"groupIndex": 0,
"_id": "
4a4eH2DKRDU7aEcMEETEjn
"
"_id": "
b1lV20pzpDt5I/IszY/tLB
"
},
},
{
{
"__type__": "cc.Node",
"__type__": "cc.Node",
"_name": "p1",
"_name": "p1",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 2
89
"__id__": 2
93
},
},
"_children": [],
"_children": [],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 29
1
"__id__": 29
5
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 29
2
"__id__": 29
6
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -13680,14 +13801,14 @@
...
@@ -13680,14 +13801,14 @@
"_is3DNode": false,
"_is3DNode": false,
"_groupIndex": 0,
"_groupIndex": 0,
"groupIndex": 0,
"groupIndex": 0,
"_id": "
2aHRCyXnlO05etT23TPHja
"
"_id": "
4aGnXjr3BO7atK6JrAle8M
"
},
},
{
{
"__type__": "cc.Sprite",
"__type__": "cc.Sprite",
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 29
0
"__id__": 29
4
},
},
"_enabled": true,
"_enabled": true,
"_materials": [
"_materials": [
...
@@ -13712,7 +13833,7 @@
...
@@ -13712,7 +13833,7 @@
"_fillRange": 0,
"_fillRange": 0,
"_isTrimmedMode": true,
"_isTrimmedMode": true,
"_atlas": null,
"_atlas": null,
"_id": "
25iEExbKFOAaUQ23Z88Rua
"
"_id": "
e23qsNibpPGZO4a3P2tvgG
"
},
},
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
...
@@ -13730,17 +13851,17 @@
...
@@ -13730,17 +13851,17 @@
"_name": "p2",
"_name": "p2",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 2
89
"__id__": 2
93
},
},
"_children": [],
"_children": [],
"_active": false,
"_active": false,
"_components": [
"_components": [
{
{
"__id__": 29
4
"__id__": 29
8
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 29
5
"__id__": 29
9
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -13787,14 +13908,14 @@
...
@@ -13787,14 +13908,14 @@
"_is3DNode": false,
"_is3DNode": false,
"_groupIndex": 0,
"_groupIndex": 0,
"groupIndex": 0,
"groupIndex": 0,
"_id": "
3enCoIsZxCR6L4m4fouTC3
"
"_id": "
a3x7UQdx5AEYu4w9PlWAa2
"
},
},
{
{
"__type__": "cc.Sprite",
"__type__": "cc.Sprite",
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 29
3
"__id__": 29
7
},
},
"_enabled": true,
"_enabled": true,
"_materials": [
"_materials": [
...
@@ -13819,7 +13940,7 @@
...
@@ -13819,7 +13940,7 @@
"_fillRange": 0,
"_fillRange": 0,
"_isTrimmedMode": true,
"_isTrimmedMode": true,
"_atlas": null,
"_atlas": null,
"_id": "
a6LaBhQ39OFrWdCdejcQnv
"
"_id": "
bfNHnNzjxHF58LB6BxAGZb
"
},
},
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
...
@@ -13837,17 +13958,17 @@
...
@@ -13837,17 +13958,17 @@
"_name": "p3",
"_name": "p3",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 2
89
"__id__": 2
93
},
},
"_children": [],
"_children": [],
"_active": false,
"_active": false,
"_components": [
"_components": [
{
{
"__id__":
297
"__id__":
301
}
}
],
],
"_prefab": {
"_prefab": {
"__id__":
298
"__id__":
302
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -13894,14 +14015,14 @@
...
@@ -13894,14 +14015,14 @@
"_is3DNode": false,
"_is3DNode": false,
"_groupIndex": 0,
"_groupIndex": 0,
"groupIndex": 0,
"groupIndex": 0,
"_id": "
ceAuNCpCdGhJQRN7jCo7pi
"
"_id": "
6fOaPrBuhNUpu75c+8/rx6
"
},
},
{
{
"__type__": "cc.Sprite",
"__type__": "cc.Sprite",
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__":
296
"__id__":
300
},
},
"_enabled": true,
"_enabled": true,
"_materials": [
"_materials": [
...
@@ -13926,7 +14047,7 @@
...
@@ -13926,7 +14047,7 @@
"_fillRange": 0,
"_fillRange": 0,
"_isTrimmedMode": true,
"_isTrimmedMode": true,
"_atlas": null,
"_atlas": null,
"_id": "
cdz27wTIBFQaEIUl+PQ/hL
"
"_id": "
9fxuXXnxhCvZSAp+JuXh0w
"
},
},
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
...
@@ -13944,7 +14065,7 @@
...
@@ -13944,7 +14065,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 2
89
"__id__": 2
93
},
},
"_enabled": true,
"_enabled": true,
"alignMode": 2,
"alignMode": 2,
...
@@ -13964,7 +14085,7 @@
...
@@ -13964,7 +14085,7 @@
"_isAbsVerticalCenter": true,
"_isAbsVerticalCenter": true,
"_originalWidth": 0,
"_originalWidth": 0,
"_originalHeight": 0,
"_originalHeight": 0,
"_id": "
2d8sS/en5IOrvRsnKSNE2L
"
"_id": "
e0WDYEbGtF/JMx5ZFw0wLq
"
},
},
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
...
@@ -13982,7 +14103,7 @@
...
@@ -13982,7 +14103,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 2
88
"__id__": 2
92
},
},
"_enabled": true,
"_enabled": true,
"_materials": [
"_materials": [
...
@@ -14010,7 +14131,34 @@
...
@@ -14010,7 +14131,34 @@
"_N$fontFamily": "Arial",
"_N$fontFamily": "Arial",
"_N$overflow": 0,
"_N$overflow": 0,
"_N$cacheMode": 0,
"_N$cacheMode": 0,
"_id": "a1gXNJ9X5L1aTcBkoGMKqb"
"_id": "72/Bwz+6xE+LIJKpFF1KH+"
},
{
"__type__": "cc.Widget",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 292
},
"_enabled": true,
"alignMode": 1,
"_target": null,
"_alignFlags": 1,
"_left": 0,
"_right": 0,
"_top": 67.39999999999998,
"_bottom": 0,
"_verticalCenter": 0,
"_horizontalCenter": 0,
"_isAbsLeft": true,
"_isAbsRight": true,
"_isAbsTop": true,
"_isAbsBottom": true,
"_isAbsHorizontalCenter": true,
"_isAbsVerticalCenter": true,
"_originalWidth": 0,
"_originalHeight": 0,
"_id": "6cdUN94+hBYpu7mFP6EHws"
},
},
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
...
@@ -14048,7 +14196,7 @@
...
@@ -14048,7 +14196,7 @@
"_isAbsVerticalCenter": true,
"_isAbsVerticalCenter": true,
"_originalWidth": 0,
"_originalWidth": 0,
"_originalHeight": 0,
"_originalHeight": 0,
"_id": "
edajPn7kpJ06NI+B5cAbJV
"
"_id": "
fe4LUqkTdKEYF5fNAy625h
"
},
},
{
{
"__type__": "7ab71itR/hJz4giCFo5yFB1",
"__type__": "7ab71itR/hJz4giCFo5yFB1",
...
@@ -14058,7 +14206,7 @@
...
@@ -14058,7 +14206,7 @@
"__id__": 282
"__id__": 282
},
},
"_enabled": true,
"_enabled": true,
"_id": "
e8VhngPwNFP6zsmDvEN8I0
"
"_id": "
d2mm4NOYdOf4+QbPOPBKSx
"
},
},
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
...
@@ -14080,20 +14228,20 @@
...
@@ -14080,20 +14228,20 @@
},
},
"_children": [
"_children": [
{
{
"__id__": 3
07
"__id__": 3
12
},
},
{
{
"__id__": 32
1
"__id__": 32
6
}
}
],
],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 3
26
"__id__": 3
31
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 3
27
"__id__": 3
32
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -14147,26 +14295,26 @@
...
@@ -14147,26 +14295,26 @@
"_name": "layout_center",
"_name": "layout_center",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 3
06
"__id__": 3
11
},
},
"_children": [
"_children": [
{
{
"__id__": 3
08
"__id__": 3
13
},
},
{
{
"__id__": 31
1
"__id__": 31
6
},
},
{
{
"__id__": 31
4
"__id__": 31
9
},
},
{
{
"__id__": 3
17
"__id__": 3
22
}
}
],
],
"_active": false,
"_active": false,
"_components": [],
"_components": [],
"_prefab": {
"_prefab": {
"__id__": 32
0
"__id__": 32
5
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -14220,17 +14368,17 @@
...
@@ -14220,17 +14368,17 @@
"_name": "bg_gray",
"_name": "bg_gray",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 3
07
"__id__": 3
12
},
},
"_children": [],
"_children": [],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 3
09
"__id__": 3
14
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 31
0
"__id__": 31
5
},
},
"_opacity": 102,
"_opacity": 102,
"_color": {
"_color": {
...
@@ -14284,7 +14432,7 @@
...
@@ -14284,7 +14432,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 3
08
"__id__": 3
13
},
},
"_enabled": true,
"_enabled": true,
"_materials": [
"_materials": [
...
@@ -14314,7 +14462,7 @@
...
@@ -14314,7 +14462,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 3
06
"__id__": 3
11
},
},
"asset": {
"asset": {
"__uuid__": "a9b135f6-de46-4257-8be2-55dc863ce747"
"__uuid__": "a9b135f6-de46-4257-8be2-55dc863ce747"
...
@@ -14327,17 +14475,17 @@
...
@@ -14327,17 +14475,17 @@
"_name": "aniNode1",
"_name": "aniNode1",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 3
07
"__id__": 3
12
},
},
"_children": [],
"_children": [],
"_active": false,
"_active": false,
"_components": [
"_components": [
{
{
"__id__": 31
2
"__id__": 31
7
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 31
3
"__id__": 31
8
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -14391,7 +14539,7 @@
...
@@ -14391,7 +14539,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 31
1
"__id__": 31
6
},
},
"_enabled": true,
"_enabled": true,
"_materials": [
"_materials": [
...
@@ -14429,7 +14577,7 @@
...
@@ -14429,7 +14577,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 3
06
"__id__": 3
11
},
},
"asset": {
"asset": {
"__uuid__": "a9b135f6-de46-4257-8be2-55dc863ce747"
"__uuid__": "a9b135f6-de46-4257-8be2-55dc863ce747"
...
@@ -14442,17 +14590,17 @@
...
@@ -14442,17 +14590,17 @@
"_name": "aniNode2",
"_name": "aniNode2",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 3
07
"__id__": 3
12
},
},
"_children": [],
"_children": [],
"_active": false,
"_active": false,
"_components": [
"_components": [
{
{
"__id__": 3
15
"__id__": 3
20
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 3
16
"__id__": 3
21
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -14506,7 +14654,7 @@
...
@@ -14506,7 +14654,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 31
4
"__id__": 31
9
},
},
"_enabled": true,
"_enabled": true,
"_materials": [
"_materials": [
...
@@ -14542,7 +14690,7 @@
...
@@ -14542,7 +14690,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 3
06
"__id__": 3
11
},
},
"asset": {
"asset": {
"__uuid__": "a9b135f6-de46-4257-8be2-55dc863ce747"
"__uuid__": "a9b135f6-de46-4257-8be2-55dc863ce747"
...
@@ -14555,17 +14703,17 @@
...
@@ -14555,17 +14703,17 @@
"_name": "aniNode3",
"_name": "aniNode3",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 3
07
"__id__": 3
12
},
},
"_children": [],
"_children": [],
"_active": false,
"_active": false,
"_components": [
"_components": [
{
{
"__id__": 3
18
"__id__": 3
23
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 3
19
"__id__": 3
24
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -14619,7 +14767,7 @@
...
@@ -14619,7 +14767,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 3
17
"__id__": 3
22
},
},
"_enabled": true,
"_enabled": true,
"_materials": [
"_materials": [
...
@@ -14657,7 +14805,7 @@
...
@@ -14657,7 +14805,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 3
06
"__id__": 3
11
},
},
"asset": {
"asset": {
"__uuid__": "a9b135f6-de46-4257-8be2-55dc863ce747"
"__uuid__": "a9b135f6-de46-4257-8be2-55dc863ce747"
...
@@ -14668,7 +14816,7 @@
...
@@ -14668,7 +14816,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 3
06
"__id__": 3
11
},
},
"asset": {
"asset": {
"__uuid__": "a9b135f6-de46-4257-8be2-55dc863ce747"
"__uuid__": "a9b135f6-de46-4257-8be2-55dc863ce747"
...
@@ -14681,17 +14829,17 @@
...
@@ -14681,17 +14829,17 @@
"_name": "res",
"_name": "res",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 3
06
"__id__": 3
11
},
},
"_children": [
"_children": [
{
{
"__id__": 32
2
"__id__": 32
7
}
}
],
],
"_active": true,
"_active": true,
"_components": [],
"_components": [],
"_prefab": {
"_prefab": {
"__id__": 3
25
"__id__": 3
30
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -14745,17 +14893,17 @@
...
@@ -14745,17 +14893,17 @@
"_name": "coin",
"_name": "coin",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 32
1
"__id__": 32
6
},
},
"_children": [],
"_children": [],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 32
3
"__id__": 32
8
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 32
4
"__id__": 32
9
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -14809,7 +14957,7 @@
...
@@ -14809,7 +14957,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 32
2
"__id__": 32
7
},
},
"_enabled": true,
"_enabled": true,
"_clip": {
"_clip": {
...
@@ -14826,7 +14974,7 @@
...
@@ -14826,7 +14974,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 3
06
"__id__": 3
11
},
},
"asset": {
"asset": {
"__uuid__": "a9b135f6-de46-4257-8be2-55dc863ce747"
"__uuid__": "a9b135f6-de46-4257-8be2-55dc863ce747"
...
@@ -14837,7 +14985,7 @@
...
@@ -14837,7 +14985,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 3
06
"__id__": 3
11
},
},
"asset": {
"asset": {
"__uuid__": "a9b135f6-de46-4257-8be2-55dc863ce747"
"__uuid__": "a9b135f6-de46-4257-8be2-55dc863ce747"
...
@@ -14850,7 +14998,7 @@
...
@@ -14850,7 +14998,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 3
06
"__id__": 3
11
},
},
"_enabled": true,
"_enabled": true,
"_id": "b0BTVWz99P8p36r88KuKt4"
"_id": "b0BTVWz99P8p36r88KuKt4"
...
@@ -14858,7 +15006,7 @@
...
@@ -14858,7 +15006,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 3
06
"__id__": 3
11
},
},
"asset": {
"asset": {
"__uuid__": "a9b135f6-de46-4257-8be2-55dc863ce747"
"__uuid__": "a9b135f6-de46-4257-8be2-55dc863ce747"
...
@@ -14875,29 +15023,29 @@
...
@@ -14875,29 +15023,29 @@
},
},
"_children": [
"_children": [
{
{
"__id__": 3
29
"__id__": 3
34
},
},
{
{
"__id__": 34
3
"__id__": 34
8
},
},
{
{
"__id__": 35
2
"__id__": 35
7
},
},
{
{
"__id__": 36
1
"__id__": 36
6
}
}
],
],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 37
0
"__id__": 37
5
},
},
{
{
"__id__": 37
1
"__id__": 37
6
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 37
2
"__id__": 37
7
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -14951,26 +15099,26 @@
...
@@ -14951,26 +15099,26 @@
"_name": "voice",
"_name": "voice",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 3
28
"__id__": 3
33
},
},
"_children": [
"_children": [
{
{
"__id__": 33
0
"__id__": 33
5
},
},
{
{
"__id__": 33
3
"__id__": 33
8
},
},
{
{
"__id__": 3
36
"__id__": 3
41
},
},
{
{
"__id__": 3
39
"__id__": 3
44
}
}
],
],
"_active": false,
"_active": false,
"_components": [],
"_components": [],
"_prefab": {
"_prefab": {
"__id__": 34
2
"__id__": 34
7
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -15024,17 +15172,17 @@
...
@@ -15024,17 +15172,17 @@
"_name": "excellent",
"_name": "excellent",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 3
29
"__id__": 3
34
},
},
"_children": [],
"_children": [],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 33
1
"__id__": 33
6
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 33
2
"__id__": 33
7
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -15088,7 +15236,7 @@
...
@@ -15088,7 +15236,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 33
0
"__id__": 33
5
},
},
"_enabled": true,
"_enabled": true,
"_clip": {
"_clip": {
...
@@ -15105,7 +15253,7 @@
...
@@ -15105,7 +15253,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 3
28
"__id__": 3
33
},
},
"asset": {
"asset": {
"__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc"
"__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc"
...
@@ -15118,17 +15266,17 @@
...
@@ -15118,17 +15266,17 @@
"_name": "good",
"_name": "good",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 3
29
"__id__": 3
34
},
},
"_children": [],
"_children": [],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 33
4
"__id__": 33
9
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 3
35
"__id__": 3
40
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -15182,7 +15330,7 @@
...
@@ -15182,7 +15330,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 33
3
"__id__": 33
8
},
},
"_enabled": true,
"_enabled": true,
"_clip": {
"_clip": {
...
@@ -15199,7 +15347,7 @@
...
@@ -15199,7 +15347,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 3
28
"__id__": 3
33
},
},
"asset": {
"asset": {
"__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc"
"__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc"
...
@@ -15212,17 +15360,17 @@
...
@@ -15212,17 +15360,17 @@
"_name": "tryagain",
"_name": "tryagain",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 3
29
"__id__": 3
34
},
},
"_children": [],
"_children": [],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 3
37
"__id__": 3
42
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 3
38
"__id__": 3
43
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -15276,7 +15424,7 @@
...
@@ -15276,7 +15424,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 3
36
"__id__": 3
41
},
},
"_enabled": true,
"_enabled": true,
"_clip": {
"_clip": {
...
@@ -15293,7 +15441,7 @@
...
@@ -15293,7 +15441,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 3
28
"__id__": 3
33
},
},
"asset": {
"asset": {
"__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc"
"__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc"
...
@@ -15306,17 +15454,17 @@
...
@@ -15306,17 +15454,17 @@
"_name": "ani",
"_name": "ani",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 3
29
"__id__": 3
34
},
},
"_children": [],
"_children": [],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 34
0
"__id__": 34
5
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 34
1
"__id__": 34
6
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -15370,7 +15518,7 @@
...
@@ -15370,7 +15518,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 3
39
"__id__": 3
44
},
},
"_enabled": true,
"_enabled": true,
"_clip": {
"_clip": {
...
@@ -15387,7 +15535,7 @@
...
@@ -15387,7 +15535,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 3
28
"__id__": 3
33
},
},
"asset": {
"asset": {
"__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc"
"__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc"
...
@@ -15398,7 +15546,7 @@
...
@@ -15398,7 +15546,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 3
28
"__id__": 3
33
},
},
"asset": {
"asset": {
"__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc"
"__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc"
...
@@ -15411,24 +15559,24 @@
...
@@ -15411,24 +15559,24 @@
"_name": "layout_excellent",
"_name": "layout_excellent",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 3
28
"__id__": 3
33
},
},
"_children": [
"_children": [
{
{
"__id__": 34
4
"__id__": 34
9
},
},
{
{
"__id__": 3
47
"__id__": 3
52
}
}
],
],
"_active": false,
"_active": false,
"_components": [
"_components": [
{
{
"__id__": 35
0
"__id__": 35
5
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 35
1
"__id__": 35
6
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -15482,17 +15630,17 @@
...
@@ -15482,17 +15630,17 @@
"_name": "bg",
"_name": "bg",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 34
3
"__id__": 34
8
},
},
"_children": [],
"_children": [],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 3
45
"__id__": 3
50
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 3
46
"__id__": 3
51
},
},
"_opacity": 150,
"_opacity": 150,
"_color": {
"_color": {
...
@@ -15546,7 +15694,7 @@
...
@@ -15546,7 +15694,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 34
4
"__id__": 34
9
},
},
"_enabled": true,
"_enabled": true,
"_materials": [
"_materials": [
...
@@ -15576,7 +15724,7 @@
...
@@ -15576,7 +15724,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 3
28
"__id__": 3
33
},
},
"asset": {
"asset": {
"__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc"
"__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc"
...
@@ -15589,17 +15737,17 @@
...
@@ -15589,17 +15737,17 @@
"_name": "AniNode",
"_name": "AniNode",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 34
3
"__id__": 34
8
},
},
"_children": [],
"_children": [],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 3
48
"__id__": 3
53
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 3
49
"__id__": 3
54
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -15653,7 +15801,7 @@
...
@@ -15653,7 +15801,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 3
47
"__id__": 3
52
},
},
"_enabled": true,
"_enabled": true,
"_materials": [
"_materials": [
...
@@ -15691,7 +15839,7 @@
...
@@ -15691,7 +15839,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 3
28
"__id__": 3
33
},
},
"asset": {
"asset": {
"__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc"
"__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc"
...
@@ -15704,7 +15852,7 @@
...
@@ -15704,7 +15852,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 34
3
"__id__": 34
8
},
},
"_enabled": true,
"_enabled": true,
"alignMode": 1,
"alignMode": 1,
...
@@ -15729,7 +15877,7 @@
...
@@ -15729,7 +15877,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 3
28
"__id__": 3
33
},
},
"asset": {
"asset": {
"__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc"
"__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc"
...
@@ -15742,24 +15890,24 @@
...
@@ -15742,24 +15890,24 @@
"_name": "layout_good",
"_name": "layout_good",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 3
28
"__id__": 3
33
},
},
"_children": [
"_children": [
{
{
"__id__": 35
3
"__id__": 35
8
},
},
{
{
"__id__": 3
56
"__id__": 3
61
}
}
],
],
"_active": false,
"_active": false,
"_components": [
"_components": [
{
{
"__id__": 3
59
"__id__": 3
64
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 36
0
"__id__": 36
5
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -15813,17 +15961,17 @@
...
@@ -15813,17 +15961,17 @@
"_name": "bg",
"_name": "bg",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 35
2
"__id__": 35
7
},
},
"_children": [],
"_children": [],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 35
4
"__id__": 35
9
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 3
55
"__id__": 3
60
},
},
"_opacity": 150,
"_opacity": 150,
"_color": {
"_color": {
...
@@ -15877,7 +16025,7 @@
...
@@ -15877,7 +16025,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 35
3
"__id__": 35
8
},
},
"_enabled": true,
"_enabled": true,
"_materials": [
"_materials": [
...
@@ -15907,7 +16055,7 @@
...
@@ -15907,7 +16055,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 3
28
"__id__": 3
33
},
},
"asset": {
"asset": {
"__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc"
"__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc"
...
@@ -15920,17 +16068,17 @@
...
@@ -15920,17 +16068,17 @@
"_name": "AniNode",
"_name": "AniNode",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 35
2
"__id__": 35
7
},
},
"_children": [],
"_children": [],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 3
57
"__id__": 3
62
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 3
58
"__id__": 3
63
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -15984,7 +16132,7 @@
...
@@ -15984,7 +16132,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 3
56
"__id__": 3
61
},
},
"_enabled": true,
"_enabled": true,
"_materials": [
"_materials": [
...
@@ -16022,7 +16170,7 @@
...
@@ -16022,7 +16170,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 3
28
"__id__": 3
33
},
},
"asset": {
"asset": {
"__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc"
"__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc"
...
@@ -16035,7 +16183,7 @@
...
@@ -16035,7 +16183,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 35
2
"__id__": 35
7
},
},
"_enabled": true,
"_enabled": true,
"alignMode": 1,
"alignMode": 1,
...
@@ -16060,7 +16208,7 @@
...
@@ -16060,7 +16208,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 3
28
"__id__": 3
33
},
},
"asset": {
"asset": {
"__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc"
"__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc"
...
@@ -16073,24 +16221,24 @@
...
@@ -16073,24 +16221,24 @@
"_name": "layout_tryagain",
"_name": "layout_tryagain",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 3
28
"__id__": 3
33
},
},
"_children": [
"_children": [
{
{
"__id__": 36
2
"__id__": 36
7
},
},
{
{
"__id__": 3
65
"__id__": 3
70
}
}
],
],
"_active": false,
"_active": false,
"_components": [
"_components": [
{
{
"__id__": 3
68
"__id__": 3
73
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 3
69
"__id__": 3
74
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -16144,17 +16292,17 @@
...
@@ -16144,17 +16292,17 @@
"_name": "bg",
"_name": "bg",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 36
1
"__id__": 36
6
},
},
"_children": [],
"_children": [],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 36
3
"__id__": 36
8
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 36
4
"__id__": 36
9
},
},
"_opacity": 150,
"_opacity": 150,
"_color": {
"_color": {
...
@@ -16208,7 +16356,7 @@
...
@@ -16208,7 +16356,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 36
2
"__id__": 36
7
},
},
"_enabled": true,
"_enabled": true,
"_materials": [
"_materials": [
...
@@ -16238,7 +16386,7 @@
...
@@ -16238,7 +16386,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 3
28
"__id__": 3
33
},
},
"asset": {
"asset": {
"__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc"
"__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc"
...
@@ -16251,17 +16399,17 @@
...
@@ -16251,17 +16399,17 @@
"_name": "AniNode",
"_name": "AniNode",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 36
1
"__id__": 36
6
},
},
"_children": [],
"_children": [],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 3
66
"__id__": 3
71
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 3
67
"__id__": 3
72
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -16315,7 +16463,7 @@
...
@@ -16315,7 +16463,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 3
65
"__id__": 3
70
},
},
"_enabled": true,
"_enabled": true,
"_materials": [
"_materials": [
...
@@ -16353,7 +16501,7 @@
...
@@ -16353,7 +16501,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 3
28
"__id__": 3
33
},
},
"asset": {
"asset": {
"__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc"
"__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc"
...
@@ -16366,7 +16514,7 @@
...
@@ -16366,7 +16514,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 36
1
"__id__": 36
6
},
},
"_enabled": true,
"_enabled": true,
"alignMode": 1,
"alignMode": 1,
...
@@ -16391,7 +16539,7 @@
...
@@ -16391,7 +16539,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 3
28
"__id__": 3
33
},
},
"asset": {
"asset": {
"__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc"
"__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc"
...
@@ -16404,7 +16552,7 @@
...
@@ -16404,7 +16552,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 3
28
"__id__": 3
33
},
},
"_enabled": true,
"_enabled": true,
"alignMode": 1,
"alignMode": 1,
...
@@ -16431,7 +16579,7 @@
...
@@ -16431,7 +16579,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 3
28
"__id__": 3
33
},
},
"_enabled": true,
"_enabled": true,
"_id": "2fD7utNxRJGaajEwcCQnP7"
"_id": "2fD7utNxRJGaajEwcCQnP7"
...
@@ -16439,7 +16587,7 @@
...
@@ -16439,7 +16587,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 3
28
"__id__": 3
33
},
},
"asset": {
"asset": {
"__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc"
"__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc"
...
@@ -16456,20 +16604,20 @@
...
@@ -16456,20 +16604,20 @@
},
},
"_children": [
"_children": [
{
{
"__id__": 37
4
"__id__": 37
9
},
},
{
{
"__id__": 4
05
"__id__": 4
10
}
}
],
],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 41
0
"__id__": 41
5
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 41
1
"__id__": 41
6
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -16523,35 +16671,35 @@
...
@@ -16523,35 +16671,35 @@
"_name": "layer_center",
"_name": "layer_center",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 37
3
"__id__": 37
8
},
},
"_children": [
"_children": [
{
{
"__id__": 3
75
"__id__": 3
80
},
},
{
{
"__id__": 3
78
"__id__": 3
83
},
},
{
{
"__id__": 38
0
"__id__": 38
5
},
},
{
{
"__id__": 38
3
"__id__": 38
8
},
},
{
{
"__id__": 3
86
"__id__": 3
91
},
},
{
{
"__id__": 3
89
"__id__": 3
94
},
},
{
{
"__id__": 39
2
"__id__": 39
7
}
}
],
],
"_active": false,
"_active": false,
"_components": [],
"_components": [],
"_prefab": {
"_prefab": {
"__id__": 40
4
"__id__": 40
9
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -16605,17 +16753,17 @@
...
@@ -16605,17 +16753,17 @@
"_name": "gray_cover",
"_name": "gray_cover",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 37
4
"__id__": 37
9
},
},
"_children": [],
"_children": [],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 3
76
"__id__": 3
81
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 3
77
"__id__": 3
82
},
},
"_opacity": 102,
"_opacity": 102,
"_color": {
"_color": {
...
@@ -16669,7 +16817,7 @@
...
@@ -16669,7 +16817,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 3
75
"__id__": 3
80
},
},
"_enabled": true,
"_enabled": true,
"_materials": [
"_materials": [
...
@@ -16699,7 +16847,7 @@
...
@@ -16699,7 +16847,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 37
3
"__id__": 37
8
},
},
"asset": {
"asset": {
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
...
@@ -16712,13 +16860,13 @@
...
@@ -16712,13 +16860,13 @@
"_name": "layer_middle",
"_name": "layer_middle",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 37
4
"__id__": 37
9
},
},
"_children": [],
"_children": [],
"_active": true,
"_active": true,
"_components": [],
"_components": [],
"_prefab": {
"_prefab": {
"__id__": 3
79
"__id__": 3
84
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -16770,7 +16918,7 @@
...
@@ -16770,7 +16918,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 37
3
"__id__": 37
8
},
},
"asset": {
"asset": {
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
...
@@ -16783,17 +16931,17 @@
...
@@ -16783,17 +16931,17 @@
"_name": "replay_btn",
"_name": "replay_btn",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 37
4
"__id__": 37
9
},
},
"_children": [],
"_children": [],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 38
1
"__id__": 38
6
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 38
2
"__id__": 38
7
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -16847,7 +16995,7 @@
...
@@ -16847,7 +16995,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 38
0
"__id__": 38
5
},
},
"_enabled": true,
"_enabled": true,
"_materials": [
"_materials": [
...
@@ -16877,7 +17025,7 @@
...
@@ -16877,7 +17025,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 37
3
"__id__": 37
8
},
},
"asset": {
"asset": {
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
...
@@ -16890,17 +17038,17 @@
...
@@ -16890,17 +17038,17 @@
"_name": "bg_light",
"_name": "bg_light",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 37
4
"__id__": 37
9
},
},
"_children": [],
"_children": [],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 38
4
"__id__": 38
9
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 3
85
"__id__": 3
90
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -16954,7 +17102,7 @@
...
@@ -16954,7 +17102,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 38
3
"__id__": 38
8
},
},
"_enabled": true,
"_enabled": true,
"_materials": [
"_materials": [
...
@@ -16984,7 +17132,7 @@
...
@@ -16984,7 +17132,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 37
3
"__id__": 37
8
},
},
"asset": {
"asset": {
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
...
@@ -16997,17 +17145,17 @@
...
@@ -16997,17 +17145,17 @@
"_name": "finish_cat",
"_name": "finish_cat",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 37
4
"__id__": 37
9
},
},
"_children": [],
"_children": [],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 3
87
"__id__": 3
92
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 3
88
"__id__": 3
93
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -17061,7 +17209,7 @@
...
@@ -17061,7 +17209,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 3
86
"__id__": 3
91
},
},
"_enabled": true,
"_enabled": true,
"_materials": [
"_materials": [
...
@@ -17099,7 +17247,7 @@
...
@@ -17099,7 +17247,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 37
3
"__id__": 37
8
},
},
"asset": {
"asset": {
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
...
@@ -17112,17 +17260,17 @@
...
@@ -17112,17 +17260,17 @@
"_name": "next_btn",
"_name": "next_btn",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 37
4
"__id__": 37
9
},
},
"_children": [],
"_children": [],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 39
0
"__id__": 39
5
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 39
1
"__id__": 39
6
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -17176,7 +17324,7 @@
...
@@ -17176,7 +17324,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 3
89
"__id__": 3
94
},
},
"_enabled": true,
"_enabled": true,
"_materials": [
"_materials": [
...
@@ -17206,7 +17354,7 @@
...
@@ -17206,7 +17354,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 37
3
"__id__": 37
8
},
},
"asset": {
"asset": {
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
...
@@ -17219,27 +17367,27 @@
...
@@ -17219,27 +17367,27 @@
"_name": "finish_box",
"_name": "finish_box",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 37
4
"__id__": 37
9
},
},
"_children": [
"_children": [
{
{
"__id__": 39
3
"__id__": 39
8
},
},
{
{
"__id__":
396
"__id__":
401
},
},
{
{
"__id__":
399
"__id__":
404
}
}
],
],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 40
2
"__id__": 40
7
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 40
3
"__id__": 40
8
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -17293,17 +17441,17 @@
...
@@ -17293,17 +17441,17 @@
"_name": "result_text",
"_name": "result_text",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 39
2
"__id__": 39
7
},
},
"_children": [],
"_children": [],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 39
4
"__id__": 39
9
}
}
],
],
"_prefab": {
"_prefab": {
"__id__":
395
"__id__":
400
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -17357,7 +17505,7 @@
...
@@ -17357,7 +17505,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 39
3
"__id__": 39
8
},
},
"_enabled": true,
"_enabled": true,
"_materials": [
"_materials": [
...
@@ -17388,7 +17536,7 @@
...
@@ -17388,7 +17536,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 37
3
"__id__": 37
8
},
},
"asset": {
"asset": {
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
...
@@ -17401,17 +17549,17 @@
...
@@ -17401,17 +17549,17 @@
"_name": "coin",
"_name": "coin",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 39
2
"__id__": 39
7
},
},
"_children": [],
"_children": [],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__":
397
"__id__":
402
}
}
],
],
"_prefab": {
"_prefab": {
"__id__":
398
"__id__":
403
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -17465,7 +17613,7 @@
...
@@ -17465,7 +17613,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__":
396
"__id__":
401
},
},
"_enabled": true,
"_enabled": true,
"_materials": [
"_materials": [
...
@@ -17495,7 +17643,7 @@
...
@@ -17495,7 +17643,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 37
3
"__id__": 37
8
},
},
"asset": {
"asset": {
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
...
@@ -17508,17 +17656,17 @@
...
@@ -17508,17 +17656,17 @@
"_name": "coin_num",
"_name": "coin_num",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 39
2
"__id__": 39
7
},
},
"_children": [],
"_children": [],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 40
0
"__id__": 40
5
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 40
1
"__id__": 40
6
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -17572,7 +17720,7 @@
...
@@ -17572,7 +17720,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__":
399
"__id__":
404
},
},
"_enabled": true,
"_enabled": true,
"_materials": [
"_materials": [
...
@@ -17603,7 +17751,7 @@
...
@@ -17603,7 +17751,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 37
3
"__id__": 37
8
},
},
"asset": {
"asset": {
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
...
@@ -17616,7 +17764,7 @@
...
@@ -17616,7 +17764,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 39
2
"__id__": 39
7
},
},
"_enabled": true,
"_enabled": true,
"_materials": [
"_materials": [
...
@@ -17646,7 +17794,7 @@
...
@@ -17646,7 +17794,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 37
3
"__id__": 37
8
},
},
"asset": {
"asset": {
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
...
@@ -17657,7 +17805,7 @@
...
@@ -17657,7 +17805,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 37
3
"__id__": 37
8
},
},
"asset": {
"asset": {
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
...
@@ -17670,17 +17818,17 @@
...
@@ -17670,17 +17818,17 @@
"_name": "res",
"_name": "res",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 37
3
"__id__": 37
8
},
},
"_children": [
"_children": [
{
{
"__id__": 4
06
"__id__": 4
11
}
}
],
],
"_active": true,
"_active": true,
"_components": [],
"_components": [],
"_prefab": {
"_prefab": {
"__id__": 4
09
"__id__": 4
14
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -17734,17 +17882,17 @@
...
@@ -17734,17 +17882,17 @@
"_name": "ending",
"_name": "ending",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 4
05
"__id__": 4
10
},
},
"_children": [],
"_children": [],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 4
07
"__id__": 4
12
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 4
08
"__id__": 4
13
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -17798,7 +17946,7 @@
...
@@ -17798,7 +17946,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 4
06
"__id__": 4
11
},
},
"_enabled": true,
"_enabled": true,
"_clip": {
"_clip": {
...
@@ -17815,7 +17963,7 @@
...
@@ -17815,7 +17963,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 37
3
"__id__": 37
8
},
},
"asset": {
"asset": {
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
...
@@ -17826,7 +17974,7 @@
...
@@ -17826,7 +17974,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 37
3
"__id__": 37
8
},
},
"asset": {
"asset": {
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
...
@@ -17839,7 +17987,7 @@
...
@@ -17839,7 +17987,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 37
3
"__id__": 37
8
},
},
"_enabled": true,
"_enabled": true,
"_id": "e4jQM+xfVAKIac2NCTYsGK"
"_id": "e4jQM+xfVAKIac2NCTYsGK"
...
@@ -17847,7 +17995,7 @@
...
@@ -17847,7 +17995,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 37
3
"__id__": 37
8
},
},
"asset": {
"asset": {
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
...
@@ -17864,13 +18012,13 @@
...
@@ -17864,13 +18012,13 @@
},
},
"_children": [
"_children": [
{
{
"__id__": 41
3
"__id__": 41
8
},
},
{
{
"__id__": 4
16
"__id__": 4
21
},
},
{
{
"__id__": 4
19
"__id__": 4
24
}
}
],
],
"_active": false,
"_active": false,
...
@@ -17928,11 +18076,11 @@
...
@@ -17928,11 +18076,11 @@
"_name": "font",
"_name": "font",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 41
2
"__id__": 41
7
},
},
"_children": [
"_children": [
{
{
"__id__": 41
4
"__id__": 41
9
}
}
],
],
"_active": true,
"_active": true,
...
@@ -17990,13 +18138,13 @@
...
@@ -17990,13 +18138,13 @@
"_name": "BRLNSDB",
"_name": "BRLNSDB",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 41
3
"__id__": 41
8
},
},
"_children": [],
"_children": [],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 4
15
"__id__": 4
20
}
}
],
],
"_prefab": null,
"_prefab": null,
...
@@ -18052,7 +18200,7 @@
...
@@ -18052,7 +18200,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 41
4
"__id__": 41
9
},
},
"_enabled": true,
"_enabled": true,
"_materials": [
"_materials": [
...
@@ -18087,11 +18235,11 @@
...
@@ -18087,11 +18235,11 @@
"_name": "img",
"_name": "img",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 41
2
"__id__": 41
7
},
},
"_children": [
"_children": [
{
{
"__id__": 4
17
"__id__": 4
22
}
}
],
],
"_active": true,
"_active": true,
...
@@ -18149,13 +18297,13 @@
...
@@ -18149,13 +18297,13 @@
"_name": "icon",
"_name": "icon",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 4
16
"__id__": 4
21
},
},
"_children": [],
"_children": [],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 4
18
"__id__": 4
23
}
}
],
],
"_prefab": null,
"_prefab": null,
...
@@ -18211,7 +18359,7 @@
...
@@ -18211,7 +18359,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 4
17
"__id__": 4
22
},
},
"_enabled": true,
"_enabled": true,
"_materials": [
"_materials": [
...
@@ -18243,17 +18391,17 @@
...
@@ -18243,17 +18391,17 @@
"_name": "audio",
"_name": "audio",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 41
2
"__id__": 41
7
},
},
"_children": [
"_children": [
{
{
"__id__": 42
0
"__id__": 42
5
},
},
{
{
"__id__": 42
2
"__id__": 42
7
},
},
{
{
"__id__": 42
4
"__id__": 42
9
}
}
],
],
"_active": true,
"_active": true,
...
@@ -18311,13 +18459,13 @@
...
@@ -18311,13 +18459,13 @@
"_name": "btn",
"_name": "btn",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 4
19
"__id__": 4
24
},
},
"_children": [],
"_children": [],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 42
1
"__id__": 42
6
}
}
],
],
"_prefab": null,
"_prefab": null,
...
@@ -18373,7 +18521,7 @@
...
@@ -18373,7 +18521,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 42
0
"__id__": 42
5
},
},
"_enabled": true,
"_enabled": true,
"_clip": {
"_clip": {
...
@@ -18392,13 +18540,13 @@
...
@@ -18392,13 +18540,13 @@
"_name": "fail",
"_name": "fail",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 4
19
"__id__": 4
24
},
},
"_children": [],
"_children": [],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 42
3
"__id__": 42
8
}
}
],
],
"_prefab": null,
"_prefab": null,
...
@@ -18454,7 +18602,7 @@
...
@@ -18454,7 +18602,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 42
2
"__id__": 42
7
},
},
"_enabled": true,
"_enabled": true,
"_clip": {
"_clip": {
...
@@ -18473,13 +18621,13 @@
...
@@ -18473,13 +18621,13 @@
"_name": "right",
"_name": "right",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 4
19
"__id__": 4
24
},
},
"_children": [],
"_children": [],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 4
25
"__id__": 4
30
}
}
],
],
"_prefab": null,
"_prefab": null,
...
@@ -18535,7 +18683,7 @@
...
@@ -18535,7 +18683,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 42
4
"__id__": 42
9
},
},
"_enabled": true,
"_enabled": true,
"_clip": {
"_clip": {
...
...
assets/hy04_pinci/scene/hy04_pinci.ts
View file @
204feca6
...
@@ -36,12 +36,15 @@ export default class SceneComponent extends MyCocosSceneComponent {
...
@@ -36,12 +36,15 @@ export default class SceneComponent extends MyCocosSceneComponent {
// TODO 加载完成后的逻辑写在这里, 下面的代码仅供参考
// TODO 加载完成后的逻辑写在这里, 下面的代码仅供参考
this
.
initData
();
this
.
initData
();
this
.
initView
();
this
.
initView
();
this
.
initEvent
()
this
.
initEvent
();
this
.
showWord
()
this
.
showWordInit
();
pg
.
event
.
once
(
'
npc_voice_play_voice_end
'
,
()
=>
{
this
.
showWordStart
();
})
pg
.
event
.
emit
(
'
npc_layer_back_init
'
,
this
.
data
)
}
}
// 一轮单词数量
// 一轮单词数量
private
static
Word_List_Len
:
number
=
8
;
private
word_area
:
cc
.
Node
;
private
word_area
:
cc
.
Node
;
private
upper_shadow
:
cc
.
Node
;
private
upper_shadow
:
cc
.
Node
;
private
lower_shadow
:
cc
.
Node
;
private
lower_shadow
:
cc
.
Node
;
...
@@ -160,6 +163,19 @@ export default class SceneComponent extends MyCocosSceneComponent {
...
@@ -160,6 +163,19 @@ export default class SceneComponent extends MyCocosSceneComponent {
this
.
initWordBg
();
this
.
initWordBg
();
this
.
initWord
();
this
.
initWord
();
this
.
initQuestion
();
this
.
initQuestion
();
this
.
initQuestionVoice
();
}
showWordInit
()
{
this
.
wordBgList
=
[];
this
.
wordList
=
[];
this
.
successGroupIds
=
{};
pg
.
view
.
removChildren
(
this
.
word_area
)
this
.
initWordBg
();
this
.
initWord
();
this
.
initQuestion
();
}
showWordStart
()
{
this
.
initQuestionVoice
();
}
}
private
layer_question
:
cc
.
Node
;
private
layer_question
:
cc
.
Node
;
initQuestion
()
{
initQuestion
()
{
...
@@ -171,6 +187,11 @@ export default class SceneComponent extends MyCocosSceneComponent {
...
@@ -171,6 +187,11 @@ export default class SceneComponent extends MyCocosSceneComponent {
img_voice
.
active
=
this
.
CurrentWord
.
type
!=
"
img
"
;
img_voice
.
active
=
this
.
CurrentWord
.
type
!=
"
img
"
;
if
(
img_voice
.
active
)
{
if
(
img_voice
.
active
)
{
pg
.
view
.
touchOn
(
img_voice
,
this
.
onTouchVoice
,
this
);
pg
.
view
.
touchOn
(
img_voice
,
this
.
onTouchVoice
,
this
);
}
}
initQuestionVoice
()
{
let
img_voice
=
pg
.
view
.
find
(
this
.
layer_question
,
'
img_voice
'
);
if
(
img_voice
.
active
)
{
this
.
onTouchVoice
({
target
:
img_voice
});
this
.
onTouchVoice
({
target
:
img_voice
});
}
}
}
}
...
...
assets/hy04_pinci/script/defaultData_hy04_pinci.ts
View file @
204feca6
export
const
defaultData
=
{
export
const
defaultData
=
"
onlineFlg
"
:
false
,
"
title
"
:
""
,
"
questionText
"
:
""
,
"
questionTextAudio
"
:
""
,
{
"
onlineFlg
"
:
false
,
"
title
"
:
""
,
"
questionText
"
:
""
,
"
questionTextAudio
"
:
""
,
"
questions
"
:
[
"
questions
"
:
[
{
{
"
questionAudio
"
:
""
,
"
duration
"
:
120
,
"
type
"
:
"
imgVideo
"
,
"
image
"
:
"
http://staging-teach.cdn.ireadabc.com/5e2fd05e37c3f6694201049d244c58f0.png
"
,
"
audio
"
:
"
http://staging-teach.cdn.ireadabc.com/5214110bd03ae60f70e44c2e930f85ca_l.mp3
"
,
"
text
"
:
""
,
"
right
"
:
false
,
"
letterList
"
:
[{
"
text
"
:
"
t
"
},
{
"
text
"
:
"
e
"
},
{
"
text
"
:
"
st
"
}],
"
audioName
"
:
"
create_hy11_paopao.mp3
"
"
questionAudio
"
:
""
,
"
duration
"
:
120
,
"
type
"
:
"
img
"
,
"
image
"
:
"
http://staging-teach.cdn.ireadabc.com/e184e067fc931d55fce93c9937a26c51.png
"
,
"
audio
"
:
""
,
"
text
"
:
""
,
"
right
"
:
false
,
"
letterList
"
:
[
{
"
text
"
:
"
m
"
},
{
"
text
"
:
"
o
"
},
{
"
text
"
:
"
n
"
},
{
"
text
"
:
"
k
"
},
{
"
text
"
:
"
e
"
},
{
"
text
"
:
"
y
"
}
]
},
{
"
questionAudio
"
:
""
,
"
duration
"
:
120
,
"
type
"
:
"
img
"
,
"
image
"
:
"
http://staging-teach.cdn.ireadabc.com/e921b21c9ac22a623497b79cf849a421.png
"
,
"
audio
"
:
""
,
"
text
"
:
""
,
"
right
"
:
false
,
"
letterList
"
:
[
{
"
text
"
:
"
b
"
},
{
"
text
"
:
"
a
"
},
},
{
{
"
questionAudio
"
:
""
,
"
duration
"
:
120
,
"
type
"
:
"
imgVideo
"
,
"
image
"
:
"
http://staging-teach.cdn.ireadabc.com/84c53a0b9aac340ae396db7137847d51.png
"
,
"
audio
"
:
"
http://staging-teach.cdn.ireadabc.com/1cf4664096cae0d4fb534f66a3861b6c_l.mp3
"
,
"
text
"
:
""
,
"
right
"
:
false
,
"
letterList
"
:
[{
"
text
"
:
"
f
"
},
{
"
text
"
:
"
u
"
},
{
"
text
"
:
"
nn
"
},
{
"
text
"
:
"
y
"
}],
"
audioName
"
:
"
error_hy11_paopao.mp3
"
"
text
"
:
"
d
"
}],
"
bgAudio
"
:
""
,
"
bgAudioName
"
:
""
,
"
audioName
"
:
""
,
"
titleTxt
"
:
"
test
"
,
"
undefined
"
:
"
create_hy11_paopao.mp3
"
,
"
titleAudio
"
:
"
http://staging-teach.cdn.ireadabc.com/5214110bd03ae60f70e44c2e930f85ca_l.mp3
"
,
"
npcTitle
"
:
"
test
"
,
"
npcAudio
"
:
"
http://staging-teach.cdn.ireadabc.com/5214110bd03ae60f70e44c2e930f85ca_l.mp3
"
,
"
npcAudioName
"
:
"
create_hy11_paopao.mp3
"
}
]
}
],
"
bgAudio
"
:
""
,
"
bgAudioName
"
:
""
,
"
audioName
"
:
""
,
"
npcTitle
"
:
""
,
"
npcAudio
"
:
""
,
"
npcAudioName
"
:
""
}
}
// {
// "onlineFlg": false, "title": "", "questionText": "", "questionTextAudio": "",
// "questions": [
// {
// "questionAudio": "", "duration": 120, "type": "imgVideo", "image": "http://staging-teach.cdn.ireadabc.com/5e2fd05e37c3f6694201049d244c58f0.png", "audio": "http://staging-teach.cdn.ireadabc.com/5214110bd03ae60f70e44c2e930f85ca_l.mp3", "text": "", "right": false, "letterList": [{ "text": "t" }, { "text": "e" }, { "text": "st" }], "audioName": "create_hy11_paopao.mp3"
// },
// {
// "questionAudio": "", "duration": 120, "type": "imgVideo", "image": "http://staging-teach.cdn.ireadabc.com/84c53a0b9aac340ae396db7137847d51.png", "audio": "http://staging-teach.cdn.ireadabc.com/1cf4664096cae0d4fb534f66a3861b6c_l.mp3", "text": "", "right": false, "letterList": [{ "text": "f" }, { "text": "u" }, { "text": "nn" }, { "text": "y" }], "audioName": "error_hy11_paopao.mp3"
// }], "bgAudio": "", "bgAudioName": "", "audioName": "", "titleTxt": "test", "undefined": "create_hy11_paopao.mp3", "titleAudio": "http://staging-teach.cdn.ireadabc.com/5214110bd03ae60f70e44c2e930f85ca_l.mp3", "npcTitle": "test", "npcAudio": "http://staging-teach.cdn.ireadabc.com/5214110bd03ae60f70e44c2e930f85ca_l.mp3", "npcAudioName": "create_hy11_paopao.mp3"
// }
// {
// {
// "onlineFlg": false, "title": "钓鱼大作战", "questionText": "", "questionTextAudio": "http://staging-teach.cdn.ireadabc.com/e422c682ff3304a532937db64573caa4.mp3", "questions": [
// "onlineFlg": false, "title": "钓鱼大作战", "questionText": "", "questionTextAudio": "http://staging-teach.cdn.ireadabc.com/e422c682ff3304a532937db64573caa4.mp3", "questions": [
...
...
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