Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hy08_caici
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
hy08_caici
Commits
00f1008c
Commit
00f1008c
authored
Jul 12, 2023
by
Tt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改公共问题
parent
2d3ac2b9
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
233 additions
and
324 deletions
+233
-324
LayerBack_hy06_danxuan.ts
...ts/hy08_caici/common/layer_back/LayerBack_hy06_danxuan.ts
+4
-0
ImgVoice_hy06_danxuan.ts
assets/hy08_caici/common/script/ImgVoice_hy06_danxuan.ts
+4
-0
LayerRecord_hy06_danxuan.ts
assets/hy08_caici/common/script/LayerRecord_hy06_danxuan.ts
+1
-0
hy08_caici.fire
assets/hy08_caici/scene/hy08_caici.fire
+223
-324
pg_hy08_caici.ts
assets/hy08_caici/scene/pg_hy08_caici.ts
+1
-0
bottom_hy08_caici.png
assets/hy08_caici/textures/hy08/bottom_hy08_caici.png
+0
-0
No files found.
assets/hy08_caici/common/layer_back/LayerBack_hy06_danxuan.ts
View file @
00f1008c
...
@@ -60,8 +60,12 @@ export default class LayerBack extends cc.Component {
...
@@ -60,8 +60,12 @@ export default class LayerBack extends cc.Component {
this
.
audioId
=
audioId
;
this
.
audioId
=
audioId
;
});
});
}
}
protected
onDestroy
():
void
{
this
.
unscheduleAllCallbacks
();
}
playVoiceRunning
()
{
playVoiceRunning
()
{
this
.
playVoiceCount
++
;
this
.
playVoiceCount
++
;
if
(
!
this
.
img_npc_voice
)
return
;
let
p1
=
this
.
img_npc_voice
.
getChildByName
(
'
p1
'
)
let
p1
=
this
.
img_npc_voice
.
getChildByName
(
'
p1
'
)
let
p2
=
this
.
img_npc_voice
.
getChildByName
(
'
p2
'
)
let
p2
=
this
.
img_npc_voice
.
getChildByName
(
'
p2
'
)
let
p3
=
this
.
img_npc_voice
.
getChildByName
(
'
p3
'
)
let
p3
=
this
.
img_npc_voice
.
getChildByName
(
'
p3
'
)
...
...
assets/hy08_caici/common/script/ImgVoice_hy06_danxuan.ts
View file @
00f1008c
...
@@ -30,8 +30,12 @@ export default class ImgVoice extends cc.Component {
...
@@ -30,8 +30,12 @@ export default class ImgVoice extends cc.Component {
this
.
playVoiceCount
=
0
;
this
.
playVoiceCount
=
0
;
this
.
schedule
(
this
.
playVoiceRunning
,
0.3
)
this
.
schedule
(
this
.
playVoiceRunning
,
0.3
)
}
}
protected
onDestroy
():
void
{
this
.
unscheduleAllCallbacks
();
}
playVoiceRunning
()
{
playVoiceRunning
()
{
this
.
playVoiceCount
++
;
this
.
playVoiceCount
++
;
if
(
!
this
.
img_npc_voice
)
return
;
let
p1
=
this
.
img_npc_voice
.
getChildByName
(
'
p1
'
)
let
p1
=
this
.
img_npc_voice
.
getChildByName
(
'
p1
'
)
let
p2
=
this
.
img_npc_voice
.
getChildByName
(
'
p2
'
)
let
p2
=
this
.
img_npc_voice
.
getChildByName
(
'
p2
'
)
let
p3
=
this
.
img_npc_voice
.
getChildByName
(
'
p3
'
)
let
p3
=
this
.
img_npc_voice
.
getChildByName
(
'
p3
'
)
...
...
assets/hy08_caici/common/script/LayerRecord_hy06_danxuan.ts
View file @
00f1008c
...
@@ -115,6 +115,7 @@ export default class LayerRecord extends cc.Component {
...
@@ -115,6 +115,7 @@ export default class LayerRecord extends cc.Component {
playVoiceRunning
()
{
playVoiceRunning
()
{
this
.
playVoiceCount
++
;
this
.
playVoiceCount
++
;
let
btn_play
=
pg
.
view
.
find
(
this
.
layout_record
,
'
btn_play
'
);
let
btn_play
=
pg
.
view
.
find
(
this
.
layout_record
,
'
btn_play
'
);
if
(
!
btn_play
)
return
;
let
p0
=
btn_play
.
getChildByName
(
'
p0
'
)
let
p0
=
btn_play
.
getChildByName
(
'
p0
'
)
let
p1
=
btn_play
.
getChildByName
(
'
p1
'
)
let
p1
=
btn_play
.
getChildByName
(
'
p1
'
)
let
p2
=
btn_play
.
getChildByName
(
'
p2
'
)
let
p2
=
btn_play
.
getChildByName
(
'
p2
'
)
...
...
assets/hy08_caici/scene/hy08_caici.fire
View file @
00f1008c
...
@@ -78,28 +78,28 @@
...
@@ -78,28 +78,28 @@
"__id__": 14
"__id__": 14
},
},
{
{
"__id__": 8
6
"__id__": 8
4
},
},
{
{
"__id__": 1
10
"__id__": 1
08
},
},
{
{
"__id__": 13
2
"__id__": 13
0
},
},
{
{
"__id__": 1
71
"__id__": 1
69
}
}
],
],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 19
3
"__id__": 19
1
},
},
{
{
"__id__": 19
4
"__id__": 19
2
},
},
{
{
"__id__": 19
5
"__id__": 19
3
}
}
],
],
"_prefab": null,
"_prefab": null,
...
@@ -690,7 +690,7 @@
...
@@ -690,7 +690,7 @@
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 8
5
"__id__": 8
3
}
}
],
],
"_prefab": null,
"_prefab": null,
...
@@ -3469,13 +3469,13 @@
...
@@ -3469,13 +3469,13 @@
"__id__": 73
"__id__": 73
},
},
{
{
"__id__": 7
9
"__id__": 7
7
}
}
],
],
"_active": false,
"_active": false,
"_components": [
"_components": [
{
{
"__id__": 8
4
"__id__": 8
2
}
}
],
],
"_prefab": null,
"_prefab": null,
...
@@ -3635,7 +3635,7 @@
...
@@ -3635,7 +3635,7 @@
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 7
8
"__id__": 7
6
}
}
],
],
"_prefab": null,
"_prefab": null,
...
@@ -3693,15 +3693,11 @@
...
@@ -3693,15 +3693,11 @@
"_parent": {
"_parent": {
"__id__": 73
"__id__": 73
},
},
"_children": [
"_children": [],
{
"__id__": 75
}
],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 7
7
"__id__": 7
5
}
}
],
],
"_prefab": null,
"_prefab": null,
...
@@ -3752,103 +3748,6 @@
...
@@ -3752,103 +3748,6 @@
"groupIndex": 0,
"groupIndex": 0,
"_id": "b24U550EBBx65s4Nx0LmeW"
"_id": "b24U550EBBx65s4Nx0LmeW"
},
},
{
"__type__": "cc.Node",
"_name": "prompt",
"_objFlags": 0,
"_parent": {
"__id__": 74
},
"_children": [],
"_active": true,
"_components": [
{
"__id__": 76
}
],
"_prefab": null,
"_opacity": 255,
"_color": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"_contentSize": {
"__type__": "cc.Size",
"width": 547.35,
"height": 65.52
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_trs": {
"__type__": "TypedArray",
"ctor": "Float64Array",
"array": [
-197.138,
-54.159,
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": "92voHIpl5EC7M8DGOnP9rJ"
},
{
"__type__": "cc.Label",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 75
},
"_enabled": true,
"_materials": [
{
"__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
}
],
"_srcBlendFactor": 770,
"_dstBlendFactor": 771,
"_string": "请在5秒内说出正确答案",
"_N$string": "请在5秒内说出正确答案",
"_fontSize": 52,
"_lineHeight": 52,
"_enableWrapText": true,
"_N$file": {
"__uuid__": "b6526ba1-a312-466b-98b0-fb0e4c49c488"
},
"_isSystemFontUsed": false,
"_spacingX": 0,
"_batchAsBitmap": false,
"_styleFlags": 0,
"_underlineHeight": 0,
"_N$horizontalAlign": 1,
"_N$verticalAlign": 1,
"_N$fontFamily": "Arial",
"_N$overflow": 0,
"_N$cacheMode": 0,
"_id": "1fZ+RnyS9PwZg3I1yTxBdN"
},
{
{
"__type__": "cc.Sprite",
"__type__": "cc.Sprite",
"_name": "",
"_name": "",
...
@@ -3917,10 +3816,10 @@
...
@@ -3917,10 +3816,10 @@
},
},
"_children": [
"_children": [
{
{
"__id__":
80
"__id__":
78
},
},
{
{
"__id__": 8
2
"__id__": 8
0
}
}
],
],
"_active": true,
"_active": true,
...
@@ -3978,13 +3877,13 @@
...
@@ -3978,13 +3877,13 @@
"_name": "ready",
"_name": "ready",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 7
9
"__id__": 7
7
},
},
"_children": [],
"_children": [],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__":
81
"__id__":
79
}
}
],
],
"_prefab": null,
"_prefab": null,
...
@@ -4040,7 +3939,7 @@
...
@@ -4040,7 +3939,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__":
80
"__id__":
78
},
},
"_enabled": true,
"_enabled": true,
"_materials": [
"_materials": [
...
@@ -4072,13 +3971,13 @@
...
@@ -4072,13 +3971,13 @@
"_name": "go",
"_name": "go",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 7
9
"__id__": 7
7
},
},
"_children": [],
"_children": [],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 8
3
"__id__": 8
1
}
}
],
],
"_prefab": null,
"_prefab": null,
...
@@ -4134,7 +4033,7 @@
...
@@ -4134,7 +4033,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 8
2
"__id__": 8
0
},
},
"_enabled": true,
"_enabled": true,
"_materials": [
"_materials": [
...
@@ -4224,23 +4123,23 @@
...
@@ -4224,23 +4123,23 @@
},
},
"_children": [
"_children": [
{
{
"__id__": 8
7
"__id__": 8
5
},
},
{
{
"__id__": 9
2
"__id__": 9
0
}
}
],
],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 10
7
"__id__": 10
5
},
},
{
{
"__id__": 10
8
"__id__": 10
6
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 10
9
"__id__": 10
7
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -4294,23 +4193,23 @@
...
@@ -4294,23 +4193,23 @@
"_name": "btn_back",
"_name": "btn_back",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 8
6
"__id__": 8
4
},
},
"_children": [],
"_children": [],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 8
8
"__id__": 8
6
},
},
{
{
"__id__": 8
9
"__id__": 8
7
},
},
{
{
"__id__":
90
"__id__":
88
}
}
],
],
"_prefab": {
"_prefab": {
"__id__":
91
"__id__":
89
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -4364,7 +4263,7 @@
...
@@ -4364,7 +4263,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 8
7
"__id__": 8
5
},
},
"_enabled": true,
"_enabled": true,
"_materials": [
"_materials": [
...
@@ -4396,7 +4295,7 @@
...
@@ -4396,7 +4295,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 8
7
"__id__": 8
5
},
},
"_enabled": true,
"_enabled": true,
"_normalMaterial": null,
"_normalMaterial": null,
...
@@ -4464,7 +4363,7 @@
...
@@ -4464,7 +4363,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 8
7
"__id__": 8
5
},
},
"_enabled": true,
"_enabled": true,
"alignMode": 1,
"alignMode": 1,
...
@@ -4489,7 +4388,7 @@
...
@@ -4489,7 +4388,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 8
6
"__id__": 8
4
},
},
"asset": {
"asset": {
"__uuid__": "0b87ca13-07e1-4237-ab3b-7f27c69deb2d"
"__uuid__": "0b87ca13-07e1-4237-ab3b-7f27c69deb2d"
...
@@ -4502,21 +4401,21 @@
...
@@ -4502,21 +4401,21 @@
"_name": "label_title",
"_name": "label_title",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 8
6
"__id__": 8
4
},
},
"_children": [
"_children": [
{
{
"__id__": 9
3
"__id__": 9
1
}
}
],
],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 10
5
"__id__": 10
3
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 10
6
"__id__": 10
4
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -4570,27 +4469,27 @@
...
@@ -4570,27 +4469,27 @@
"_name": "img_npc_voice",
"_name": "img_npc_voice",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 9
2
"__id__": 9
0
},
},
"_children": [
"_children": [
{
{
"__id__": 9
4
"__id__": 9
2
},
},
{
{
"__id__": 9
7
"__id__": 9
5
},
},
{
{
"__id__":
100
"__id__":
98
}
}
],
],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 10
3
"__id__": 10
1
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 10
4
"__id__": 10
2
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -4644,17 +4543,17 @@
...
@@ -4644,17 +4543,17 @@
"_name": "p1",
"_name": "p1",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 9
3
"__id__": 9
1
},
},
"_children": [],
"_children": [],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 9
5
"__id__": 9
3
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 9
6
"__id__": 9
4
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -4708,7 +4607,7 @@
...
@@ -4708,7 +4607,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 9
4
"__id__": 9
2
},
},
"_enabled": true,
"_enabled": true,
"_materials": [
"_materials": [
...
@@ -4738,7 +4637,7 @@
...
@@ -4738,7 +4637,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 8
6
"__id__": 8
4
},
},
"asset": {
"asset": {
"__uuid__": "0b87ca13-07e1-4237-ab3b-7f27c69deb2d"
"__uuid__": "0b87ca13-07e1-4237-ab3b-7f27c69deb2d"
...
@@ -4751,17 +4650,17 @@
...
@@ -4751,17 +4650,17 @@
"_name": "p2",
"_name": "p2",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 9
3
"__id__": 9
1
},
},
"_children": [],
"_children": [],
"_active": false,
"_active": false,
"_components": [
"_components": [
{
{
"__id__": 9
8
"__id__": 9
6
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 9
9
"__id__": 9
7
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -4815,7 +4714,7 @@
...
@@ -4815,7 +4714,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 9
7
"__id__": 9
5
},
},
"_enabled": true,
"_enabled": true,
"_materials": [
"_materials": [
...
@@ -4845,7 +4744,7 @@
...
@@ -4845,7 +4744,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 8
6
"__id__": 8
4
},
},
"asset": {
"asset": {
"__uuid__": "0b87ca13-07e1-4237-ab3b-7f27c69deb2d"
"__uuid__": "0b87ca13-07e1-4237-ab3b-7f27c69deb2d"
...
@@ -4858,17 +4757,17 @@
...
@@ -4858,17 +4757,17 @@
"_name": "p3",
"_name": "p3",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 9
3
"__id__": 9
1
},
},
"_children": [],
"_children": [],
"_active": false,
"_active": false,
"_components": [
"_components": [
{
{
"__id__":
101
"__id__":
99
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 10
2
"__id__": 10
0
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -4922,7 +4821,7 @@
...
@@ -4922,7 +4821,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__":
100
"__id__":
98
},
},
"_enabled": true,
"_enabled": true,
"_materials": [
"_materials": [
...
@@ -4952,7 +4851,7 @@
...
@@ -4952,7 +4851,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 8
6
"__id__": 8
4
},
},
"asset": {
"asset": {
"__uuid__": "0b87ca13-07e1-4237-ab3b-7f27c69deb2d"
"__uuid__": "0b87ca13-07e1-4237-ab3b-7f27c69deb2d"
...
@@ -4965,7 +4864,7 @@
...
@@ -4965,7 +4864,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 9
3
"__id__": 9
1
},
},
"_enabled": true,
"_enabled": true,
"alignMode": 2,
"alignMode": 2,
...
@@ -4990,7 +4889,7 @@
...
@@ -4990,7 +4889,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 8
6
"__id__": 8
4
},
},
"asset": {
"asset": {
"__uuid__": "0b87ca13-07e1-4237-ab3b-7f27c69deb2d"
"__uuid__": "0b87ca13-07e1-4237-ab3b-7f27c69deb2d"
...
@@ -5003,7 +4902,7 @@
...
@@ -5003,7 +4902,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 9
2
"__id__": 9
0
},
},
"_enabled": true,
"_enabled": true,
"_materials": [
"_materials": [
...
@@ -5036,7 +4935,7 @@
...
@@ -5036,7 +4935,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 8
6
"__id__": 8
4
},
},
"asset": {
"asset": {
"__uuid__": "0b87ca13-07e1-4237-ab3b-7f27c69deb2d"
"__uuid__": "0b87ca13-07e1-4237-ab3b-7f27c69deb2d"
...
@@ -5049,7 +4948,7 @@
...
@@ -5049,7 +4948,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 8
6
"__id__": 8
4
},
},
"_enabled": true,
"_enabled": true,
"alignMode": 1,
"alignMode": 1,
...
@@ -5076,7 +4975,7 @@
...
@@ -5076,7 +4975,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 8
6
"__id__": 8
4
},
},
"_enabled": true,
"_enabled": true,
"_id": "f7dxVJqg1E45KECTQA4bO5"
"_id": "f7dxVJqg1E45KECTQA4bO5"
...
@@ -5084,7 +4983,7 @@
...
@@ -5084,7 +4983,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 8
6
"__id__": 8
4
},
},
"asset": {
"asset": {
"__uuid__": "0b87ca13-07e1-4237-ab3b-7f27c69deb2d"
"__uuid__": "0b87ca13-07e1-4237-ab3b-7f27c69deb2d"
...
@@ -5101,20 +5000,20 @@
...
@@ -5101,20 +5000,20 @@
},
},
"_children": [
"_children": [
{
{
"__id__": 1
11
"__id__": 1
09
},
},
{
{
"__id__": 12
5
"__id__": 12
3
}
}
],
],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 1
30
"__id__": 1
28
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 1
31
"__id__": 1
29
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -5168,26 +5067,26 @@
...
@@ -5168,26 +5067,26 @@
"_name": "layout_center",
"_name": "layout_center",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 1
10
"__id__": 1
08
},
},
"_children": [
"_children": [
{
{
"__id__": 11
2
"__id__": 11
0
},
},
{
{
"__id__": 11
5
"__id__": 11
3
},
},
{
{
"__id__": 11
8
"__id__": 11
6
},
},
{
{
"__id__": 1
21
"__id__": 1
19
}
}
],
],
"_active": false,
"_active": false,
"_components": [],
"_components": [],
"_prefab": {
"_prefab": {
"__id__": 12
4
"__id__": 12
2
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -5241,17 +5140,17 @@
...
@@ -5241,17 +5140,17 @@
"_name": "bg_gray",
"_name": "bg_gray",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 1
11
"__id__": 1
09
},
},
"_children": [],
"_children": [],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 11
3
"__id__": 11
1
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 11
4
"__id__": 11
2
},
},
"_opacity": 102,
"_opacity": 102,
"_color": {
"_color": {
...
@@ -5305,7 +5204,7 @@
...
@@ -5305,7 +5204,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 11
2
"__id__": 11
0
},
},
"_enabled": true,
"_enabled": true,
"_materials": [
"_materials": [
...
@@ -5335,7 +5234,7 @@
...
@@ -5335,7 +5234,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 1
10
"__id__": 1
08
},
},
"asset": {
"asset": {
"__uuid__": "a9b135f6-de46-4257-8be2-55dc863ce747"
"__uuid__": "a9b135f6-de46-4257-8be2-55dc863ce747"
...
@@ -5348,17 +5247,17 @@
...
@@ -5348,17 +5247,17 @@
"_name": "aniNode1",
"_name": "aniNode1",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 1
11
"__id__": 1
09
},
},
"_children": [],
"_children": [],
"_active": false,
"_active": false,
"_components": [
"_components": [
{
{
"__id__": 11
6
"__id__": 11
4
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 11
7
"__id__": 11
5
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -5412,7 +5311,7 @@
...
@@ -5412,7 +5311,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 11
5
"__id__": 11
3
},
},
"_enabled": true,
"_enabled": true,
"_materials": [
"_materials": [
...
@@ -5450,7 +5349,7 @@
...
@@ -5450,7 +5349,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 1
10
"__id__": 1
08
},
},
"asset": {
"asset": {
"__uuid__": "a9b135f6-de46-4257-8be2-55dc863ce747"
"__uuid__": "a9b135f6-de46-4257-8be2-55dc863ce747"
...
@@ -5463,17 +5362,17 @@
...
@@ -5463,17 +5362,17 @@
"_name": "aniNode2",
"_name": "aniNode2",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 1
11
"__id__": 1
09
},
},
"_children": [],
"_children": [],
"_active": false,
"_active": false,
"_components": [
"_components": [
{
{
"__id__": 11
9
"__id__": 11
7
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 1
20
"__id__": 1
18
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -5527,7 +5426,7 @@
...
@@ -5527,7 +5426,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 11
8
"__id__": 11
6
},
},
"_enabled": true,
"_enabled": true,
"_materials": [
"_materials": [
...
@@ -5563,7 +5462,7 @@
...
@@ -5563,7 +5462,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 1
10
"__id__": 1
08
},
},
"asset": {
"asset": {
"__uuid__": "a9b135f6-de46-4257-8be2-55dc863ce747"
"__uuid__": "a9b135f6-de46-4257-8be2-55dc863ce747"
...
@@ -5576,17 +5475,17 @@
...
@@ -5576,17 +5475,17 @@
"_name": "aniNode3",
"_name": "aniNode3",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 1
11
"__id__": 1
09
},
},
"_children": [],
"_children": [],
"_active": false,
"_active": false,
"_components": [
"_components": [
{
{
"__id__": 12
2
"__id__": 12
0
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 12
3
"__id__": 12
1
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -5640,7 +5539,7 @@
...
@@ -5640,7 +5539,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 1
21
"__id__": 1
19
},
},
"_enabled": true,
"_enabled": true,
"_materials": [
"_materials": [
...
@@ -5678,7 +5577,7 @@
...
@@ -5678,7 +5577,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 1
10
"__id__": 1
08
},
},
"asset": {
"asset": {
"__uuid__": "a9b135f6-de46-4257-8be2-55dc863ce747"
"__uuid__": "a9b135f6-de46-4257-8be2-55dc863ce747"
...
@@ -5689,7 +5588,7 @@
...
@@ -5689,7 +5588,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 1
10
"__id__": 1
08
},
},
"asset": {
"asset": {
"__uuid__": "a9b135f6-de46-4257-8be2-55dc863ce747"
"__uuid__": "a9b135f6-de46-4257-8be2-55dc863ce747"
...
@@ -5702,17 +5601,17 @@
...
@@ -5702,17 +5601,17 @@
"_name": "res",
"_name": "res",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 1
10
"__id__": 1
08
},
},
"_children": [
"_children": [
{
{
"__id__": 12
6
"__id__": 12
4
}
}
],
],
"_active": true,
"_active": true,
"_components": [],
"_components": [],
"_prefab": {
"_prefab": {
"__id__": 12
9
"__id__": 12
7
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -5766,17 +5665,17 @@
...
@@ -5766,17 +5665,17 @@
"_name": "coin",
"_name": "coin",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 12
5
"__id__": 12
3
},
},
"_children": [],
"_children": [],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 12
7
"__id__": 12
5
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 12
8
"__id__": 12
6
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -5830,7 +5729,7 @@
...
@@ -5830,7 +5729,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 12
6
"__id__": 12
4
},
},
"_enabled": true,
"_enabled": true,
"_clip": {
"_clip": {
...
@@ -5847,7 +5746,7 @@
...
@@ -5847,7 +5746,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 1
10
"__id__": 1
08
},
},
"asset": {
"asset": {
"__uuid__": "a9b135f6-de46-4257-8be2-55dc863ce747"
"__uuid__": "a9b135f6-de46-4257-8be2-55dc863ce747"
...
@@ -5858,7 +5757,7 @@
...
@@ -5858,7 +5757,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 1
10
"__id__": 1
08
},
},
"asset": {
"asset": {
"__uuid__": "a9b135f6-de46-4257-8be2-55dc863ce747"
"__uuid__": "a9b135f6-de46-4257-8be2-55dc863ce747"
...
@@ -5871,7 +5770,7 @@
...
@@ -5871,7 +5770,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 1
10
"__id__": 1
08
},
},
"_enabled": true,
"_enabled": true,
"_id": "c3dOkfp8JOEIaSkCGGz9Us"
"_id": "c3dOkfp8JOEIaSkCGGz9Us"
...
@@ -5879,7 +5778,7 @@
...
@@ -5879,7 +5778,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 1
10
"__id__": 1
08
},
},
"asset": {
"asset": {
"__uuid__": "a9b135f6-de46-4257-8be2-55dc863ce747"
"__uuid__": "a9b135f6-de46-4257-8be2-55dc863ce747"
...
@@ -5896,20 +5795,20 @@
...
@@ -5896,20 +5795,20 @@
},
},
"_children": [
"_children": [
{
{
"__id__": 13
3
"__id__": 13
1
},
},
{
{
"__id__": 16
4
"__id__": 16
2
}
}
],
],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 16
9
"__id__": 16
7
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 1
70
"__id__": 1
68
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -5963,35 +5862,35 @@
...
@@ -5963,35 +5862,35 @@
"_name": "layer_center",
"_name": "layer_center",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 13
2
"__id__": 13
0
},
},
"_children": [
"_children": [
{
{
"__id__": 13
4
"__id__": 13
2
},
},
{
{
"__id__": 13
7
"__id__": 13
5
},
},
{
{
"__id__": 13
9
"__id__": 13
7
},
},
{
{
"__id__": 14
2
"__id__": 14
0
},
},
{
{
"__id__": 14
5
"__id__": 14
3
},
},
{
{
"__id__": 14
8
"__id__": 14
6
},
},
{
{
"__id__": 1
51
"__id__": 1
49
}
}
],
],
"_active": false,
"_active": false,
"_components": [],
"_components": [],
"_prefab": {
"_prefab": {
"__id__": 16
3
"__id__": 16
1
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -6045,17 +5944,17 @@
...
@@ -6045,17 +5944,17 @@
"_name": "gray_cover",
"_name": "gray_cover",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 13
3
"__id__": 13
1
},
},
"_children": [],
"_children": [],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 13
5
"__id__": 13
3
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 13
6
"__id__": 13
4
},
},
"_opacity": 102,
"_opacity": 102,
"_color": {
"_color": {
...
@@ -6109,7 +6008,7 @@
...
@@ -6109,7 +6008,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 13
4
"__id__": 13
2
},
},
"_enabled": true,
"_enabled": true,
"_materials": [
"_materials": [
...
@@ -6139,7 +6038,7 @@
...
@@ -6139,7 +6038,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 13
2
"__id__": 13
0
},
},
"asset": {
"asset": {
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
...
@@ -6152,13 +6051,13 @@
...
@@ -6152,13 +6051,13 @@
"_name": "layer_middle",
"_name": "layer_middle",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 13
3
"__id__": 13
1
},
},
"_children": [],
"_children": [],
"_active": true,
"_active": true,
"_components": [],
"_components": [],
"_prefab": {
"_prefab": {
"__id__": 13
8
"__id__": 13
6
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -6210,7 +6109,7 @@
...
@@ -6210,7 +6109,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 13
2
"__id__": 13
0
},
},
"asset": {
"asset": {
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
...
@@ -6223,17 +6122,17 @@
...
@@ -6223,17 +6122,17 @@
"_name": "replay_btn",
"_name": "replay_btn",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 13
3
"__id__": 13
1
},
},
"_children": [],
"_children": [],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 1
40
"__id__": 1
38
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 1
41
"__id__": 1
39
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -6287,7 +6186,7 @@
...
@@ -6287,7 +6186,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 13
9
"__id__": 13
7
},
},
"_enabled": true,
"_enabled": true,
"_materials": [
"_materials": [
...
@@ -6317,7 +6216,7 @@
...
@@ -6317,7 +6216,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 13
2
"__id__": 13
0
},
},
"asset": {
"asset": {
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
...
@@ -6330,17 +6229,17 @@
...
@@ -6330,17 +6229,17 @@
"_name": "bg_light",
"_name": "bg_light",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 13
3
"__id__": 13
1
},
},
"_children": [],
"_children": [],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 14
3
"__id__": 14
1
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 14
4
"__id__": 14
2
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -6394,7 +6293,7 @@
...
@@ -6394,7 +6293,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 14
2
"__id__": 14
0
},
},
"_enabled": true,
"_enabled": true,
"_materials": [
"_materials": [
...
@@ -6424,7 +6323,7 @@
...
@@ -6424,7 +6323,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 13
2
"__id__": 13
0
},
},
"asset": {
"asset": {
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
...
@@ -6437,17 +6336,17 @@
...
@@ -6437,17 +6336,17 @@
"_name": "finish_cat",
"_name": "finish_cat",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 13
3
"__id__": 13
1
},
},
"_children": [],
"_children": [],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 14
6
"__id__": 14
4
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 14
7
"__id__": 14
5
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -6501,7 +6400,7 @@
...
@@ -6501,7 +6400,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 14
5
"__id__": 14
3
},
},
"_enabled": true,
"_enabled": true,
"_materials": [
"_materials": [
...
@@ -6539,7 +6438,7 @@
...
@@ -6539,7 +6438,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 13
2
"__id__": 13
0
},
},
"asset": {
"asset": {
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
...
@@ -6552,17 +6451,17 @@
...
@@ -6552,17 +6451,17 @@
"_name": "next_btn",
"_name": "next_btn",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 13
3
"__id__": 13
1
},
},
"_children": [],
"_children": [],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 14
9
"__id__": 14
7
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 1
50
"__id__": 1
48
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -6616,7 +6515,7 @@
...
@@ -6616,7 +6515,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 14
8
"__id__": 14
6
},
},
"_enabled": true,
"_enabled": true,
"_materials": [
"_materials": [
...
@@ -6646,7 +6545,7 @@
...
@@ -6646,7 +6545,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 13
2
"__id__": 13
0
},
},
"asset": {
"asset": {
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
...
@@ -6659,27 +6558,27 @@
...
@@ -6659,27 +6558,27 @@
"_name": "finish_box",
"_name": "finish_box",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 13
3
"__id__": 13
1
},
},
"_children": [
"_children": [
{
{
"__id__": 15
2
"__id__": 15
0
},
},
{
{
"__id__": 15
5
"__id__": 15
3
},
},
{
{
"__id__": 15
8
"__id__": 15
6
}
}
],
],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 1
61
"__id__": 1
59
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 16
2
"__id__": 16
0
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -6733,17 +6632,17 @@
...
@@ -6733,17 +6632,17 @@
"_name": "result_text",
"_name": "result_text",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 1
51
"__id__": 1
49
},
},
"_children": [],
"_children": [],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 15
3
"__id__": 15
1
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 15
4
"__id__": 15
2
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -6797,7 +6696,7 @@
...
@@ -6797,7 +6696,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 15
2
"__id__": 15
0
},
},
"_enabled": true,
"_enabled": true,
"_materials": [
"_materials": [
...
@@ -6828,7 +6727,7 @@
...
@@ -6828,7 +6727,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 13
2
"__id__": 13
0
},
},
"asset": {
"asset": {
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
...
@@ -6841,17 +6740,17 @@
...
@@ -6841,17 +6740,17 @@
"_name": "coin",
"_name": "coin",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 1
51
"__id__": 1
49
},
},
"_children": [],
"_children": [],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 15
6
"__id__": 15
4
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 15
7
"__id__": 15
5
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -6905,7 +6804,7 @@
...
@@ -6905,7 +6804,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 15
5
"__id__": 15
3
},
},
"_enabled": true,
"_enabled": true,
"_materials": [
"_materials": [
...
@@ -6935,7 +6834,7 @@
...
@@ -6935,7 +6834,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 13
2
"__id__": 13
0
},
},
"asset": {
"asset": {
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
...
@@ -6948,17 +6847,17 @@
...
@@ -6948,17 +6847,17 @@
"_name": "coin_num",
"_name": "coin_num",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 1
51
"__id__": 1
49
},
},
"_children": [],
"_children": [],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 15
9
"__id__": 15
7
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 1
60
"__id__": 1
58
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -7012,7 +6911,7 @@
...
@@ -7012,7 +6911,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 15
8
"__id__": 15
6
},
},
"_enabled": true,
"_enabled": true,
"_materials": [
"_materials": [
...
@@ -7043,7 +6942,7 @@
...
@@ -7043,7 +6942,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 13
2
"__id__": 13
0
},
},
"asset": {
"asset": {
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
...
@@ -7056,7 +6955,7 @@
...
@@ -7056,7 +6955,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 1
51
"__id__": 1
49
},
},
"_enabled": true,
"_enabled": true,
"_materials": [
"_materials": [
...
@@ -7086,7 +6985,7 @@
...
@@ -7086,7 +6985,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 13
2
"__id__": 13
0
},
},
"asset": {
"asset": {
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
...
@@ -7097,7 +6996,7 @@
...
@@ -7097,7 +6996,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 13
2
"__id__": 13
0
},
},
"asset": {
"asset": {
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
...
@@ -7110,17 +7009,17 @@
...
@@ -7110,17 +7009,17 @@
"_name": "res",
"_name": "res",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 13
2
"__id__": 13
0
},
},
"_children": [
"_children": [
{
{
"__id__": 16
5
"__id__": 16
3
}
}
],
],
"_active": true,
"_active": true,
"_components": [],
"_components": [],
"_prefab": {
"_prefab": {
"__id__": 16
8
"__id__": 16
6
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -7174,17 +7073,17 @@
...
@@ -7174,17 +7073,17 @@
"_name": "ending",
"_name": "ending",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 16
4
"__id__": 16
2
},
},
"_children": [],
"_children": [],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 16
6
"__id__": 16
4
}
}
],
],
"_prefab": {
"_prefab": {
"__id__": 16
7
"__id__": 16
5
},
},
"_opacity": 255,
"_opacity": 255,
"_color": {
"_color": {
...
@@ -7238,7 +7137,7 @@
...
@@ -7238,7 +7137,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 16
5
"__id__": 16
3
},
},
"_enabled": true,
"_enabled": true,
"_clip": {
"_clip": {
...
@@ -7255,7 +7154,7 @@
...
@@ -7255,7 +7154,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 13
2
"__id__": 13
0
},
},
"asset": {
"asset": {
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
...
@@ -7266,7 +7165,7 @@
...
@@ -7266,7 +7165,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 13
2
"__id__": 13
0
},
},
"asset": {
"asset": {
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
...
@@ -7279,7 +7178,7 @@
...
@@ -7279,7 +7178,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 13
2
"__id__": 13
0
},
},
"_enabled": true,
"_enabled": true,
"_id": "0eb63qoGNGaK7IkpnARXZE"
"_id": "0eb63qoGNGaK7IkpnARXZE"
...
@@ -7287,7 +7186,7 @@
...
@@ -7287,7 +7186,7 @@
{
{
"__type__": "cc.PrefabInfo",
"__type__": "cc.PrefabInfo",
"root": {
"root": {
"__id__": 13
2
"__id__": 13
0
},
},
"asset": {
"asset": {
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
...
@@ -7304,13 +7203,13 @@
...
@@ -7304,13 +7203,13 @@
},
},
"_children": [
"_children": [
{
{
"__id__": 17
2
"__id__": 17
0
},
},
{
{
"__id__": 17
5
"__id__": 17
3
},
},
{
{
"__id__": 17
8
"__id__": 17
6
}
}
],
],
"_active": false,
"_active": false,
...
@@ -7368,11 +7267,11 @@
...
@@ -7368,11 +7267,11 @@
"_name": "font",
"_name": "font",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 1
71
"__id__": 1
69
},
},
"_children": [
"_children": [
{
{
"__id__": 17
3
"__id__": 17
1
}
}
],
],
"_active": false,
"_active": false,
...
@@ -7430,13 +7329,13 @@
...
@@ -7430,13 +7329,13 @@
"_name": "BRLNSDB",
"_name": "BRLNSDB",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 17
2
"__id__": 17
0
},
},
"_children": [],
"_children": [],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 17
4
"__id__": 17
2
}
}
],
],
"_prefab": null,
"_prefab": null,
...
@@ -7492,7 +7391,7 @@
...
@@ -7492,7 +7391,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 17
3
"__id__": 17
1
},
},
"_enabled": true,
"_enabled": true,
"_materials": [
"_materials": [
...
@@ -7527,11 +7426,11 @@
...
@@ -7527,11 +7426,11 @@
"_name": "img",
"_name": "img",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 1
71
"__id__": 1
69
},
},
"_children": [
"_children": [
{
{
"__id__": 17
6
"__id__": 17
4
}
}
],
],
"_active": false,
"_active": false,
...
@@ -7589,13 +7488,13 @@
...
@@ -7589,13 +7488,13 @@
"_name": "icon",
"_name": "icon",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 17
5
"__id__": 17
3
},
},
"_children": [],
"_children": [],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 17
7
"__id__": 17
5
}
}
],
],
"_prefab": null,
"_prefab": null,
...
@@ -7651,7 +7550,7 @@
...
@@ -7651,7 +7550,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 17
6
"__id__": 17
4
},
},
"_enabled": true,
"_enabled": true,
"_materials": [
"_materials": [
...
@@ -7683,9 +7582,12 @@
...
@@ -7683,9 +7582,12 @@
"_name": "audio",
"_name": "audio",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 1
71
"__id__": 1
69
},
},
"_children": [
"_children": [
{
"__id__": 177
},
{
{
"__id__": 179
"__id__": 179
},
},
...
@@ -7703,9 +7605,6 @@
...
@@ -7703,9 +7605,6 @@
},
},
{
{
"__id__": 189
"__id__": 189
},
{
"__id__": 191
}
}
],
],
"_active": false,
"_active": false,
...
@@ -7763,13 +7662,13 @@
...
@@ -7763,13 +7662,13 @@
"_name": "btn",
"_name": "btn",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 17
8
"__id__": 17
6
},
},
"_children": [],
"_children": [],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 1
80
"__id__": 1
78
}
}
],
],
"_prefab": null,
"_prefab": null,
...
@@ -7825,7 +7724,7 @@
...
@@ -7825,7 +7724,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 17
9
"__id__": 17
7
},
},
"_enabled": true,
"_enabled": true,
"_clip": {
"_clip": {
...
@@ -7844,13 +7743,13 @@
...
@@ -7844,13 +7743,13 @@
"_name": "mistake",
"_name": "mistake",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 17
8
"__id__": 17
6
},
},
"_children": [],
"_children": [],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 18
2
"__id__": 18
0
}
}
],
],
"_prefab": null,
"_prefab": null,
...
@@ -7906,7 +7805,7 @@
...
@@ -7906,7 +7805,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 1
81
"__id__": 1
79
},
},
"_enabled": true,
"_enabled": true,
"_clip": {
"_clip": {
...
@@ -7925,13 +7824,13 @@
...
@@ -7925,13 +7824,13 @@
"_name": "showCard",
"_name": "showCard",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 17
8
"__id__": 17
6
},
},
"_children": [],
"_children": [],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 18
4
"__id__": 18
2
}
}
],
],
"_prefab": null,
"_prefab": null,
...
@@ -7987,7 +7886,7 @@
...
@@ -7987,7 +7886,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 18
3
"__id__": 18
1
},
},
"_enabled": true,
"_enabled": true,
"_clip": {
"_clip": {
...
@@ -8006,13 +7905,13 @@
...
@@ -8006,13 +7905,13 @@
"_name": "start2Tiger",
"_name": "start2Tiger",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 17
8
"__id__": 17
6
},
},
"_children": [],
"_children": [],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 18
6
"__id__": 18
4
}
}
],
],
"_prefab": null,
"_prefab": null,
...
@@ -8068,7 +7967,7 @@
...
@@ -8068,7 +7967,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 18
5
"__id__": 18
3
},
},
"_enabled": true,
"_enabled": true,
"_clip": {
"_clip": {
...
@@ -8087,13 +7986,13 @@
...
@@ -8087,13 +7986,13 @@
"_name": "please5speak",
"_name": "please5speak",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 17
8
"__id__": 17
6
},
},
"_children": [],
"_children": [],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 18
8
"__id__": 18
6
}
}
],
],
"_prefab": null,
"_prefab": null,
...
@@ -8149,7 +8048,7 @@
...
@@ -8149,7 +8048,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 18
7
"__id__": 18
5
},
},
"_enabled": true,
"_enabled": true,
"_clip": {
"_clip": {
...
@@ -8168,13 +8067,13 @@
...
@@ -8168,13 +8067,13 @@
"_name": "readyGo",
"_name": "readyGo",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 17
8
"__id__": 17
6
},
},
"_children": [],
"_children": [],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 1
90
"__id__": 1
88
}
}
],
],
"_prefab": null,
"_prefab": null,
...
@@ -8230,7 +8129,7 @@
...
@@ -8230,7 +8129,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 18
9
"__id__": 18
7
},
},
"_enabled": true,
"_enabled": true,
"_clip": {
"_clip": {
...
@@ -8249,13 +8148,13 @@
...
@@ -8249,13 +8148,13 @@
"_name": "right",
"_name": "right",
"_objFlags": 0,
"_objFlags": 0,
"_parent": {
"_parent": {
"__id__": 17
8
"__id__": 17
6
},
},
"_children": [],
"_children": [],
"_active": true,
"_active": true,
"_components": [
"_components": [
{
{
"__id__": 19
2
"__id__": 19
0
}
}
],
],
"_prefab": null,
"_prefab": null,
...
@@ -8311,7 +8210,7 @@
...
@@ -8311,7 +8210,7 @@
"_name": "",
"_name": "",
"_objFlags": 0,
"_objFlags": 0,
"node": {
"node": {
"__id__": 1
91
"__id__": 1
89
},
},
"_enabled": true,
"_enabled": true,
"_clip": {
"_clip": {
...
...
assets/hy08_caici/scene/pg_hy08_caici.ts
View file @
00f1008c
...
@@ -364,6 +364,7 @@ let pg = {
...
@@ -364,6 +364,7 @@ let pg = {
if
(
!
node
)
return
;
if
(
!
node
)
return
;
let
component
=
node
.
getComponent
(
cc
.
Label
);
//组件功能 非node的功能
let
component
=
node
.
getComponent
(
cc
.
Label
);
//组件功能 非node的功能
component
.
string
=
text
;
component
.
string
=
text
;
component
.
cacheMode
=
cc
.
Label
.
CacheMode
.
CHAR
;
return
true
;
return
true
;
},
},
//更变颜色
//更变颜色
...
...
assets/hy08_caici/textures/hy08/bottom_hy08_caici.png
View replaced file @
2d3ac2b9
View file @
00f1008c
166 KB
|
W:
|
H:
154 KB
|
W:
|
H:
2-up
Swipe
Onion skin
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