Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hy14_pipei
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
hy14_pipei
Commits
de647dcf
Commit
de647dcf
authored
Jul 12, 2023
by
yu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
5338880d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
342 additions
and
219 deletions
+342
-219
LayerBack_hy14_pipei.ts
assets/hy14_pipei/common/layer_back/LayerBack_hy14_pipei.ts
+7
-2
hy14_pipei.fire
assets/hy14_pipei/scene/hy14_pipei.fire
+335
-217
No files found.
assets/hy14_pipei/common/layer_back/LayerBack_hy14_pipei.ts
View file @
de647dcf
...
@@ -6,12 +6,15 @@ import pg from "../../scene/pg_hy14_pipei";
...
@@ -6,12 +6,15 @@ import pg from "../../scene/pg_hy14_pipei";
const
{
ccclass
,
property
}
=
cc
.
_decorator
;
const
{
ccclass
,
property
}
=
cc
.
_decorator
;
@
ccclass
@
ccclass
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
();
...
@@ -20,6 +23,7 @@ export default class LayerBack extends cc.Component {
...
@@ -20,6 +23,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
'
)
...
@@ -39,6 +43,7 @@ export default class LayerBack extends cc.Component {
...
@@ -39,6 +43,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
();
...
@@ -56,13 +61,14 @@ export default class LayerBack extends cc.Component {
...
@@ -56,13 +61,14 @@ 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
;
});
});
}
}
playVoiceRunning
()
{
playVoiceRunning
()
{
if
(
!
this
.
img_npc_voice
)
{
if
(
!
this
.
img_npc_voice
)
{
this
.
unschedule
(
this
.
playVoiceRunning
)
this
.
unschedule
(
this
.
playVoiceRunning
)
return
;
return
;
}
}
...
@@ -94,4 +100,3 @@ export default class LayerBack extends cc.Component {
...
@@ -94,4 +100,3 @@ export default class LayerBack extends cc.Component {
assets/hy14_pipei/scene/hy14_pipei.fire
View file @
de647dcf
...
@@ -99,25 +99,25 @@
...
@@ -99,25 +99,25 @@
"__id__": 147
"__id__": 147
},
},
{
{
"__id__": 17
1
"__id__": 17
5
},
},
{
{
"__id__": 2
16
"__id__": 2
20
},
},
{
{
"__id__": 2
38
"__id__": 2
42
}
}
],
],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 2
77
"__id__": 2
81
},
},
{
{
"__id__": 2
78
"__id__": 2
82
},
},
{
{
"__id__": 2
79
"__id__": 2
83
}
}
],
],
"_prefab": null,
"_prefab": null,
...
@@ -6464,19 +6464,22 @@
...
@@ -6464,19 +6464,22 @@
},
},
{
{
"__id__": 153
"__id__": 153
},
{
"__id__": 168
}
}
],
],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 1
68
"__id__": 1
72
},
},
{
{
"__id__": 1
69
"__id__": 1
73
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 17
0
"__id__": 17
4
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -6764,7 +6767,7 @@
...
@@ -6764,7 +6767,7 @@
},
},
"_contentSize": {
"_contentSize": {
"__type__": "cc.Size",
"__type__": "cc.Size",
"width": 1
50.74
,
"width": 1
48.45
,
"height": 63
"height": 63
},
},
"_anchorPoint": {
"_anchorPoint": {
...
@@ -6850,7 +6853,7 @@
...
@@ -6850,7 +6853,7 @@
"__type__": "TypedArray",
"__type__": "TypedArray",
"ctor": "Float64Array",
"ctor": "Float64Array",
"array": [
"array": [
20
8.95399999999995
,
20
6.664
,
0,
0,
0,
0,
0,
0,
...
@@ -7280,6 +7283,121 @@
...
@@ -7280,6 +7283,121 @@
"fileId": "0aBC7NPVlMNKQpHcVkCq5H",
"fileId": "0aBC7NPVlMNKQpHcVkCq5H",
"sync": false
"sync": false
},
},
{
"__type__": "cc.Node",
"_name": "bg_forbid",
"_objFlags": 0,
"_parent": {
"__id__": 147
},
"_children": [],
"_active": true,
"_components": [
{
"__id__": 169
},
{
"__id__": 170
}
],
"_prefab": {
"__id__": 171
},
"_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": "8cXllTqLJEOJ0RYpONzyXD"
},
{
"__type__": "cc.Widget",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 168
},
"_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": "00wVs7+H1Gg7110ByBvOMJ"
},
{
"__type__": "cc.BlockInputEvents",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 168
},
"_enabled": true,
"_id": "73bNc89zRA07fam6Bk0WDU"
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 147
},
"asset": {
"__uuid__": "0b87ca13-07e1-4237-ab3b-7f27c69deb2d"
},
"fileId": "bb38kg3ZBFB4CFGN2+3mar",
"sync": false
},
{
{
"__type__": "cc.Widget",
"__type__": "cc.Widget",
"_name": "",
"_name": "",
...
@@ -7337,29 +7455,29 @@
...
@@ -7337,29 +7455,29 @@
},
},
"_children": [
"_children": [
{
{
"__id__": 17
2
"__id__": 17
6
},
},
{
{
"__id__": 1
86
"__id__": 1
90
},
},
{
{
"__id__": 19
5
"__id__": 19
9
},
},
{
{
"__id__": 20
4
"__id__": 20
8
}
}
],
],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 21
3
"__id__": 21
7
},
},
{
{
"__id__": 21
4
"__id__": 21
8
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 21
5
"__id__": 21
9
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -7413,26 +7531,26 @@
...
@@ -7413,26 +7531,26 @@
"_name": "voice",
"_name": "voice",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 17
1
"__id__": 17
5
},
},
"_children": [
"_children": [
{
{
"__id__": 17
3
"__id__": 17
7
},
},
{
{
"__id__": 1
76
"__id__": 1
80
},
},
{
{
"__id__": 1
79
"__id__": 1
83
},
},
{
{
"__id__": 18
2
"__id__": 18
6
}
}
],
],
"_active": false,
"_active": false,
"_components": [],
"_components": [],
"_prefab": {
"_prefab": {
"__id__": 18
5
"__id__": 18
9
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -7486,17 +7604,17 @@
...
@@ -7486,17 +7604,17 @@
"_name": "excellent",
"_name": "excellent",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 17
2
"__id__": 17
6
},
},
"_children": [],
"_children": [],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 17
4
"__id__": 17
8
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 17
5
"__id__": 17
9
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -7550,7 +7668,7 @@
...
@@ -7550,7 +7668,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 17
3
"__id__": 17
7
},
},
"_enabled": true,
"_enabled": true,
"_clip": {
"_clip": {
...
@@ -7567,7 +7685,7 @@
...
@@ -7567,7 +7685,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 17
1
"__id__": 17
5
},
},
"asset": {
"asset": {
"__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc"
"__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc"
...
@@ -7580,17 +7698,17 @@
...
@@ -7580,17 +7698,17 @@
"_name": "good",
"_name": "good",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 17
2
"__id__": 17
6
},
},
"_children": [],
"_children": [],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 1
77
"__id__": 1
81
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 1
78
"__id__": 1
82
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -7644,7 +7762,7 @@
...
@@ -7644,7 +7762,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 1
76
"__id__": 1
80
},
},
"_enabled": true,
"_enabled": true,
"_clip": {
"_clip": {
...
@@ -7661,7 +7779,7 @@
...
@@ -7661,7 +7779,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 17
1
"__id__": 17
5
},
},
"asset": {
"asset": {
"__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc"
"__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc"
...
@@ -7674,17 +7792,17 @@
...
@@ -7674,17 +7792,17 @@
"_name": "tryagain",
"_name": "tryagain",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 17
2
"__id__": 17
6
},
},
"_children": [],
"_children": [],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 18
0
"__id__": 18
4
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 18
1
"__id__": 18
5
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -7738,7 +7856,7 @@
...
@@ -7738,7 +7856,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 1
79
"__id__": 1
83
},
},
"_enabled": true,
"_enabled": true,
"_clip": {
"_clip": {
...
@@ -7755,7 +7873,7 @@
...
@@ -7755,7 +7873,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 17
1
"__id__": 17
5
},
},
"asset": {
"asset": {
"__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc"
"__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc"
...
@@ -7768,17 +7886,17 @@
...
@@ -7768,17 +7886,17 @@
"_name": "ani",
"_name": "ani",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 17
2
"__id__": 17
6
},
},
"_children": [],
"_children": [],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 18
3
"__id__": 18
7
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 18
4
"__id__": 18
8
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -7832,7 +7950,7 @@
...
@@ -7832,7 +7950,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 18
2
"__id__": 18
6
},
},
"_enabled": true,
"_enabled": true,
"_clip": {
"_clip": {
...
@@ -7849,7 +7967,7 @@
...
@@ -7849,7 +7967,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 17
1
"__id__": 17
5
},
},
"asset": {
"asset": {
"__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc"
"__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc"
...
@@ -7860,7 +7978,7 @@
...
@@ -7860,7 +7978,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 17
1
"__id__": 17
5
},
},
"asset": {
"asset": {
"__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc"
"__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc"
...
@@ -7873,24 +7991,24 @@
...
@@ -7873,24 +7991,24 @@
"_name": "layout_excellent",
"_name": "layout_excellent",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 17
1
"__id__": 17
5
},
},
"_children": [
"_children": [
{
{
"__id__": 1
87
"__id__": 1
91
},
},
{
{
"__id__": 19
0
"__id__": 19
4
}
}
],
],
"_active": false,
"_active": false,
"_components": [
"_components": [
{
{
"__id__": 19
3
"__id__": 19
7
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 19
4
"__id__": 19
8
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -7944,17 +8062,17 @@
...
@@ -7944,17 +8062,17 @@
"_name": "bg",
"_name": "bg",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 1
86
"__id__": 1
90
},
},
"_children": [],
"_children": [],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 1
88
"__id__": 1
92
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 1
89
"__id__": 1
93
},
},
"_opacity": 150,
"_opacity": 150,
"_color": {
"_color": {
...
@@ -8008,7 +8126,7 @@
...
@@ -8008,7 +8126,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 1
87
"__id__": 1
91
},
},
"_enabled": true,
"_enabled": true,
"_materials": [
"_materials": [
...
@@ -8038,7 +8156,7 @@
...
@@ -8038,7 +8156,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 17
1
"__id__": 17
5
},
},
"asset": {
"asset": {
"__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc"
"__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc"
...
@@ -8051,17 +8169,17 @@
...
@@ -8051,17 +8169,17 @@
"_name": "AniNode",
"_name": "AniNode",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 1
86
"__id__": 1
90
},
},
"_children": [],
"_children": [],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 19
1
"__id__": 19
5
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 19
2
"__id__": 19
6
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -8115,7 +8233,7 @@
...
@@ -8115,7 +8233,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 19
0
"__id__": 19
4
},
},
"_enabled": true,
"_enabled": true,
"_materials": [
"_materials": [
...
@@ -8153,7 +8271,7 @@
...
@@ -8153,7 +8271,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 17
1
"__id__": 17
5
},
},
"asset": {
"asset": {
"__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc"
"__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc"
...
@@ -8166,7 +8284,7 @@
...
@@ -8166,7 +8284,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 1
86
"__id__": 1
90
},
},
"_enabled": true,
"_enabled": true,
"alignMode": 1,
"alignMode": 1,
...
@@ -8191,7 +8309,7 @@
...
@@ -8191,7 +8309,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 17
1
"__id__": 17
5
},
},
"asset": {
"asset": {
"__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc"
"__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc"
...
@@ -8204,24 +8322,24 @@
...
@@ -8204,24 +8322,24 @@
"_name": "layout_good",
"_name": "layout_good",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 17
1
"__id__": 17
5
},
},
"_children": [
"_children": [
{
{
"__id__":
196
"__id__":
200
},
},
{
{
"__id__":
199
"__id__":
203
}
}
],
],
"_active": false,
"_active": false,
"_components": [
"_components": [
{
{
"__id__": 20
2
"__id__": 20
6
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 20
3
"__id__": 20
7
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -8275,17 +8393,17 @@
...
@@ -8275,17 +8393,17 @@
"_name": "bg",
"_name": "bg",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 19
5
"__id__": 19
9
},
},
"_children": [],
"_children": [],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__":
197
"__id__":
201
}
}
],
],
"_prefab": {
"_prefab": {
"__id__":
198
"__id__":
202
},
},
"_opacity": 150,
"_opacity": 150,
"_color": {
"_color": {
...
@@ -8339,7 +8457,7 @@
...
@@ -8339,7 +8457,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__":
196
"__id__":
200
},
},
"_enabled": true,
"_enabled": true,
"_materials": [
"_materials": [
...
@@ -8369,7 +8487,7 @@
...
@@ -8369,7 +8487,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 17
1
"__id__": 17
5
},
},
"asset": {
"asset": {
"__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc"
"__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc"
...
@@ -8382,17 +8500,17 @@
...
@@ -8382,17 +8500,17 @@
"_name": "AniNode",
"_name": "AniNode",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 19
5
"__id__": 19
9
},
},
"_children": [],
"_children": [],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 20
0
"__id__": 20
4
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 20
1
"__id__": 20
5
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -8446,7 +8564,7 @@
...
@@ -8446,7 +8564,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__":
199
"__id__":
203
},
},
"_enabled": true,
"_enabled": true,
"_materials": [
"_materials": [
...
@@ -8484,7 +8602,7 @@
...
@@ -8484,7 +8602,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 17
1
"__id__": 17
5
},
},
"asset": {
"asset": {
"__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc"
"__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc"
...
@@ -8497,7 +8615,7 @@
...
@@ -8497,7 +8615,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 19
5
"__id__": 19
9
},
},
"_enabled": true,
"_enabled": true,
"alignMode": 1,
"alignMode": 1,
...
@@ -8522,7 +8640,7 @@
...
@@ -8522,7 +8640,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 17
1
"__id__": 17
5
},
},
"asset": {
"asset": {
"__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc"
"__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc"
...
@@ -8535,24 +8653,24 @@
...
@@ -8535,24 +8653,24 @@
"_name": "layout_tryagain",
"_name": "layout_tryagain",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 17
1
"__id__": 17
5
},
},
"_children": [
"_children": [
{
{
"__id__": 20
5
"__id__": 20
9
},
},
{
{
"__id__": 2
08
"__id__": 2
12
}
}
],
],
"_active": false,
"_active": false,
"_components": [
"_components": [
{
{
"__id__": 21
1
"__id__": 21
5
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 21
2
"__id__": 21
6
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -8606,17 +8724,17 @@
...
@@ -8606,17 +8724,17 @@
"_name": "bg",
"_name": "bg",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 20
4
"__id__": 20
8
},
},
"_children": [],
"_children": [],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 2
06
"__id__": 2
10
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 2
07
"__id__": 2
11
},
},
"_opacity": 150,
"_opacity": 150,
"_color": {
"_color": {
...
@@ -8670,7 +8788,7 @@
...
@@ -8670,7 +8788,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 20
5
"__id__": 20
9
},
},
"_enabled": true,
"_enabled": true,
"_materials": [
"_materials": [
...
@@ -8700,7 +8818,7 @@
...
@@ -8700,7 +8818,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 17
1
"__id__": 17
5
},
},
"asset": {
"asset": {
"__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc"
"__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc"
...
@@ -8713,17 +8831,17 @@
...
@@ -8713,17 +8831,17 @@
"_name": "AniNode",
"_name": "AniNode",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 20
4
"__id__": 20
8
},
},
"_children": [],
"_children": [],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 2
09
"__id__": 2
13
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 21
0
"__id__": 21
4
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -8777,7 +8895,7 @@
...
@@ -8777,7 +8895,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 2
08
"__id__": 2
12
},
},
"_enabled": true,
"_enabled": true,
"_materials": [
"_materials": [
...
@@ -8815,7 +8933,7 @@
...
@@ -8815,7 +8933,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 17
1
"__id__": 17
5
},
},
"asset": {
"asset": {
"__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc"
"__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc"
...
@@ -8828,7 +8946,7 @@
...
@@ -8828,7 +8946,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 20
4
"__id__": 20
8
},
},
"_enabled": true,
"_enabled": true,
"alignMode": 1,
"alignMode": 1,
...
@@ -8853,7 +8971,7 @@
...
@@ -8853,7 +8971,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 17
1
"__id__": 17
5
},
},
"asset": {
"asset": {
"__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc"
"__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc"
...
@@ -8866,7 +8984,7 @@
...
@@ -8866,7 +8984,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 17
1
"__id__": 17
5
},
},
"_enabled": true,
"_enabled": true,
"alignMode": 1,
"alignMode": 1,
...
@@ -8893,7 +9011,7 @@
...
@@ -8893,7 +9011,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 17
1
"__id__": 17
5
},
},
"_enabled": true,
"_enabled": true,
"_id": "9c/TTsfO5OWJWcAXuG5JNw"
"_id": "9c/TTsfO5OWJWcAXuG5JNw"
...
@@ -8901,7 +9019,7 @@
...
@@ -8901,7 +9019,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 17
1
"__id__": 17
5
},
},
"asset": {
"asset": {
"__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc"
"__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc"
...
@@ -8918,20 +9036,20 @@
...
@@ -8918,20 +9036,20 @@
},
},
"_children": [
"_children": [
{
{
"__id__": 2
17
"__id__": 2
21
},
},
{
{
"__id__": 23
1
"__id__": 23
5
}
}
],
],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 2
36
"__id__": 2
40
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 2
37
"__id__": 2
41
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -8985,26 +9103,26 @@
...
@@ -8985,26 +9103,26 @@
"_name": "layout_center",
"_name": "layout_center",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 2
16
"__id__": 2
20
},
},
"_children": [
"_children": [
{
{
"__id__": 2
18
"__id__": 2
22
},
},
{
{
"__id__": 22
1
"__id__": 22
5
},
},
{
{
"__id__": 22
4
"__id__": 22
8
},
},
{
{
"__id__": 2
27
"__id__": 2
31
}
}
],
],
"_active": false,
"_active": false,
"_components": [],
"_components": [],
"_prefab": {
"_prefab": {
"__id__": 23
0
"__id__": 23
4
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -9058,17 +9176,17 @@
...
@@ -9058,17 +9176,17 @@
"_name": "bg_gray",
"_name": "bg_gray",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 2
17
"__id__": 2
21
},
},
"_children": [],
"_children": [],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 2
19
"__id__": 2
23
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 22
0
"__id__": 22
4
},
},
"_opacity": 102,
"_opacity": 102,
"_color": {
"_color": {
...
@@ -9122,7 +9240,7 @@
...
@@ -9122,7 +9240,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 2
18
"__id__": 2
22
},
},
"_enabled": true,
"_enabled": true,
"_materials": [
"_materials": [
...
@@ -9152,7 +9270,7 @@
...
@@ -9152,7 +9270,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 2
16
"__id__": 2
20
},
},
"asset": {
"asset": {
"__uuid__": "a9b135f6-de46-4257-8be2-55dc863ce747"
"__uuid__": "a9b135f6-de46-4257-8be2-55dc863ce747"
...
@@ -9165,17 +9283,17 @@
...
@@ -9165,17 +9283,17 @@
"_name": "aniNode1",
"_name": "aniNode1",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 2
17
"__id__": 2
21
},
},
"_children": [],
"_children": [],
"_active": false,
"_active": false,
"_components": [
"_components": [
{
{
"__id__": 22
2
"__id__": 22
6
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 22
3
"__id__": 22
7
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -9229,7 +9347,7 @@
...
@@ -9229,7 +9347,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 22
1
"__id__": 22
5
},
},
"_enabled": true,
"_enabled": true,
"_materials": [
"_materials": [
...
@@ -9267,7 +9385,7 @@
...
@@ -9267,7 +9385,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 2
16
"__id__": 2
20
},
},
"asset": {
"asset": {
"__uuid__": "a9b135f6-de46-4257-8be2-55dc863ce747"
"__uuid__": "a9b135f6-de46-4257-8be2-55dc863ce747"
...
@@ -9280,17 +9398,17 @@
...
@@ -9280,17 +9398,17 @@
"_name": "aniNode2",
"_name": "aniNode2",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 2
17
"__id__": 2
21
},
},
"_children": [],
"_children": [],
"_active": false,
"_active": false,
"_components": [
"_components": [
{
{
"__id__": 22
5
"__id__": 22
9
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 2
26
"__id__": 2
30
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -9344,7 +9462,7 @@
...
@@ -9344,7 +9462,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 22
4
"__id__": 22
8
},
},
"_enabled": true,
"_enabled": true,
"_materials": [
"_materials": [
...
@@ -9382,7 +9500,7 @@
...
@@ -9382,7 +9500,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 2
16
"__id__": 2
20
},
},
"asset": {
"asset": {
"__uuid__": "a9b135f6-de46-4257-8be2-55dc863ce747"
"__uuid__": "a9b135f6-de46-4257-8be2-55dc863ce747"
...
@@ -9395,17 +9513,17 @@
...
@@ -9395,17 +9513,17 @@
"_name": "aniNode3",
"_name": "aniNode3",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 2
17
"__id__": 2
21
},
},
"_children": [],
"_children": [],
"_active": false,
"_active": false,
"_components": [
"_components": [
{
{
"__id__": 2
28
"__id__": 2
32
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 2
29
"__id__": 2
33
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -9459,7 +9577,7 @@
...
@@ -9459,7 +9577,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 2
27
"__id__": 2
31
},
},
"_enabled": true,
"_enabled": true,
"_materials": [
"_materials": [
...
@@ -9497,7 +9615,7 @@
...
@@ -9497,7 +9615,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 2
16
"__id__": 2
20
},
},
"asset": {
"asset": {
"__uuid__": "a9b135f6-de46-4257-8be2-55dc863ce747"
"__uuid__": "a9b135f6-de46-4257-8be2-55dc863ce747"
...
@@ -9508,7 +9626,7 @@
...
@@ -9508,7 +9626,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 2
16
"__id__": 2
20
},
},
"asset": {
"asset": {
"__uuid__": "a9b135f6-de46-4257-8be2-55dc863ce747"
"__uuid__": "a9b135f6-de46-4257-8be2-55dc863ce747"
...
@@ -9521,17 +9639,17 @@
...
@@ -9521,17 +9639,17 @@
"_name": "res",
"_name": "res",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 2
16
"__id__": 2
20
},
},
"_children": [
"_children": [
{
{
"__id__": 23
2
"__id__": 23
6
}
}
],
],
"_active": true,
"_active": true,
"_components": [],
"_components": [],
"_prefab": {
"_prefab": {
"__id__": 23
5
"__id__": 23
9
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -9585,17 +9703,17 @@
...
@@ -9585,17 +9703,17 @@
"_name": "coin",
"_name": "coin",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 23
1
"__id__": 23
5
},
},
"_children": [],
"_children": [],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 23
3
"__id__": 23
7
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 23
4
"__id__": 23
8
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -9649,7 +9767,7 @@
...
@@ -9649,7 +9767,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 23
2
"__id__": 23
6
},
},
"_enabled": true,
"_enabled": true,
"_clip": {
"_clip": {
...
@@ -9666,7 +9784,7 @@
...
@@ -9666,7 +9784,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 2
16
"__id__": 2
20
},
},
"asset": {
"asset": {
"__uuid__": "a9b135f6-de46-4257-8be2-55dc863ce747"
"__uuid__": "a9b135f6-de46-4257-8be2-55dc863ce747"
...
@@ -9677,7 +9795,7 @@
...
@@ -9677,7 +9795,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 2
16
"__id__": 2
20
},
},
"asset": {
"asset": {
"__uuid__": "a9b135f6-de46-4257-8be2-55dc863ce747"
"__uuid__": "a9b135f6-de46-4257-8be2-55dc863ce747"
...
@@ -9690,7 +9808,7 @@
...
@@ -9690,7 +9808,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 2
16
"__id__": 2
20
},
},
"_enabled": true,
"_enabled": true,
"_id": "8eV1QXijRFRIKyIa4yP1P9"
"_id": "8eV1QXijRFRIKyIa4yP1P9"
...
@@ -9698,7 +9816,7 @@
...
@@ -9698,7 +9816,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 2
16
"__id__": 2
20
},
},
"asset": {
"asset": {
"__uuid__": "a9b135f6-de46-4257-8be2-55dc863ce747"
"__uuid__": "a9b135f6-de46-4257-8be2-55dc863ce747"
...
@@ -9715,20 +9833,20 @@
...
@@ -9715,20 +9833,20 @@
},
},
"_children": [
"_children": [
{
{
"__id__": 2
39
"__id__": 2
43
},
},
{
{
"__id__": 27
0
"__id__": 27
4
}
}
],
],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 27
5
"__id__": 27
9
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 2
76
"__id__": 2
80
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -9782,35 +9900,35 @@
...
@@ -9782,35 +9900,35 @@
"_name": "layer_center",
"_name": "layer_center",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 2
38
"__id__": 2
42
},
},
"_children": [
"_children": [
{
{
"__id__": 24
0
"__id__": 24
4
},
},
{
{
"__id__": 24
3
"__id__": 24
7
},
},
{
{
"__id__": 24
5
"__id__": 24
9
},
},
{
{
"__id__": 2
48
"__id__": 2
52
},
},
{
{
"__id__": 25
1
"__id__": 25
5
},
},
{
{
"__id__": 25
4
"__id__": 25
8
},
},
{
{
"__id__": 2
57
"__id__": 2
61
}
}
],
],
"_active": false,
"_active": false,
"_components": [],
"_components": [],
"_prefab": {
"_prefab": {
"__id__": 2
69
"__id__": 2
73
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -9864,17 +9982,17 @@
...
@@ -9864,17 +9982,17 @@
"_name": "gray_cover",
"_name": "gray_cover",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 2
39
"__id__": 2
43
},
},
"_children": [],
"_children": [],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 24
1
"__id__": 24
5
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 24
2
"__id__": 24
6
},
},
"_opacity": 102,
"_opacity": 102,
"_color": {
"_color": {
...
@@ -9928,7 +10046,7 @@
...
@@ -9928,7 +10046,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 24
0
"__id__": 24
4
},
},
"_enabled": true,
"_enabled": true,
"_materials": [
"_materials": [
...
@@ -9958,7 +10076,7 @@
...
@@ -9958,7 +10076,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 2
38
"__id__": 2
42
},
},
"asset": {
"asset": {
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
...
@@ -9971,13 +10089,13 @@
...
@@ -9971,13 +10089,13 @@
"_name": "layer_middle",
"_name": "layer_middle",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 2
39
"__id__": 2
43
},
},
"_children": [],
"_children": [],
"_active": true,
"_active": true,
"_components": [],
"_components": [],
"_prefab": {
"_prefab": {
"__id__": 24
4
"__id__": 24
8
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -10029,7 +10147,7 @@
...
@@ -10029,7 +10147,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 2
38
"__id__": 2
42
},
},
"asset": {
"asset": {
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
...
@@ -10042,17 +10160,17 @@
...
@@ -10042,17 +10160,17 @@
"_name": "replay_btn",
"_name": "replay_btn",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 2
39
"__id__": 2
43
},
},
"_children": [],
"_children": [],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 2
46
"__id__": 2
50
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 2
47
"__id__": 2
51
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -10106,7 +10224,7 @@
...
@@ -10106,7 +10224,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 24
5
"__id__": 24
9
},
},
"_enabled": true,
"_enabled": true,
"_materials": [
"_materials": [
...
@@ -10136,7 +10254,7 @@
...
@@ -10136,7 +10254,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 2
38
"__id__": 2
42
},
},
"asset": {
"asset": {
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
...
@@ -10149,17 +10267,17 @@
...
@@ -10149,17 +10267,17 @@
"_name": "bg_light",
"_name": "bg_light",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 2
39
"__id__": 2
43
},
},
"_children": [],
"_children": [],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 2
49
"__id__": 2
53
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 25
0
"__id__": 25
4
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -10213,7 +10331,7 @@
...
@@ -10213,7 +10331,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 2
48
"__id__": 2
52
},
},
"_enabled": true,
"_enabled": true,
"_materials": [
"_materials": [
...
@@ -10243,7 +10361,7 @@
...
@@ -10243,7 +10361,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 2
38
"__id__": 2
42
},
},
"asset": {
"asset": {
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
...
@@ -10256,17 +10374,17 @@
...
@@ -10256,17 +10374,17 @@
"_name": "finish_cat",
"_name": "finish_cat",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 2
39
"__id__": 2
43
},
},
"_children": [],
"_children": [],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 25
2
"__id__": 25
6
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 25
3
"__id__": 25
7
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -10320,7 +10438,7 @@
...
@@ -10320,7 +10438,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 25
1
"__id__": 25
5
},
},
"_enabled": true,
"_enabled": true,
"_materials": [
"_materials": [
...
@@ -10358,7 +10476,7 @@
...
@@ -10358,7 +10476,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 2
38
"__id__": 2
42
},
},
"asset": {
"asset": {
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
...
@@ -10371,17 +10489,17 @@
...
@@ -10371,17 +10489,17 @@
"_name": "next_btn",
"_name": "next_btn",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 2
39
"__id__": 2
43
},
},
"_children": [],
"_children": [],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 25
5
"__id__": 25
9
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 2
56
"__id__": 2
60
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -10435,7 +10553,7 @@
...
@@ -10435,7 +10553,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 25
4
"__id__": 25
8
},
},
"_enabled": true,
"_enabled": true,
"_materials": [
"_materials": [
...
@@ -10465,7 +10583,7 @@
...
@@ -10465,7 +10583,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 2
38
"__id__": 2
42
},
},
"asset": {
"asset": {
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
...
@@ -10478,27 +10596,27 @@
...
@@ -10478,27 +10596,27 @@
"_name": "finish_box",
"_name": "finish_box",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 2
39
"__id__": 2
43
},
},
"_children": [
"_children": [
{
{
"__id__": 2
58
"__id__": 2
62
},
},
{
{
"__id__": 26
1
"__id__": 26
5
},
},
{
{
"__id__": 26
4
"__id__": 26
8
}
}
],
],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 2
67
"__id__": 2
71
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 2
68
"__id__": 2
72
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -10552,17 +10670,17 @@
...
@@ -10552,17 +10670,17 @@
"_name": "result_text",
"_name": "result_text",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 2
57
"__id__": 2
61
},
},
"_children": [],
"_children": [],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 2
59
"__id__": 2
63
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 26
0
"__id__": 26
4
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -10616,7 +10734,7 @@
...
@@ -10616,7 +10734,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 2
58
"__id__": 2
62
},
},
"_enabled": true,
"_enabled": true,
"_materials": [
"_materials": [
...
@@ -10647,7 +10765,7 @@
...
@@ -10647,7 +10765,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 2
38
"__id__": 2
42
},
},
"asset": {
"asset": {
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
...
@@ -10660,17 +10778,17 @@
...
@@ -10660,17 +10778,17 @@
"_name": "coin",
"_name": "coin",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 2
57
"__id__": 2
61
},
},
"_children": [],
"_children": [],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 26
2
"__id__": 26
6
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 26
3
"__id__": 26
7
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -10724,7 +10842,7 @@
...
@@ -10724,7 +10842,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 26
1
"__id__": 26
5
},
},
"_enabled": true,
"_enabled": true,
"_materials": [
"_materials": [
...
@@ -10754,7 +10872,7 @@
...
@@ -10754,7 +10872,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 2
38
"__id__": 2
42
},
},
"asset": {
"asset": {
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
...
@@ -10767,17 +10885,17 @@
...
@@ -10767,17 +10885,17 @@
"_name": "coin_num",
"_name": "coin_num",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 2
57
"__id__": 2
61
},
},
"_children": [],
"_children": [],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 26
5
"__id__": 26
9
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 2
66
"__id__": 2
70
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -10831,7 +10949,7 @@
...
@@ -10831,7 +10949,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 26
4
"__id__": 26
8
},
},
"_enabled": true,
"_enabled": true,
"_materials": [
"_materials": [
...
@@ -10862,7 +10980,7 @@
...
@@ -10862,7 +10980,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 2
38
"__id__": 2
42
},
},
"asset": {
"asset": {
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
...
@@ -10875,7 +10993,7 @@
...
@@ -10875,7 +10993,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 2
57
"__id__": 2
61
},
},
"_enabled": true,
"_enabled": true,
"_materials": [
"_materials": [
...
@@ -10905,7 +11023,7 @@
...
@@ -10905,7 +11023,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 2
38
"__id__": 2
42
},
},
"asset": {
"asset": {
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
...
@@ -10916,7 +11034,7 @@
...
@@ -10916,7 +11034,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 2
38
"__id__": 2
42
},
},
"asset": {
"asset": {
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
...
@@ -10929,17 +11047,17 @@
...
@@ -10929,17 +11047,17 @@
"_name": "res",
"_name": "res",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 2
38
"__id__": 2
42
},
},
"_children": [
"_children": [
{
{
"__id__": 27
1
"__id__": 27
5
}
}
],
],
"_active": true,
"_active": true,
"_components": [],
"_components": [],
"_prefab": {
"_prefab": {
"__id__": 27
4
"__id__": 27
8
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -10993,17 +11111,17 @@
...
@@ -10993,17 +11111,17 @@
"_name": "ending",
"_name": "ending",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 27
0
"__id__": 27
4
},
},
"_children": [],
"_children": [],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 27
2
"__id__": 27
6
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 27
3
"__id__": 27
7
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -11057,7 +11175,7 @@
...
@@ -11057,7 +11175,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 27
1
"__id__": 27
5
},
},
"_enabled": true,
"_enabled": true,
"_clip": {
"_clip": {
...
@@ -11074,7 +11192,7 @@
...
@@ -11074,7 +11192,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 2
38
"__id__": 2
42
},
},
"asset": {
"asset": {
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
...
@@ -11085,7 +11203,7 @@
...
@@ -11085,7 +11203,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 2
38
"__id__": 2
42
},
},
"asset": {
"asset": {
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
...
@@ -11098,7 +11216,7 @@
...
@@ -11098,7 +11216,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 2
38
"__id__": 2
42
},
},
"_enabled": true,
"_enabled": true,
"_id": "d7wN6OoxNMurVw8/98828K"
"_id": "d7wN6OoxNMurVw8/98828K"
...
@@ -11106,7 +11224,7 @@
...
@@ -11106,7 +11224,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 2
38
"__id__": 2
42
},
},
"asset": {
"asset": {
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
...
...
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