Commit de647dcf authored by yu's avatar yu

1

parent 5338880d
...@@ -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 {
...@@ -99,25 +99,25 @@ ...@@ -99,25 +99,25 @@
"__id__": 147 "__id__": 147
}, },
{ {
"__id__": 171 "__id__": 175
}, },
{ {
"__id__": 216 "__id__": 220
}, },
{ {
"__id__": 238 "__id__": 242
} }
], ],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 277 "__id__": 281
}, },
{ {
"__id__": 278 "__id__": 282
}, },
{ {
"__id__": 279 "__id__": 283
} }
], ],
"_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__": 168 "__id__": 172
}, },
{ {
"__id__": 169 "__id__": 173
} }
], ],
"_prefab": { "_prefab": {
"__id__": 170 "__id__": 174
}, },
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -6764,7 +6767,7 @@ ...@@ -6764,7 +6767,7 @@
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 150.74, "width": 148.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": [
208.95399999999995, 206.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__": 172 "__id__": 176
}, },
{ {
"__id__": 186 "__id__": 190
}, },
{ {
"__id__": 195 "__id__": 199
}, },
{ {
"__id__": 204 "__id__": 208
} }
], ],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 213 "__id__": 217
}, },
{ {
"__id__": 214 "__id__": 218
} }
], ],
"_prefab": { "_prefab": {
"__id__": 215 "__id__": 219
}, },
"_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__": 171 "__id__": 175
}, },
"_children": [ "_children": [
{ {
"__id__": 173 "__id__": 177
}, },
{ {
"__id__": 176 "__id__": 180
}, },
{ {
"__id__": 179 "__id__": 183
}, },
{ {
"__id__": 182 "__id__": 186
} }
], ],
"_active": false, "_active": false,
"_components": [], "_components": [],
"_prefab": { "_prefab": {
"__id__": 185 "__id__": 189
}, },
"_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__": 172 "__id__": 176
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 174 "__id__": 178
} }
], ],
"_prefab": { "_prefab": {
"__id__": 175 "__id__": 179
}, },
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -7550,7 +7668,7 @@ ...@@ -7550,7 +7668,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 173 "__id__": 177
}, },
"_enabled": true, "_enabled": true,
"_clip": { "_clip": {
...@@ -7567,7 +7685,7 @@ ...@@ -7567,7 +7685,7 @@
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
"root": { "root": {
"__id__": 171 "__id__": 175
}, },
"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__": 172 "__id__": 176
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 177 "__id__": 181
} }
], ],
"_prefab": { "_prefab": {
"__id__": 178 "__id__": 182
}, },
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -7644,7 +7762,7 @@ ...@@ -7644,7 +7762,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 176 "__id__": 180
}, },
"_enabled": true, "_enabled": true,
"_clip": { "_clip": {
...@@ -7661,7 +7779,7 @@ ...@@ -7661,7 +7779,7 @@
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
"root": { "root": {
"__id__": 171 "__id__": 175
}, },
"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__": 172 "__id__": 176
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 180 "__id__": 184
} }
], ],
"_prefab": { "_prefab": {
"__id__": 181 "__id__": 185
}, },
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -7738,7 +7856,7 @@ ...@@ -7738,7 +7856,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 179 "__id__": 183
}, },
"_enabled": true, "_enabled": true,
"_clip": { "_clip": {
...@@ -7755,7 +7873,7 @@ ...@@ -7755,7 +7873,7 @@
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
"root": { "root": {
"__id__": 171 "__id__": 175
}, },
"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__": 172 "__id__": 176
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 183 "__id__": 187
} }
], ],
"_prefab": { "_prefab": {
"__id__": 184 "__id__": 188
}, },
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -7832,7 +7950,7 @@ ...@@ -7832,7 +7950,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 182 "__id__": 186
}, },
"_enabled": true, "_enabled": true,
"_clip": { "_clip": {
...@@ -7849,7 +7967,7 @@ ...@@ -7849,7 +7967,7 @@
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
"root": { "root": {
"__id__": 171 "__id__": 175
}, },
"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__": 171 "__id__": 175
}, },
"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__": 171 "__id__": 175
}, },
"_children": [ "_children": [
{ {
"__id__": 187 "__id__": 191
}, },
{ {
"__id__": 190 "__id__": 194
} }
], ],
"_active": false, "_active": false,
"_components": [ "_components": [
{ {
"__id__": 193 "__id__": 197
} }
], ],
"_prefab": { "_prefab": {
"__id__": 194 "__id__": 198
}, },
"_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__": 186 "__id__": 190
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 188 "__id__": 192
} }
], ],
"_prefab": { "_prefab": {
"__id__": 189 "__id__": 193
}, },
"_opacity": 150, "_opacity": 150,
"_color": { "_color": {
...@@ -8008,7 +8126,7 @@ ...@@ -8008,7 +8126,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 187 "__id__": 191
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -8038,7 +8156,7 @@ ...@@ -8038,7 +8156,7 @@
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
"root": { "root": {
"__id__": 171 "__id__": 175
}, },
"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__": 186 "__id__": 190
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 191 "__id__": 195
} }
], ],
"_prefab": { "_prefab": {
"__id__": 192 "__id__": 196
}, },
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -8115,7 +8233,7 @@ ...@@ -8115,7 +8233,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 190 "__id__": 194
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -8153,7 +8271,7 @@ ...@@ -8153,7 +8271,7 @@
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
"root": { "root": {
"__id__": 171 "__id__": 175
}, },
"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__": 186 "__id__": 190
}, },
"_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__": 171 "__id__": 175
}, },
"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__": 171 "__id__": 175
}, },
"_children": [ "_children": [
{ {
"__id__": 196 "__id__": 200
}, },
{ {
"__id__": 199 "__id__": 203
} }
], ],
"_active": false, "_active": false,
"_components": [ "_components": [
{ {
"__id__": 202 "__id__": 206
} }
], ],
"_prefab": { "_prefab": {
"__id__": 203 "__id__": 207
}, },
"_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__": 195 "__id__": 199
}, },
"_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__": 171 "__id__": 175
}, },
"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__": 195 "__id__": 199
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 200 "__id__": 204
} }
], ],
"_prefab": { "_prefab": {
"__id__": 201 "__id__": 205
}, },
"_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__": 171 "__id__": 175
}, },
"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__": 195 "__id__": 199
}, },
"_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__": 171 "__id__": 175
}, },
"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__": 171 "__id__": 175
}, },
"_children": [ "_children": [
{ {
"__id__": 205 "__id__": 209
}, },
{ {
"__id__": 208 "__id__": 212
} }
], ],
"_active": false, "_active": false,
"_components": [ "_components": [
{ {
"__id__": 211 "__id__": 215
} }
], ],
"_prefab": { "_prefab": {
"__id__": 212 "__id__": 216
}, },
"_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__": 204 "__id__": 208
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 206 "__id__": 210
} }
], ],
"_prefab": { "_prefab": {
"__id__": 207 "__id__": 211
}, },
"_opacity": 150, "_opacity": 150,
"_color": { "_color": {
...@@ -8670,7 +8788,7 @@ ...@@ -8670,7 +8788,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 205 "__id__": 209
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -8700,7 +8818,7 @@ ...@@ -8700,7 +8818,7 @@
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
"root": { "root": {
"__id__": 171 "__id__": 175
}, },
"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__": 204 "__id__": 208
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 209 "__id__": 213
} }
], ],
"_prefab": { "_prefab": {
"__id__": 210 "__id__": 214
}, },
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -8777,7 +8895,7 @@ ...@@ -8777,7 +8895,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 208 "__id__": 212
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -8815,7 +8933,7 @@ ...@@ -8815,7 +8933,7 @@
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
"root": { "root": {
"__id__": 171 "__id__": 175
}, },
"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__": 204 "__id__": 208
}, },
"_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__": 171 "__id__": 175
}, },
"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__": 171 "__id__": 175
}, },
"_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__": 171 "__id__": 175
}, },
"_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__": 171 "__id__": 175
}, },
"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__": 217 "__id__": 221
}, },
{ {
"__id__": 231 "__id__": 235
} }
], ],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 236 "__id__": 240
} }
], ],
"_prefab": { "_prefab": {
"__id__": 237 "__id__": 241
}, },
"_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__": 216 "__id__": 220
}, },
"_children": [ "_children": [
{ {
"__id__": 218 "__id__": 222
}, },
{ {
"__id__": 221 "__id__": 225
}, },
{ {
"__id__": 224 "__id__": 228
}, },
{ {
"__id__": 227 "__id__": 231
} }
], ],
"_active": false, "_active": false,
"_components": [], "_components": [],
"_prefab": { "_prefab": {
"__id__": 230 "__id__": 234
}, },
"_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__": 217 "__id__": 221
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 219 "__id__": 223
} }
], ],
"_prefab": { "_prefab": {
"__id__": 220 "__id__": 224
}, },
"_opacity": 102, "_opacity": 102,
"_color": { "_color": {
...@@ -9122,7 +9240,7 @@ ...@@ -9122,7 +9240,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 218 "__id__": 222
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -9152,7 +9270,7 @@ ...@@ -9152,7 +9270,7 @@
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
"root": { "root": {
"__id__": 216 "__id__": 220
}, },
"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__": 217 "__id__": 221
}, },
"_children": [], "_children": [],
"_active": false, "_active": false,
"_components": [ "_components": [
{ {
"__id__": 222 "__id__": 226
} }
], ],
"_prefab": { "_prefab": {
"__id__": 223 "__id__": 227
}, },
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -9229,7 +9347,7 @@ ...@@ -9229,7 +9347,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 221 "__id__": 225
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -9267,7 +9385,7 @@ ...@@ -9267,7 +9385,7 @@
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
"root": { "root": {
"__id__": 216 "__id__": 220
}, },
"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__": 217 "__id__": 221
}, },
"_children": [], "_children": [],
"_active": false, "_active": false,
"_components": [ "_components": [
{ {
"__id__": 225 "__id__": 229
} }
], ],
"_prefab": { "_prefab": {
"__id__": 226 "__id__": 230
}, },
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -9344,7 +9462,7 @@ ...@@ -9344,7 +9462,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 224 "__id__": 228
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -9382,7 +9500,7 @@ ...@@ -9382,7 +9500,7 @@
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
"root": { "root": {
"__id__": 216 "__id__": 220
}, },
"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__": 217 "__id__": 221
}, },
"_children": [], "_children": [],
"_active": false, "_active": false,
"_components": [ "_components": [
{ {
"__id__": 228 "__id__": 232
} }
], ],
"_prefab": { "_prefab": {
"__id__": 229 "__id__": 233
}, },
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -9459,7 +9577,7 @@ ...@@ -9459,7 +9577,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 227 "__id__": 231
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -9497,7 +9615,7 @@ ...@@ -9497,7 +9615,7 @@
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
"root": { "root": {
"__id__": 216 "__id__": 220
}, },
"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__": 216 "__id__": 220
}, },
"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__": 216 "__id__": 220
}, },
"_children": [ "_children": [
{ {
"__id__": 232 "__id__": 236
} }
], ],
"_active": true, "_active": true,
"_components": [], "_components": [],
"_prefab": { "_prefab": {
"__id__": 235 "__id__": 239
}, },
"_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__": 231 "__id__": 235
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 233 "__id__": 237
} }
], ],
"_prefab": { "_prefab": {
"__id__": 234 "__id__": 238
}, },
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -9649,7 +9767,7 @@ ...@@ -9649,7 +9767,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 232 "__id__": 236
}, },
"_enabled": true, "_enabled": true,
"_clip": { "_clip": {
...@@ -9666,7 +9784,7 @@ ...@@ -9666,7 +9784,7 @@
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
"root": { "root": {
"__id__": 216 "__id__": 220
}, },
"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__": 216 "__id__": 220
}, },
"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__": 216 "__id__": 220
}, },
"_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__": 216 "__id__": 220
}, },
"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__": 239 "__id__": 243
}, },
{ {
"__id__": 270 "__id__": 274
} }
], ],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 275 "__id__": 279
} }
], ],
"_prefab": { "_prefab": {
"__id__": 276 "__id__": 280
}, },
"_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__": 238 "__id__": 242
}, },
"_children": [ "_children": [
{ {
"__id__": 240 "__id__": 244
}, },
{ {
"__id__": 243 "__id__": 247
}, },
{ {
"__id__": 245 "__id__": 249
}, },
{ {
"__id__": 248 "__id__": 252
}, },
{ {
"__id__": 251 "__id__": 255
}, },
{ {
"__id__": 254 "__id__": 258
}, },
{ {
"__id__": 257 "__id__": 261
} }
], ],
"_active": false, "_active": false,
"_components": [], "_components": [],
"_prefab": { "_prefab": {
"__id__": 269 "__id__": 273
}, },
"_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__": 239 "__id__": 243
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 241 "__id__": 245
} }
], ],
"_prefab": { "_prefab": {
"__id__": 242 "__id__": 246
}, },
"_opacity": 102, "_opacity": 102,
"_color": { "_color": {
...@@ -9928,7 +10046,7 @@ ...@@ -9928,7 +10046,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 240 "__id__": 244
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -9958,7 +10076,7 @@ ...@@ -9958,7 +10076,7 @@
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
"root": { "root": {
"__id__": 238 "__id__": 242
}, },
"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__": 239 "__id__": 243
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [], "_components": [],
"_prefab": { "_prefab": {
"__id__": 244 "__id__": 248
}, },
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -10029,7 +10147,7 @@ ...@@ -10029,7 +10147,7 @@
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
"root": { "root": {
"__id__": 238 "__id__": 242
}, },
"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__": 239 "__id__": 243
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 246 "__id__": 250
} }
], ],
"_prefab": { "_prefab": {
"__id__": 247 "__id__": 251
}, },
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -10106,7 +10224,7 @@ ...@@ -10106,7 +10224,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 245 "__id__": 249
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -10136,7 +10254,7 @@ ...@@ -10136,7 +10254,7 @@
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
"root": { "root": {
"__id__": 238 "__id__": 242
}, },
"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__": 239 "__id__": 243
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 249 "__id__": 253
} }
], ],
"_prefab": { "_prefab": {
"__id__": 250 "__id__": 254
}, },
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -10213,7 +10331,7 @@ ...@@ -10213,7 +10331,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 248 "__id__": 252
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -10243,7 +10361,7 @@ ...@@ -10243,7 +10361,7 @@
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
"root": { "root": {
"__id__": 238 "__id__": 242
}, },
"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__": 239 "__id__": 243
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 252 "__id__": 256
} }
], ],
"_prefab": { "_prefab": {
"__id__": 253 "__id__": 257
}, },
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -10320,7 +10438,7 @@ ...@@ -10320,7 +10438,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 251 "__id__": 255
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -10358,7 +10476,7 @@ ...@@ -10358,7 +10476,7 @@
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
"root": { "root": {
"__id__": 238 "__id__": 242
}, },
"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__": 239 "__id__": 243
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 255 "__id__": 259
} }
], ],
"_prefab": { "_prefab": {
"__id__": 256 "__id__": 260
}, },
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -10435,7 +10553,7 @@ ...@@ -10435,7 +10553,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 254 "__id__": 258
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -10465,7 +10583,7 @@ ...@@ -10465,7 +10583,7 @@
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
"root": { "root": {
"__id__": 238 "__id__": 242
}, },
"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__": 239 "__id__": 243
}, },
"_children": [ "_children": [
{ {
"__id__": 258 "__id__": 262
}, },
{ {
"__id__": 261 "__id__": 265
}, },
{ {
"__id__": 264 "__id__": 268
} }
], ],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 267 "__id__": 271
} }
], ],
"_prefab": { "_prefab": {
"__id__": 268 "__id__": 272
}, },
"_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__": 257 "__id__": 261
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 259 "__id__": 263
} }
], ],
"_prefab": { "_prefab": {
"__id__": 260 "__id__": 264
}, },
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -10616,7 +10734,7 @@ ...@@ -10616,7 +10734,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 258 "__id__": 262
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -10647,7 +10765,7 @@ ...@@ -10647,7 +10765,7 @@
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
"root": { "root": {
"__id__": 238 "__id__": 242
}, },
"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__": 257 "__id__": 261
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 262 "__id__": 266
} }
], ],
"_prefab": { "_prefab": {
"__id__": 263 "__id__": 267
}, },
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -10724,7 +10842,7 @@ ...@@ -10724,7 +10842,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 261 "__id__": 265
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -10754,7 +10872,7 @@ ...@@ -10754,7 +10872,7 @@
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
"root": { "root": {
"__id__": 238 "__id__": 242
}, },
"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__": 257 "__id__": 261
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 265 "__id__": 269
} }
], ],
"_prefab": { "_prefab": {
"__id__": 266 "__id__": 270
}, },
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -10831,7 +10949,7 @@ ...@@ -10831,7 +10949,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 264 "__id__": 268
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -10862,7 +10980,7 @@ ...@@ -10862,7 +10980,7 @@
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
"root": { "root": {
"__id__": 238 "__id__": 242
}, },
"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__": 257 "__id__": 261
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -10905,7 +11023,7 @@ ...@@ -10905,7 +11023,7 @@
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
"root": { "root": {
"__id__": 238 "__id__": 242
}, },
"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__": 238 "__id__": 242
}, },
"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__": 238 "__id__": 242
}, },
"_children": [ "_children": [
{ {
"__id__": 271 "__id__": 275
} }
], ],
"_active": true, "_active": true,
"_components": [], "_components": [],
"_prefab": { "_prefab": {
"__id__": 274 "__id__": 278
}, },
"_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__": 270 "__id__": 274
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 272 "__id__": 276
} }
], ],
"_prefab": { "_prefab": {
"__id__": 273 "__id__": 277
}, },
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -11057,7 +11175,7 @@ ...@@ -11057,7 +11175,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 271 "__id__": 275
}, },
"_enabled": true, "_enabled": true,
"_clip": { "_clip": {
...@@ -11074,7 +11192,7 @@ ...@@ -11074,7 +11192,7 @@
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
"root": { "root": {
"__id__": 238 "__id__": 242
}, },
"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__": 238 "__id__": 242
}, },
"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__": 238 "__id__": 242
}, },
"_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__": 238 "__id__": 242
}, },
"asset": { "asset": {
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822" "__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment