Commit c11da80d authored by Tt's avatar Tt

字体更换

parent 71cb7148
...@@ -11,14 +11,18 @@ const { ccclass, property } = cc._decorator; ...@@ -11,14 +11,18 @@ const { ccclass, property } = cc._decorator;
export default class LayerBack extends cc.Component { export default class LayerBack extends cc.Component {
private btn_back: cc.Node; private btn_back: cc.Node;
private img_npc_voice: cc.Node; private img_npc_voice: cc.Node;
private bg_forbid: cc.Node;
onLoad() { onLoad() {
this.initView(); this.initView();
this.initEvent(); this.initEvent();
} }
private label_title: cc.Node; private label_title: cc.Node;
protected onDestroy(): void {
this.unscheduleAllCallbacks();
}
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')
...@@ -27,8 +31,8 @@ export default class LayerBack extends cc.Component { ...@@ -27,8 +31,8 @@ export default class LayerBack extends cc.Component {
private npcTitle: string; private npcTitle: string;
private npcAudio: string; private npcAudio: string;
updateView(data) { updateView(data) {
this.npcTitle = data.npcTitle || ''; this.npcTitle = data.npcTitle
this.npcAudio = data.npcAudio || ''; this.npcAudio = data.npcAudio
pg.view.visible(this.img_npc_voice, this.npcAudio) pg.view.visible(this.img_npc_voice, this.npcAudio)
pg.view.visible(this.label_title, this.npcTitle) pg.view.visible(this.label_title, this.npcTitle)
pg.view.setString(this.label_title, this.npcTitle); pg.view.setString(this.label_title, this.npcTitle);
...@@ -38,6 +42,7 @@ export default class LayerBack extends cc.Component { ...@@ -38,6 +42,7 @@ export default class LayerBack extends cc.Component {
pg.event.on('npc_layer_back_init', (data) => { pg.event.on('npc_layer_back_init', (data) => {
this.updateView(data); this.updateView(data);
if (!this.npcAudio) { if (!this.npcAudio) {
pg.view.visible(this.bg_forbid, false)
pg.event.emit('npc_voice_play_voice_end'); pg.event.emit('npc_voice_play_voice_end');
} else { } else {
this.playVoiceStart(); this.playVoiceStart();
...@@ -55,6 +60,7 @@ export default class LayerBack extends cc.Component { ...@@ -55,6 +60,7 @@ export default class LayerBack extends cc.Component {
this.schedule(this.playVoiceRunning, 0.3) this.schedule(this.playVoiceRunning, 0.3)
pg.audio.playAudioByUrl(this.npcAudio, () => { pg.audio.playAudioByUrl(this.npcAudio, () => {
this.playVoiceEnd(); this.playVoiceEnd();
pg.view.visible(this.bg_forbid, false)
pg.event.emit('npc_voice_play_voice_end') pg.event.emit('npc_voice_play_voice_end')
}, (audioId) => { }, (audioId) => {
this.audioId = audioId; this.audioId = audioId;
...@@ -62,6 +68,7 @@ export default class LayerBack extends cc.Component { ...@@ -62,6 +68,7 @@ export default class LayerBack extends cc.Component {
} }
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')
......
...@@ -21,20 +21,23 @@ ...@@ -21,20 +21,23 @@
"__id__": 2 "__id__": 2
}, },
{ {
"__id__": 7 "__id__": 6
},
{
"__id__": 11
} }
], ],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 22 "__id__": 27
}, },
{ {
"__id__": 23 "__id__": 28
} }
], ],
"_prefab": { "_prefab": {
"__id__": 24 "__id__": 29
}, },
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -85,7 +88,7 @@ ...@@ -85,7 +88,7 @@
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "btn_back", "_name": "bg_forbid",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 1 "__id__": 1
...@@ -98,13 +101,128 @@ ...@@ -98,13 +101,128 @@
}, },
{ {
"__id__": 4 "__id__": 4
}
],
"_prefab": {
"__id__": 5
},
"_opacity": 255,
"_color": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"_contentSize": {
"__type__": "cc.Size",
"width": 1920,
"height": 1080
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_trs": {
"__type__": "TypedArray",
"ctor": "Float64Array",
"array": [
0,
0,
0,
0,
0,
0,
1,
1,
1,
1
]
},
"_eulerAngles": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_skewX": 0,
"_skewY": 0,
"_is3DNode": false,
"_groupIndex": 0,
"groupIndex": 0,
"_id": ""
}, },
{ {
"__id__": 5 "__type__": "cc.Widget",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 2
},
"_enabled": true,
"alignMode": 1,
"_target": null,
"_alignFlags": 45,
"_left": 0,
"_right": 0,
"_top": 0,
"_bottom": 0,
"_verticalCenter": 0,
"_horizontalCenter": 0,
"_isAbsLeft": true,
"_isAbsRight": true,
"_isAbsTop": true,
"_isAbsBottom": true,
"_isAbsHorizontalCenter": true,
"_isAbsVerticalCenter": true,
"_originalWidth": 0,
"_originalHeight": 0,
"_id": ""
},
{
"__type__": "cc.BlockInputEvents",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 2
},
"_enabled": true,
"_id": ""
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__uuid__": "0b87ca13-07e1-4237-ab3b-7f27c69deb2d"
},
"fileId": "07DTTDThBNdJCrgpsUtJSh",
"sync": false
},
{
"__type__": "cc.Node",
"_name": "btn_back",
"_objFlags": 0,
"_parent": {
"__id__": 1
},
"_children": [],
"_active": true,
"_components": [
{
"__id__": 7
},
{
"__id__": 8
},
{
"__id__": 9
} }
], ],
"_prefab": { "_prefab": {
"__id__": 6 "__id__": 10
}, },
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -158,7 +276,7 @@ ...@@ -158,7 +276,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 2 "__id__": 6
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -190,7 +308,7 @@ ...@@ -190,7 +308,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 2 "__id__": 6
}, },
"_enabled": true, "_enabled": true,
"_normalMaterial": null, "_normalMaterial": null,
...@@ -258,7 +376,7 @@ ...@@ -258,7 +376,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 2 "__id__": 6
}, },
"_enabled": true, "_enabled": true,
"alignMode": 1, "alignMode": 1,
...@@ -300,17 +418,20 @@ ...@@ -300,17 +418,20 @@
}, },
"_children": [ "_children": [
{ {
"__id__": 8 "__id__": 12
} }
], ],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 20 "__id__": 24
},
{
"__id__": 25
} }
], ],
"_prefab": { "_prefab": {
"__id__": 21 "__id__": 26
}, },
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -364,27 +485,27 @@ ...@@ -364,27 +485,27 @@
"_name": "img_npc_voice", "_name": "img_npc_voice",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 7 "__id__": 11
}, },
"_children": [ "_children": [
{ {
"__id__": 9 "__id__": 13
}, },
{ {
"__id__": 12 "__id__": 16
}, },
{ {
"__id__": 15 "__id__": 19
} }
], ],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 18 "__id__": 22
} }
], ],
"_prefab": { "_prefab": {
"__id__": 19 "__id__": 23
}, },
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -438,17 +559,17 @@ ...@@ -438,17 +559,17 @@
"_name": "p1", "_name": "p1",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 8 "__id__": 12
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 10 "__id__": 14
} }
], ],
"_prefab": { "_prefab": {
"__id__": 11 "__id__": 15
}, },
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -502,7 +623,7 @@ ...@@ -502,7 +623,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 9 "__id__": 13
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -545,17 +666,17 @@ ...@@ -545,17 +666,17 @@
"_name": "p2", "_name": "p2",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 8 "__id__": 12
}, },
"_children": [], "_children": [],
"_active": false, "_active": false,
"_components": [ "_components": [
{ {
"__id__": 13 "__id__": 17
} }
], ],
"_prefab": { "_prefab": {
"__id__": 14 "__id__": 18
}, },
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -609,7 +730,7 @@ ...@@ -609,7 +730,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 12 "__id__": 16
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -652,17 +773,17 @@ ...@@ -652,17 +773,17 @@
"_name": "p3", "_name": "p3",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 8 "__id__": 12
}, },
"_children": [], "_children": [],
"_active": false, "_active": false,
"_components": [ "_components": [
{ {
"__id__": 16 "__id__": 20
} }
], ],
"_prefab": { "_prefab": {
"__id__": 17 "__id__": 21
}, },
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -716,7 +837,7 @@ ...@@ -716,7 +837,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 15 "__id__": 19
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -759,7 +880,7 @@ ...@@ -759,7 +880,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 8 "__id__": 12
}, },
"_enabled": true, "_enabled": true,
"alignMode": 2, "alignMode": 2,
...@@ -797,7 +918,7 @@ ...@@ -797,7 +918,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 7 "__id__": 11
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -827,6 +948,33 @@ ...@@ -827,6 +948,33 @@
"_N$cacheMode": 0, "_N$cacheMode": 0,
"_id": "" "_id": ""
}, },
{
"__type__": "cc.Widget",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 11
},
"_enabled": true,
"alignMode": 1,
"_target": null,
"_alignFlags": 9,
"_left": 274.52700000000004,
"_right": 0,
"_top": 67.39999999999998,
"_bottom": 0,
"_verticalCenter": 0,
"_horizontalCenter": 0,
"_isAbsLeft": true,
"_isAbsRight": true,
"_isAbsTop": true,
"_isAbsBottom": true,
"_isAbsHorizontalCenter": true,
"_isAbsVerticalCenter": true,
"_originalWidth": 0,
"_originalHeight": 0,
"_id": ""
},
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
"root": { "root": {
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
"height": 117, "height": 117,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"back_hy17_hds": { "back_hy06_danxuan": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "92327074-92fd-4d4a-a8aa-32f7ed514ab1", "uuid": "92327074-92fd-4d4a-a8aa-32f7ed514ab1",
"rawTextureUuid": "d3006e79-2315-4059-8aee-8e7a4d56121f", "rawTextureUuid": "d3006e79-2315-4059-8aee-8e7a4d56121f",
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
"height": 70, "height": 70,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"pic_icon_tiger1_hy17_hds": { "pic_icon_tiger1_hy06_danxuan": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "008bbd55-b1e7-4e82-bf54-f6cf40ebb738", "uuid": "008bbd55-b1e7-4e82-bf54-f6cf40ebb738",
"rawTextureUuid": "593366d0-c41f-40dd-8cfa-72e2fbdb78b8", "rawTextureUuid": "593366d0-c41f-40dd-8cfa-72e2fbdb78b8",
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
"height": 70, "height": 70,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"pic_icon_tiger2_hy17_hds": { "pic_icon_tiger2_hy06_danxuan": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "603d0882-deba-4173-8432-b9da5e547d20", "uuid": "603d0882-deba-4173-8432-b9da5e547d20",
"rawTextureUuid": "f6f170f4-59de-40e0-b666-1ddaf58a6997", "rawTextureUuid": "f6f170f4-59de-40e0-b666-1ddaf58a6997",
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
"height": 70, "height": 70,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"pic_icon_tiger_hy17_hds": { "pic_icon_tiger_hy06_danxuan": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "5d214bcc-ae6a-48b2-8e3e-693089d66911", "uuid": "5d214bcc-ae6a-48b2-8e3e-693089d66911",
"rawTextureUuid": "ffa50fcc-6561-4673-8e93-5e4abf03d963", "rawTextureUuid": "ffa50fcc-6561-4673-8e93-5e4abf03d963",
......
...@@ -21,7 +21,8 @@ export default class LayerEnding extends cc.Component { ...@@ -21,7 +21,8 @@ export default class LayerEnding extends cc.Component {
pg.view.touchOn(this.replay_btn, this.onTouchReplay, this) pg.view.touchOn(this.replay_btn, this.onTouchReplay, this)
pg.view.touchOn(this.next_btn, this.onTouchNext, this) pg.view.touchOn(this.next_btn, this.onTouchNext, this)
pg.event.on('layer_ending_show', (data) => { pg.event.on('layer_ending_show', (data) => {
this.showLayer(data); // this.showLayer(data);
this.onTouchNext();
}) })
} }
showLayer(data) { showLayer(data) {
......
...@@ -13,6 +13,9 @@ export default class ImgVoice extends cc.Component { ...@@ -13,6 +13,9 @@ export default class ImgVoice extends cc.Component {
this.initView(); this.initView();
this.initEvent(); this.initEvent();
} }
protected onDestroy(): void {
this.unscheduleAllCallbacks();
}
initView() { initView() {
this.img_npc_voice = this.node; this.img_npc_voice = this.node;
} }
...@@ -31,6 +34,7 @@ export default class ImgVoice extends cc.Component { ...@@ -31,6 +34,7 @@ export default class ImgVoice extends cc.Component {
this.schedule(this.playVoiceRunning, 0.3) this.schedule(this.playVoiceRunning, 0.3)
} }
playVoiceRunning() { playVoiceRunning() {
if (!this.img_npc_voice) return;
this.playVoiceCount++; this.playVoiceCount++;
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')
......
...@@ -25,6 +25,9 @@ export default class LayerRecord extends cc.Component { ...@@ -25,6 +25,9 @@ export default class LayerRecord extends cc.Component {
this.initEvent(); this.initEvent();
this.showVoiceWhite(); this.showVoiceWhite();
} }
protected onDestroy(): void {
this.unscheduleAllCallbacks();
}
private letter: string; private letter: string;
private targetTime: number; private targetTime: number;
private recordAudio: string; private recordAudio: string;
...@@ -115,6 +118,7 @@ export default class LayerRecord extends cc.Component { ...@@ -115,6 +118,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')
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
"height": 16, "height": 16,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"i10_hy17_hds": { "i10_hy06_danxuan": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "045d2d5b-3dd4-4d14-9c48-d2653a121ff3", "uuid": "045d2d5b-3dd4-4d14-9c48-d2653a121ff3",
"rawTextureUuid": "836deb81-aab1-46ff-ad8a-a58986968f66", "rawTextureUuid": "836deb81-aab1-46ff-ad8a-a58986968f66",
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
"height": 25, "height": 25,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"i11_hy17_hds": { "i11_hy06_danxuan": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "30588365-43b3-44d3-ba68-7ed363a12cd8", "uuid": "30588365-43b3-44d3-ba68-7ed363a12cd8",
"rawTextureUuid": "2c3a0728-5d75-4ff1-ad2b-27138f7c708e", "rawTextureUuid": "2c3a0728-5d75-4ff1-ad2b-27138f7c708e",
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
"height": 49, "height": 49,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"i12_hy17_hds": { "i12_hy06_danxuan": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "39024710-3326-4a35-945b-9838ed3a664d", "uuid": "39024710-3326-4a35-945b-9838ed3a664d",
"rawTextureUuid": "cb1b8647-8a92-472e-8425-7b61f8198987", "rawTextureUuid": "cb1b8647-8a92-472e-8425-7b61f8198987",
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
"height": 26, "height": 26,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"i13_hy17_hds": { "i13_hy06_danxuan": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "32da9db5-0f38-4fe9-a829-cc72a7c493cb", "uuid": "32da9db5-0f38-4fe9-a829-cc72a7c493cb",
"rawTextureUuid": "3a4c01ad-8bf9-4479-ab00-f37810e0ace7", "rawTextureUuid": "3a4c01ad-8bf9-4479-ab00-f37810e0ace7",
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
"height": 24, "height": 24,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"i14_hy17_hds": { "i14_hy06_danxuan": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "8080ed25-725a-496d-ba84-a05b9d9c81b5", "uuid": "8080ed25-725a-496d-ba84-a05b9d9c81b5",
"rawTextureUuid": "5f83a256-61a4-4a7b-a0a3-a7d68a01aa89", "rawTextureUuid": "5f83a256-61a4-4a7b-a0a3-a7d68a01aa89",
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
"height": 25, "height": 25,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"i1_hy17_hds": { "i1_hy06_danxuan": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "26b83f5f-b0d0-49cf-a4b7-41ab49eb3c63", "uuid": "26b83f5f-b0d0-49cf-a4b7-41ab49eb3c63",
"rawTextureUuid": "bfe2d72f-fe2a-46b9-babb-d484e2726840", "rawTextureUuid": "bfe2d72f-fe2a-46b9-babb-d484e2726840",
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
"height": 27, "height": 27,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"i2_hy17_hds": { "i2_hy06_danxuan": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "97f011d3-cfcf-478c-a647-3f9a6e7277d2", "uuid": "97f011d3-cfcf-478c-a647-3f9a6e7277d2",
"rawTextureUuid": "5389cb80-61f0-4937-afe0-d1e5d09ad019", "rawTextureUuid": "5389cb80-61f0-4937-afe0-d1e5d09ad019",
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
"height": 16, "height": 16,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"i3_hy17_hds": { "i3_hy06_danxuan": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "16a8d0b6-9087-4746-8600-0051ffaf398a", "uuid": "16a8d0b6-9087-4746-8600-0051ffaf398a",
"rawTextureUuid": "8d31c083-8767-440c-bcff-3354f6ca6292", "rawTextureUuid": "8d31c083-8767-440c-bcff-3354f6ca6292",
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
"height": 30, "height": 30,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"i4_hy17_hds": { "i4_hy06_danxuan": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "2f2e8df2-e4fb-43c8-a57b-9607f9e5bb04", "uuid": "2f2e8df2-e4fb-43c8-a57b-9607f9e5bb04",
"rawTextureUuid": "d88afec7-becf-4616-b7eb-e3309075d561", "rawTextureUuid": "d88afec7-becf-4616-b7eb-e3309075d561",
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
"height": 25, "height": 25,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"i5_hy17_hds": { "i5_hy06_danxuan": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "7a164a82-4c71-4f0a-8f23-3b5241b8377d", "uuid": "7a164a82-4c71-4f0a-8f23-3b5241b8377d",
"rawTextureUuid": "21e9d54b-7bc1-4009-b2b5-cc7827fea153", "rawTextureUuid": "21e9d54b-7bc1-4009-b2b5-cc7827fea153",
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
"height": 61, "height": 61,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"i6_hy17_hds": { "i6_hy06_danxuan": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "ccddbef6-be14-42c0-be1b-79d5d7843bdd", "uuid": "ccddbef6-be14-42c0-be1b-79d5d7843bdd",
"rawTextureUuid": "d628dcc8-1d1d-44d3-829d-f20a63e74f43", "rawTextureUuid": "d628dcc8-1d1d-44d3-829d-f20a63e74f43",
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
"height": 16, "height": 16,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"i7_hy17_hds": { "i7_hy06_danxuan": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "4c1ec0cb-3f12-4f6a-8842-4bc9a8d30595", "uuid": "4c1ec0cb-3f12-4f6a-8842-4bc9a8d30595",
"rawTextureUuid": "588386de-1521-4292-b7d7-17c8f29aa65e", "rawTextureUuid": "588386de-1521-4292-b7d7-17c8f29aa65e",
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
"height": 25, "height": 25,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"i8_hy17_hds": { "i8_hy06_danxuan": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "d3038178-fbd6-48e9-865b-6dd1c3175a4d", "uuid": "d3038178-fbd6-48e9-865b-6dd1c3175a4d",
"rawTextureUuid": "13c723a8-348a-43ef-b389-a8bc852e12bd", "rawTextureUuid": "13c723a8-348a-43ef-b389-a8bc852e12bd",
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
"height": 36, "height": 36,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"i9_hy17_hds": { "i9_hy06_danxuan": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "f7b9f86e-e501-494c-86aa-e58f088b8c70", "uuid": "f7b9f86e-e501-494c-86aa-e58f088b8c70",
"rawTextureUuid": "e82a7b7d-6112-478f-beae-cc9884c10694", "rawTextureUuid": "e82a7b7d-6112-478f-beae-cc9884c10694",
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
"height": 426, "height": 426,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"pic_light_hy17_hds": { "pic_light_hy06_danxuan": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "ebe797e6-b395-4cf5-9d84-5ae5a2ca153c", "uuid": "ebe797e6-b395-4cf5-9d84-5ae5a2ca153c",
"rawTextureUuid": "1ceaac4e-845d-431a-9170-04cc6d3f90c8", "rawTextureUuid": "1ceaac4e-845d-431a-9170-04cc6d3f90c8",
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
"height": 150, "height": 150,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"p0_hy17_hds": { "p0_hy06_danxuan": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "c9eb055f-e3e0-4f6e-9e05-45d7c4608877", "uuid": "c9eb055f-e3e0-4f6e-9e05-45d7c4608877",
"rawTextureUuid": "dd5d53aa-0ec7-4476-a807-42f251d89b87", "rawTextureUuid": "dd5d53aa-0ec7-4476-a807-42f251d89b87",
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
"height": 150, "height": 150,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"p1_hy17_hds": { "p1_hy06_danxuan": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "84c11178-f263-4e14-aa51-104545bb5499", "uuid": "84c11178-f263-4e14-aa51-104545bb5499",
"rawTextureUuid": "422dcc2c-0347-46ab-88d9-a167e71390ac", "rawTextureUuid": "422dcc2c-0347-46ab-88d9-a167e71390ac",
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
"height": 150, "height": 150,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"p2_hy17_hds": { "p2_hy06_danxuan": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "79273752-abd4-4f1c-90d6-790e6a7d507c", "uuid": "79273752-abd4-4f1c-90d6-790e6a7d507c",
"rawTextureUuid": "27ef14bc-6d9a-4418-b9be-57fa7debf46f", "rawTextureUuid": "27ef14bc-6d9a-4418-b9be-57fa7debf46f",
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
"height": 150, "height": 150,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"p3_hy17_hds": { "p3_hy06_danxuan": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "15171692-6cb7-462b-aca3-86891a8c425a", "uuid": "15171692-6cb7-462b-aca3-86891a8c425a",
"rawTextureUuid": "0a711ec1-92b8-4ff7-b0f5-feb00b6a2c24", "rawTextureUuid": "0a711ec1-92b8-4ff7-b0f5-feb00b6a2c24",
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
"height": 162, "height": 162,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"record_bg_hy17_hds": { "record_bg_hy06_danxuan": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "9ca32a61-c62c-4a19-92f0-3108a36b6049", "uuid": "9ca32a61-c62c-4a19-92f0-3108a36b6049",
"rawTextureUuid": "9c3873f5-0f12-4520-afea-c0ed25db2900", "rawTextureUuid": "9c3873f5-0f12-4520-afea-c0ed25db2900",
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
"height": 140, "height": 140,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"record_icon_hy17_hds": { "record_icon_hy06_danxuan": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "2e3bd73f-da94-4921-be21-5acaaa12f138", "uuid": "2e3bd73f-da94-4921-be21-5acaaa12f138",
"rawTextureUuid": "41437958-b6ab-422b-9f58-8762b3975e11", "rawTextureUuid": "41437958-b6ab-422b-9f58-8762b3975e11",
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
"height": 131, "height": 131,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"record_time_hy17_hds": { "record_time_hy06_danxuan": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "0907d9b3-c15d-444d-94cb-42a9523ca2d1", "uuid": "0907d9b3-c15d-444d-94cb-42a9523ca2d1",
"rawTextureUuid": "a1813758-d06f-450c-b4e1-ecdea7d5668b", "rawTextureUuid": "a1813758-d06f-450c-b4e1-ecdea7d5668b",
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
"height": 184, "height": 184,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"voice_white_hy17_hds": { "voice_white_hy06_danxuan": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "4a26b10f-d021-4bad-ac0e-f513daa05ae5", "uuid": "4a26b10f-d021-4bad-ac0e-f513daa05ae5",
"rawTextureUuid": "de7b6722-7804-402d-93f0-1eb866a83834", "rawTextureUuid": "de7b6722-7804-402d-93f0-1eb866a83834",
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
"height": 106, "height": 106,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"v1_hy17_hds": { "v1_hy06_danxuan": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "5d6944d6-a8e5-4fb1-8a51-398599119594", "uuid": "5d6944d6-a8e5-4fb1-8a51-398599119594",
"rawTextureUuid": "88a816bc-c8ae-4ba8-9779-60efbf0ccf12", "rawTextureUuid": "88a816bc-c8ae-4ba8-9779-60efbf0ccf12",
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
"height": 106, "height": 106,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"v2_hy17_hds": { "v2_hy06_danxuan": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "d1a502ee-14cf-4c20-95e9-e8132e334e85", "uuid": "d1a502ee-14cf-4c20-95e9-e8132e334e85",
"rawTextureUuid": "ea3203e3-fd33-49a4-ac3d-7f08003a120b", "rawTextureUuid": "ea3203e3-fd33-49a4-ac3d-7f08003a120b",
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
"height": 106, "height": 106,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"v3_hy17_hds": { "v3_hy06_danxuan": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "422c2578-4308-4ecb-b662-e6f8ac2f7012", "uuid": "422c2578-4308-4ecb-b662-e6f8ac2f7012",
"rawTextureUuid": "038cbd16-2bda-4ba7-ab31-5f0a2c07cf05", "rawTextureUuid": "038cbd16-2bda-4ba7-ab31-5f0a2c07cf05",
......
...@@ -81,28 +81,28 @@ ...@@ -81,28 +81,28 @@
"__id__": 79 "__id__": 79
}, },
{ {
"__id__": 103 "__id__": 108
}, },
{ {
"__id__": 148 "__id__": 130
}, },
{ {
"__id__": 170 "__id__": 175
}, },
{ {
"__id__": 209 "__id__": 214
} }
], ],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 225 "__id__": 230
}, },
{ {
"__id__": 226 "__id__": 231
}, },
{ {
"__id__": 227 "__id__": 232
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -3752,20 +3752,23 @@ ...@@ -3752,20 +3752,23 @@
"__id__": 80 "__id__": 80
}, },
{ {
"__id__": 85 "__id__": 84
},
{
"__id__": 89
} }
], ],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 100 "__id__": 105
}, },
{ {
"__id__": 101 "__id__": 106
} }
], ],
"_prefab": { "_prefab": {
"__id__": 102 "__id__": 107
}, },
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -3812,11 +3815,11 @@ ...@@ -3812,11 +3815,11 @@
"_is3DNode": false, "_is3DNode": false,
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"_id": "d6On/RX9FCkZM8sbqYpRhD" "_id": "68YuSmvP5EYrzSlE+RIZ1e"
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "btn_back", "_name": "bg_forbid",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 79 "__id__": 79
...@@ -3829,13 +3832,128 @@ ...@@ -3829,13 +3832,128 @@
}, },
{ {
"__id__": 82 "__id__": 82
}
],
"_prefab": {
"__id__": 83
},
"_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": "ad6Ysu1CZNGZYbfMjex7lw"
}, },
{ {
"__id__": 83 "__type__": "cc.Widget",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 80
},
"_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": "73ph7NBp1It4x1hxz7/aYZ"
},
{
"__type__": "cc.BlockInputEvents",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 80
},
"_enabled": true,
"_id": "809zVCDBZId4R6srm9Emtl"
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 79
},
"asset": {
"__uuid__": "0b87ca13-07e1-4237-ab3b-7f27c69deb2d"
},
"fileId": "07DTTDThBNdJCrgpsUtJSh",
"sync": false
},
{
"__type__": "cc.Node",
"_name": "btn_back",
"_objFlags": 0,
"_parent": {
"__id__": 79
},
"_children": [],
"_active": true,
"_components": [
{
"__id__": 85
},
{
"__id__": 86
},
{
"__id__": 87
} }
], ],
"_prefab": { "_prefab": {
"__id__": 84 "__id__": 88
}, },
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -3882,14 +4000,14 @@ ...@@ -3882,14 +4000,14 @@
"_is3DNode": false, "_is3DNode": false,
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"_id": "b01Li15AFNuLd57oqPDJfS" "_id": "89CFASH+ZCx65honpIudKG"
}, },
{ {
"__type__": "cc.Sprite", "__type__": "cc.Sprite",
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 80 "__id__": 84
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -3914,14 +4032,14 @@ ...@@ -3914,14 +4032,14 @@
"_fillRange": 0, "_fillRange": 0,
"_isTrimmedMode": true, "_isTrimmedMode": true,
"_atlas": null, "_atlas": null,
"_id": "d5OD/ovzBN2p69CoJO0AAs" "_id": "58bdq/MtlHmpDMKb40yfNl"
}, },
{ {
"__type__": "cc.Button", "__type__": "cc.Button",
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 80 "__id__": 84
}, },
"_enabled": true, "_enabled": true,
"_normalMaterial": null, "_normalMaterial": null,
...@@ -3982,14 +4100,14 @@ ...@@ -3982,14 +4100,14 @@
"hoverSprite": null, "hoverSprite": null,
"_N$disabledSprite": null, "_N$disabledSprite": null,
"_N$target": null, "_N$target": null,
"_id": "afntyMNOVEUq2IUw617i99" "_id": "b70fQyjUNI7aqubB5EBBxL"
}, },
{ {
"__type__": "cc.Widget", "__type__": "cc.Widget",
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 80 "__id__": 84
}, },
"_enabled": true, "_enabled": true,
"alignMode": 1, "alignMode": 1,
...@@ -4009,7 +4127,7 @@ ...@@ -4009,7 +4127,7 @@
"_isAbsVerticalCenter": true, "_isAbsVerticalCenter": true,
"_originalWidth": 0, "_originalWidth": 0,
"_originalHeight": 0, "_originalHeight": 0,
"_id": "62qoMhslJPgLk7qHV54rAR" "_id": "ad+VCk2uJHRbSZ+I5fjin/"
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
...@@ -4031,17 +4149,20 @@ ...@@ -4031,17 +4149,20 @@
}, },
"_children": [ "_children": [
{ {
"__id__": 86 "__id__": 90
} }
], ],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 98 "__id__": 102
},
{
"__id__": 103
} }
], ],
"_prefab": { "_prefab": {
"__id__": 99 "__id__": 104
}, },
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -4053,7 +4174,7 @@ ...@@ -4053,7 +4174,7 @@
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 150.74, "width": 152.6,
"height": 63 "height": 63
}, },
"_anchorPoint": { "_anchorPoint": {
...@@ -4088,34 +4209,34 @@ ...@@ -4088,34 +4209,34 @@
"_is3DNode": false, "_is3DNode": false,
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"_id": "79OtAIONdLqrwYzFxYOF+u" "_id": "22LN7Jj2xHN4PaIqkv1IUo"
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "img_npc_voice", "_name": "img_npc_voice",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 85 "__id__": 89
}, },
"_children": [ "_children": [
{ {
"__id__": 87 "__id__": 91
}, },
{ {
"__id__": 90 "__id__": 94
}, },
{ {
"__id__": 93 "__id__": 97
} }
], ],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 96 "__id__": 100
} }
], ],
"_prefab": { "_prefab": {
"__id__": 97 "__id__": 101
}, },
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -4139,7 +4260,7 @@ ...@@ -4139,7 +4260,7 @@
"__type__": "TypedArray", "__type__": "TypedArray",
"ctor": "Float64Array", "ctor": "Float64Array",
"array": [ "array": [
208.95399999999995, 210.81399999999996,
0, 0,
0, 0,
0, 0,
...@@ -4162,24 +4283,24 @@ ...@@ -4162,24 +4283,24 @@
"_is3DNode": false, "_is3DNode": false,
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"_id": "32MwE9gRxF879OlpG+XoIE" "_id": "c8Up+BTsBLJaldGZxMsqyh"
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "p1", "_name": "p1",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 86 "__id__": 90
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 88 "__id__": 92
} }
], ],
"_prefab": { "_prefab": {
"__id__": 89 "__id__": 93
}, },
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -4226,14 +4347,14 @@ ...@@ -4226,14 +4347,14 @@
"_is3DNode": false, "_is3DNode": false,
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"_id": "681FthGcFCHJ4frYONTlph" "_id": "3e+yr89a5BaK8vv4gssR5V"
}, },
{ {
"__type__": "cc.Sprite", "__type__": "cc.Sprite",
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 87 "__id__": 91
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -4258,7 +4379,7 @@ ...@@ -4258,7 +4379,7 @@
"_fillRange": 0, "_fillRange": 0,
"_isTrimmedMode": true, "_isTrimmedMode": true,
"_atlas": null, "_atlas": null,
"_id": "b6qTQNhmFFlZdEwCJRe1NJ" "_id": "91CraCWblPVZbQeBmCZrt8"
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
...@@ -4276,17 +4397,17 @@ ...@@ -4276,17 +4397,17 @@
"_name": "p2", "_name": "p2",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 86 "__id__": 90
}, },
"_children": [], "_children": [],
"_active": false, "_active": false,
"_components": [ "_components": [
{ {
"__id__": 91 "__id__": 95
} }
], ],
"_prefab": { "_prefab": {
"__id__": 92 "__id__": 96
}, },
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -4333,14 +4454,14 @@ ...@@ -4333,14 +4454,14 @@
"_is3DNode": false, "_is3DNode": false,
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"_id": "b041MOPANO44GNbGrcWzs4" "_id": "196d0xL0pJZZ8qL31EVah2"
}, },
{ {
"__type__": "cc.Sprite", "__type__": "cc.Sprite",
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 90 "__id__": 94
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -4365,7 +4486,7 @@ ...@@ -4365,7 +4486,7 @@
"_fillRange": 0, "_fillRange": 0,
"_isTrimmedMode": true, "_isTrimmedMode": true,
"_atlas": null, "_atlas": null,
"_id": "adWGVlGqNN4Kux2zUB3g/N" "_id": "beSS2ATfZNeLoHc59wNbsU"
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
...@@ -4383,17 +4504,17 @@ ...@@ -4383,17 +4504,17 @@
"_name": "p3", "_name": "p3",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 86 "__id__": 90
}, },
"_children": [], "_children": [],
"_active": false, "_active": false,
"_components": [ "_components": [
{ {
"__id__": 94 "__id__": 98
} }
], ],
"_prefab": { "_prefab": {
"__id__": 95 "__id__": 99
}, },
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -4440,14 +4561,14 @@ ...@@ -4440,14 +4561,14 @@
"_is3DNode": false, "_is3DNode": false,
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"_id": "a3wUx4M8tP+JUthO9zHT2N" "_id": "2e5xrkz8ZFdYs+uYO1icQj"
}, },
{ {
"__type__": "cc.Sprite", "__type__": "cc.Sprite",
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 93 "__id__": 97
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -4472,7 +4593,7 @@ ...@@ -4472,7 +4593,7 @@
"_fillRange": 0, "_fillRange": 0,
"_isTrimmedMode": true, "_isTrimmedMode": true,
"_atlas": null, "_atlas": null,
"_id": "33wjwCEOhE24qp4LTIq6Sj" "_id": "69R760PNtI9qQelRdfp0f0"
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
...@@ -4490,7 +4611,7 @@ ...@@ -4490,7 +4611,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 86 "__id__": 90
}, },
"_enabled": true, "_enabled": true,
"alignMode": 2, "alignMode": 2,
...@@ -4510,7 +4631,7 @@ ...@@ -4510,7 +4631,7 @@
"_isAbsVerticalCenter": true, "_isAbsVerticalCenter": true,
"_originalWidth": 0, "_originalWidth": 0,
"_originalHeight": 0, "_originalHeight": 0,
"_id": "b1jLXPrepBYJ6/yGNtCr/E" "_id": "33ZtFPB5NN8r5E2RL938+r"
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
...@@ -4528,7 +4649,7 @@ ...@@ -4528,7 +4649,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 85 "__id__": 89
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -4556,7 +4677,34 @@ ...@@ -4556,7 +4677,34 @@
"_N$fontFamily": "Arial", "_N$fontFamily": "Arial",
"_N$overflow": 0, "_N$overflow": 0,
"_N$cacheMode": 0, "_N$cacheMode": 0,
"_id": "abdBRlCOpJnKlQCIwsErlD" "_id": "0ekP3CG/pDCZDw0tgwxOU5"
},
{
"__type__": "cc.Widget",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 89
},
"_enabled": true,
"alignMode": 1,
"_target": null,
"_alignFlags": 9,
"_left": 274.52700000000004,
"_right": 0,
"_top": 67.39999999999998,
"_bottom": 0,
"_verticalCenter": 0,
"_horizontalCenter": 0,
"_isAbsLeft": true,
"_isAbsRight": true,
"_isAbsTop": true,
"_isAbsBottom": true,
"_isAbsHorizontalCenter": true,
"_isAbsVerticalCenter": true,
"_originalWidth": 0,
"_originalHeight": 0,
"_id": "6di+omqN9Lsaw0KF+Yi18U"
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
...@@ -4594,7 +4742,7 @@ ...@@ -4594,7 +4742,7 @@
"_isAbsVerticalCenter": true, "_isAbsVerticalCenter": true,
"_originalWidth": 0, "_originalWidth": 0,
"_originalHeight": 0, "_originalHeight": 0,
"_id": "72kYAPxndParu6Q/BGh1gy" "_id": "575TfG7KpIXosg00tn7gIU"
}, },
{ {
"__type__": "7ab71itR/hJz4giCFo5yFB1", "__type__": "7ab71itR/hJz4giCFo5yFB1",
...@@ -4604,7 +4752,7 @@ ...@@ -4604,7 +4752,7 @@
"__id__": 79 "__id__": 79
}, },
"_enabled": true, "_enabled": true,
"_id": "c3mm8nD1dKgLOWRSuGGmpy" "_id": "662poYesJPmqp658GcUbFj"
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
...@@ -4619,36 +4767,27 @@ ...@@ -4619,36 +4767,27 @@
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "layer_right", "_name": "layer_coin_hy06_danxuan",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 2 "__id__": 2
}, },
"_children": [ "_children": [
{ {
"__id__": 104 "__id__": 109
},
{
"__id__": 118
},
{
"__id__": 127
}, },
{ {
"__id__": 136 "__id__": 123
} }
], ],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 145 "__id__": 128
},
{
"__id__": 146
} }
], ],
"_prefab": { "_prefab": {
"__id__": 147 "__id__": 129
}, },
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -4660,8 +4799,8 @@ ...@@ -4660,8 +4799,8 @@
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 1920, "width": 0,
"height": 1080 "height": 0
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
...@@ -4695,33 +4834,33 @@ ...@@ -4695,33 +4834,33 @@
"_is3DNode": false, "_is3DNode": false,
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"_id": "a9WCCe8oxAeaqNHPMakElT" "_id": "58EpYxuKlNHqbkEhFEDSUg"
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "voice", "_name": "layout_center",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 103 "__id__": 108
}, },
"_children": [ "_children": [
{ {
"__id__": 105 "__id__": 110
}, },
{ {
"__id__": 108 "__id__": 113
}, },
{ {
"__id__": 111 "__id__": 116
}, },
{ {
"__id__": 114 "__id__": 119
} }
], ],
"_active": false, "_active": false,
"_components": [], "_components": [],
"_prefab": { "_prefab": {
"__id__": 117 "__id__": 122
}, },
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -4768,37 +4907,37 @@ ...@@ -4768,37 +4907,37 @@
"_is3DNode": false, "_is3DNode": false,
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"_id": "15y8/tUeNBCbCHw/ddQdqX" "_id": "bdgtrlH39BsIwiEvYsHHi7"
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "excellent", "_name": "bg_gray",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 104 "__id__": 109
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 106 "__id__": 111
} }
], ],
"_prefab": { "_prefab": {
"__id__": 107 "__id__": 112
}, },
"_opacity": 255, "_opacity": 102,
"_color": { "_color": {
"__type__": "cc.Color", "__type__": "cc.Color",
"r": 255, "r": 0,
"g": 255, "g": 0,
"b": 255, "b": 0,
"a": 255 "a": 255
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 0, "width": 3000,
"height": 0 "height": 3000
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
...@@ -4809,8 +4948,8 @@ ...@@ -4809,8 +4948,8 @@
"__type__": "TypedArray", "__type__": "TypedArray",
"ctor": "Float64Array", "ctor": "Float64Array",
"array": [ "array": [
0, 47.112,
0, 11.778,
0, 0,
0, 0,
0, 0,
...@@ -4832,54 +4971,67 @@ ...@@ -4832,54 +4971,67 @@
"_is3DNode": false, "_is3DNode": false,
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"_id": "06Okz1OCVOx4qKdreOw9LL" "_id": "91uDinybtE2ILErsr1127K"
}, },
{ {
"__type__": "cc.AudioSource", "__type__": "cc.Sprite",
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 105 "__id__": 110
}, },
"_enabled": true, "_enabled": true,
"_clip": { "_materials": [
"__uuid__": "bafa4c84-01c2-4d6c-8343-745066eed098" {
"__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
}
],
"_srcBlendFactor": 770,
"_dstBlendFactor": 771,
"_spriteFrame": {
"__uuid__": "a23235d1-15db-4b95-8439-a2e005bfff91"
}, },
"_volume": 1, "_type": 0,
"_mute": false, "_sizeMode": 0,
"_loop": false, "_fillType": 0,
"_firstlyEnabled": true, "_fillCenter": {
"playOnLoad": false, "__type__": "cc.Vec2",
"preload": false, "x": 0,
"_id": "b3RX2pAPpM8qrRgDLC4mIL" "y": 0
},
"_fillStart": 0,
"_fillRange": 0,
"_isTrimmedMode": true,
"_atlas": null,
"_id": "55JZkPd0lGe7pFXgQ7wnIJ"
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
"root": { "root": {
"__id__": 103 "__id__": 108
}, },
"asset": { "asset": {
"__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc" "__uuid__": "a9b135f6-de46-4257-8be2-55dc863ce747"
}, },
"fileId": "33BUA/V/lMP72inCoeXVsT", "fileId": "adm8kBzH9HDL0yNTkOoNZO",
"sync": false "sync": false
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "good", "_name": "aniNode1",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 104 "__id__": 109
}, },
"_children": [], "_children": [],
"_active": true, "_active": false,
"_components": [ "_components": [
{ {
"__id__": 109 "__id__": 114
} }
], ],
"_prefab": { "_prefab": {
"__id__": 110 "__id__": 115
}, },
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -4891,8 +5043,8 @@ ...@@ -4891,8 +5043,8 @@
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 0, "width": 666.0255708350624,
"height": 0 "height": 304.2308109319082
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
...@@ -4903,8 +5055,8 @@ ...@@ -4903,8 +5055,8 @@
"__type__": "TypedArray", "__type__": "TypedArray",
"ctor": "Float64Array", "ctor": "Float64Array",
"array": [ "array": [
0, 50.804,
0, -3.435,
0, 0,
0, 0,
0, 0,
...@@ -4926,54 +5078,75 @@ ...@@ -4926,54 +5078,75 @@
"_is3DNode": false, "_is3DNode": false,
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"_id": "22PnOlcnVIj5pGZ7Cmwufd" "_id": "c3bvmWnp1E5oTHINVcLHz7"
}, },
{ {
"__type__": "cc.AudioSource", "__type__": "dragonBones.ArmatureDisplay",
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 108 "__id__": 113
}, },
"_enabled": true, "_enabled": true,
"_clip": { "_materials": [
"__uuid__": "78f18bf7-e329-4386-aaee-1b6737fe5a03" {
"__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
}
],
"_armatureName": "Armature",
"_animationName": "three",
"_preCacheMode": 0,
"_cacheMode": 0,
"playTimes": 1,
"premultipliedAlpha": false,
"_armatureKey": "4c8b7a1c-163d-4358-811b-1c79de3c9b9b#d0a6e7e0-94c8-4828-bd3e-ab5d98f0a611",
"_accTime": 0,
"_playCount": 0,
"_frameCache": null,
"_curFrame": null,
"_playing": false,
"_armatureCache": null,
"_N$dragonAsset": {
"__uuid__": "4c8b7a1c-163d-4358-811b-1c79de3c9b9b"
}, },
"_volume": 1, "_N$dragonAtlasAsset": {
"_mute": false, "__uuid__": "d0a6e7e0-94c8-4828-bd3e-ab5d98f0a611"
"_loop": false, },
"_firstlyEnabled": true, "_N$_defaultArmatureIndex": 0,
"playOnLoad": false, "_N$_animationIndex": 1,
"preload": false, "_N$_defaultCacheMode": 0,
"_id": "86dukDXWJM+YMlWkcPf4i3" "_N$timeScale": 1,
"_N$debugBones": false,
"_N$enableBatch": false,
"_id": "cf1gcPmC1GFZS8+eQ3aIpq"
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
"root": { "root": {
"__id__": 103 "__id__": 108
}, },
"asset": { "asset": {
"__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc" "__uuid__": "a9b135f6-de46-4257-8be2-55dc863ce747"
}, },
"fileId": "1aZVj6BXRH4qCn6l6Mr4Xd", "fileId": "63iyJKJbRIJ4rv8EKr2oF0",
"sync": false "sync": false
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "tryagain", "_name": "aniNode2",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 104 "__id__": 109
}, },
"_children": [], "_children": [],
"_active": true, "_active": false,
"_components": [ "_components": [
{ {
"__id__": 112 "__id__": 117
} }
], ],
"_prefab": { "_prefab": {
"__id__": 113 "__id__": 118
}, },
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -5020,54 +5193,73 @@ ...@@ -5020,54 +5193,73 @@
"_is3DNode": false, "_is3DNode": false,
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"_id": "33K1BLs+FKf7ZXcQWhVHhS" "_id": "019/p7XtZL56vHTwhCR31N"
}, },
{ {
"__type__": "cc.AudioSource", "__type__": "dragonBones.ArmatureDisplay",
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 111 "__id__": 116
}, },
"_enabled": true, "_enabled": true,
"_clip": { "_materials": [
"__uuid__": "3796b67a-a501-40dc-a1b1-8ea234651d9e" {
"__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
}
],
"_armatureName": "Armature",
"_animationName": "two",
"_preCacheMode": -1,
"_cacheMode": 0,
"playTimes": -1,
"premultipliedAlpha": false,
"_armatureKey": "",
"_accTime": 0,
"_playCount": 0,
"_frameCache": null,
"_curFrame": null,
"_playing": false,
"_armatureCache": null,
"_N$dragonAsset": {
"__uuid__": "f011f737-1f65-490f-b1ca-1a960c98d8f9"
}, },
"_volume": 1, "_N$dragonAtlasAsset": null,
"_mute": false, "_N$_defaultArmatureIndex": 0,
"_loop": false, "_N$_animationIndex": 1,
"_firstlyEnabled": true, "_N$_defaultCacheMode": 0,
"playOnLoad": false, "_N$timeScale": 1,
"preload": false, "_N$debugBones": false,
"_id": "b0mcibr2VGM6dgzDNodumn" "_N$enableBatch": false,
"_id": "5aBgvyPmRDHLWp+bo7rbIr"
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
"root": { "root": {
"__id__": 103 "__id__": 108
}, },
"asset": { "asset": {
"__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc" "__uuid__": "a9b135f6-de46-4257-8be2-55dc863ce747"
}, },
"fileId": "9eQtRXoTJFf7nIEjAHkeFj", "fileId": "c6Hl8henxOxrh4ppMincco",
"sync": false "sync": false
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "ani", "_name": "aniNode3",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 104 "__id__": 109
}, },
"_children": [], "_children": [],
"_active": true, "_active": false,
"_components": [ "_components": [
{ {
"__id__": 115 "__id__": 120
} }
], ],
"_prefab": { "_prefab": {
"__id__": 116 "__id__": 121
}, },
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -5079,8 +5271,8 @@ ...@@ -5079,8 +5271,8 @@
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 0, "width": 666.0255708350624,
"height": 0 "height": 304.2308109319082
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
...@@ -5091,8 +5283,8 @@ ...@@ -5091,8 +5283,8 @@
"__type__": "TypedArray", "__type__": "TypedArray",
"ctor": "Float64Array", "ctor": "Float64Array",
"array": [ "array": [
0, 50.804,
0, -3.435,
0, 0,
0, 0,
0, 0,
...@@ -5114,72 +5306,86 @@ ...@@ -5114,72 +5306,86 @@
"_is3DNode": false, "_is3DNode": false,
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"_id": "80aMbxgblLuLt94tBcUDWr" "_id": "e8JtE+Gd9NALJ7MqNFhPME"
}, },
{ {
"__type__": "cc.AudioSource", "__type__": "dragonBones.ArmatureDisplay",
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 114 "__id__": 119
}, },
"_enabled": true, "_enabled": true,
"_clip": { "_materials": [
"__uuid__": "674f97a3-1898-4235-9473-17c357c39605" {
"__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
}
],
"_armatureName": "Armature",
"_animationName": "three",
"_preCacheMode": 0,
"_cacheMode": 0,
"playTimes": 1,
"premultipliedAlpha": false,
"_armatureKey": "4c8b7a1c-163d-4358-811b-1c79de3c9b9b#d0a6e7e0-94c8-4828-bd3e-ab5d98f0a611",
"_accTime": 0,
"_playCount": 0,
"_frameCache": null,
"_curFrame": null,
"_playing": false,
"_armatureCache": null,
"_N$dragonAsset": {
"__uuid__": "4c8b7a1c-163d-4358-811b-1c79de3c9b9b"
}, },
"_volume": 1, "_N$dragonAtlasAsset": {
"_mute": false, "__uuid__": "d0a6e7e0-94c8-4828-bd3e-ab5d98f0a611"
"_loop": false, },
"_firstlyEnabled": true, "_N$_defaultArmatureIndex": 0,
"playOnLoad": false, "_N$_animationIndex": 1,
"preload": false, "_N$_defaultCacheMode": 0,
"_id": "49yPyki0lDkqYBmYU7X5T8" "_N$timeScale": 1,
"_N$debugBones": false,
"_N$enableBatch": false,
"_id": "83NRB86M5J1ZuQecAoYBC7"
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
"root": { "root": {
"__id__": 103 "__id__": 108
}, },
"asset": { "asset": {
"__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc" "__uuid__": "a9b135f6-de46-4257-8be2-55dc863ce747"
}, },
"fileId": "e3ZmGZ8MpFYoRQ8CustwVU", "fileId": "e1DhwVfNlC3Y7kDIyCry0m",
"sync": false "sync": false
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
"root": { "root": {
"__id__": 103 "__id__": 108
}, },
"asset": { "asset": {
"__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc" "__uuid__": "a9b135f6-de46-4257-8be2-55dc863ce747"
}, },
"fileId": "0bdqtUq3JBRpMAm0cr1j0t", "fileId": "a2tpK1wadIapdt6ho6M6te",
"sync": false "sync": false
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "layout_excellent", "_name": "res",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 103 "__id__": 108
}, },
"_children": [ "_children": [
{ {
"__id__": 119 "__id__": 124
},
{
"__id__": 122
}
],
"_active": false,
"_components": [
{
"__id__": 125
} }
], ],
"_active": true,
"_components": [],
"_prefab": { "_prefab": {
"__id__": 126 "__id__": 127
}, },
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -5191,8 +5397,8 @@ ...@@ -5191,8 +5397,8 @@
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 1920, "width": 0,
"height": 1080 "height": 0
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
...@@ -5226,37 +5432,37 @@ ...@@ -5226,37 +5432,37 @@
"_is3DNode": false, "_is3DNode": false,
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"_id": "5c2vuGyQdDqq16cT9zQlxT" "_id": "05qmDFmflKeLxPQm1WoLYJ"
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "bg", "_name": "coin",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 118 "__id__": 123
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 120 "__id__": 125
} }
], ],
"_prefab": { "_prefab": {
"__id__": 121 "__id__": 126
}, },
"_opacity": 150, "_opacity": 255,
"_color": { "_color": {
"__type__": "cc.Color", "__type__": "cc.Color",
"r": 0, "r": 255,
"g": 0, "g": 255,
"b": 0, "b": 255,
"a": 255 "a": 255
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 5000, "width": 0,
"height": 5000 "height": 0
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
...@@ -5290,67 +5496,102 @@ ...@@ -5290,67 +5496,102 @@
"_is3DNode": false, "_is3DNode": false,
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"_id": "b8OgSpbNJCbau7r0Ympg6I" "_id": "4c3Hr0E8xFQbYHS/OjcB6c"
}, },
{ {
"__type__": "cc.Sprite", "__type__": "cc.AudioSource",
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 119 "__id__": 124
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_clip": {
"__uuid__": "7d43789c-0138-4603-82af-1892d2cad30a"
},
"_volume": 1,
"_mute": false,
"_loop": false,
"_firstlyEnabled": true,
"playOnLoad": false,
"preload": false,
"_id": "19jo2fjjVF+6uCbjGqr4Jh"
},
{ {
"__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" "__type__": "cc.PrefabInfo",
} "root": {
], "__id__": 108
"_srcBlendFactor": 770,
"_dstBlendFactor": 771,
"_spriteFrame": {
"__uuid__": "a23235d1-15db-4b95-8439-a2e005bfff91"
}, },
"_type": 0, "asset": {
"_sizeMode": 0, "__uuid__": "a9b135f6-de46-4257-8be2-55dc863ce747"
"_fillType": 0,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
}, },
"_fillStart": 0, "fileId": "185tOCC+BKhYGnn4V3TEoT",
"_fillRange": 0, "sync": false
"_isTrimmedMode": true,
"_atlas": null,
"_id": "25noa0rJ1Og5vCR0KzdcEN"
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
"root": { "root": {
"__id__": 103 "__id__": 108
}, },
"asset": { "asset": {
"__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc" "__uuid__": "a9b135f6-de46-4257-8be2-55dc863ce747"
}, },
"fileId": "a4AdqYiz1DOqgSmMuhc2/N", "fileId": "e5iD0Y+fBOfr63Di1EJOwC",
"sync": false
},
{
"__type__": "72802EOwh1KuKnBHYcntgZY",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 108
},
"_enabled": true,
"_id": "c5aNg3iIVChq57yvqbKL2N"
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 108
},
"asset": {
"__uuid__": "a9b135f6-de46-4257-8be2-55dc863ce747"
},
"fileId": "",
"sync": false "sync": false
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "AniNode", "_name": "layer_right_hy06_danxuan",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 118 "__id__": 2
}, },
"_children": [], "_children": [
{
"__id__": 131
},
{
"__id__": 145
},
{
"__id__": 154
},
{
"__id__": 163
}
],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 123 "__id__": 172
},
{
"__id__": 173
} }
], ],
"_prefab": { "_prefab": {
"__id__": 124 "__id__": 174
}, },
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -5375,7 +5616,7 @@ ...@@ -5375,7 +5616,7 @@
"ctor": "Float64Array", "ctor": "Float64Array",
"array": [ "array": [
0, 0,
-550, 0,
0, 0,
0, 0,
0, 0,
...@@ -5397,120 +5638,33 @@ ...@@ -5397,120 +5638,33 @@
"_is3DNode": false, "_is3DNode": false,
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"_id": "2fb4a6xixNqKpY9/clPCk0" "_id": "5fKQA7BlFANoTf5JpeoAtH"
},
{
"__type__": "dragonBones.ArmatureDisplay",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 122
},
"_enabled": true,
"_materials": [
{
"__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
}
],
"_armatureName": "armatureName",
"_animationName": "newAnimation",
"_preCacheMode": 0,
"_cacheMode": 0,
"playTimes": 1,
"premultipliedAlpha": false,
"_armatureKey": "cafb4d03-522d-4674-879a-b8193c99d2b2#14afe0ae-e556-497f-bf9e-0aab665b5693",
"_accTime": 0,
"_playCount": 0,
"_frameCache": null,
"_curFrame": null,
"_playing": false,
"_armatureCache": null,
"_N$dragonAsset": {
"__uuid__": "cafb4d03-522d-4674-879a-b8193c99d2b2"
},
"_N$dragonAtlasAsset": {
"__uuid__": "14afe0ae-e556-497f-bf9e-0aab665b5693"
},
"_N$_defaultArmatureIndex": 0,
"_N$_animationIndex": 1,
"_N$_defaultCacheMode": 0,
"_N$timeScale": 1,
"_N$debugBones": false,
"_N$enableBatch": false,
"_id": "00fQAQ4ZROOIpLdWHXd4cc"
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 103
},
"asset": {
"__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc"
},
"fileId": "b40tHKPZVIp4ryIkubxK9K",
"sync": false
}, },
{ {
"__type__": "cc.Widget", "__type__": "cc.Node",
"_name": "", "_name": "voice",
"_objFlags": 0, "_objFlags": 0,
"node": { "_parent": {
"__id__": 118 "__id__": 130
},
"_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": "d9ULtftftIgJTFg75D1EI4"
}, },
"_children": [
{ {
"__type__": "cc.PrefabInfo", "__id__": 132
"root": {
"__id__": 103
},
"asset": {
"__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc"
},
"fileId": "83atRd3AhNS6YbVLMWW6z7",
"sync": false
}, },
{ {
"__type__": "cc.Node", "__id__": 135
"_name": "layout_good",
"_objFlags": 0,
"_parent": {
"__id__": 103
}, },
"_children": [
{ {
"__id__": 128 "__id__": 138
}, },
{ {
"__id__": 131 "__id__": 141
} }
], ],
"_active": false, "_active": false,
"_components": [ "_components": [],
{
"__id__": 134
}
],
"_prefab": { "_prefab": {
"__id__": 135 "__id__": 144
}, },
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -5522,8 +5676,8 @@ ...@@ -5522,8 +5676,8 @@
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 1920, "width": 0,
"height": 1080 "height": 0
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
...@@ -5557,37 +5711,37 @@ ...@@ -5557,37 +5711,37 @@
"_is3DNode": false, "_is3DNode": false,
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"_id": "42nDAyYR1Bx7xtELOkkq+J" "_id": "2enG1tv8dO8arxc8jIp0wL"
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "bg", "_name": "excellent",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 127 "__id__": 131
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 129 "__id__": 133
} }
], ],
"_prefab": { "_prefab": {
"__id__": 130 "__id__": 134
}, },
"_opacity": 150, "_opacity": 255,
"_color": { "_color": {
"__type__": "cc.Color", "__type__": "cc.Color",
"r": 0, "r": 255,
"g": 0, "g": 255,
"b": 0, "b": 255,
"a": 255 "a": 255
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 5000, "width": 0,
"height": 5000 "height": 0
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
...@@ -5621,67 +5775,54 @@ ...@@ -5621,67 +5775,54 @@
"_is3DNode": false, "_is3DNode": false,
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"_id": "cbBWdst3BJsIoNCehnxO9q" "_id": "99mO0uUG5OIY/mX49swqTN"
}, },
{ {
"__type__": "cc.Sprite", "__type__": "cc.AudioSource",
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 128 "__id__": 132
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_clip": {
{ "__uuid__": "bafa4c84-01c2-4d6c-8343-745066eed098"
"__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
}
],
"_srcBlendFactor": 770,
"_dstBlendFactor": 771,
"_spriteFrame": {
"__uuid__": "a23235d1-15db-4b95-8439-a2e005bfff91"
},
"_type": 0,
"_sizeMode": 0,
"_fillType": 0,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
}, },
"_fillStart": 0, "_volume": 1,
"_fillRange": 0, "_mute": false,
"_isTrimmedMode": true, "_loop": false,
"_atlas": null, "_firstlyEnabled": true,
"_id": "7fxckrebFKb47IR1OCtNq4" "playOnLoad": false,
"preload": false,
"_id": "a9k/9FQDFA0JwZY9MA8Cj8"
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
"root": { "root": {
"__id__": 103 "__id__": 130
}, },
"asset": { "asset": {
"__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc" "__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc"
}, },
"fileId": "b0N5+syk5Fma/+rzNtImtq", "fileId": "33BUA/V/lMP72inCoeXVsT",
"sync": false "sync": false
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "AniNode", "_name": "good",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 127 "__id__": 131
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 132 "__id__": 136
} }
], ],
"_prefab": { "_prefab": {
"__id__": 133 "__id__": 137
}, },
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -5693,8 +5834,8 @@ ...@@ -5693,8 +5834,8 @@
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 1920, "width": 0,
"height": 1080 "height": 0
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
...@@ -5706,7 +5847,7 @@ ...@@ -5706,7 +5847,7 @@
"ctor": "Float64Array", "ctor": "Float64Array",
"array": [ "array": [
0, 0,
-550, 0,
0, 0,
0, 0,
0, 0,
...@@ -5728,120 +5869,54 @@ ...@@ -5728,120 +5869,54 @@
"_is3DNode": false, "_is3DNode": false,
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"_id": "e5veZDGS5EooUWJawsCVBy" "_id": "5dM2xrMl1PyaknquxXA7w6"
}, },
{ {
"__type__": "dragonBones.ArmatureDisplay", "__type__": "cc.AudioSource",
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 131 "__id__": 135
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_clip": {
{ "__uuid__": "78f18bf7-e329-4386-aaee-1b6737fe5a03"
"__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
}
],
"_armatureName": "armatureName",
"_animationName": "",
"_preCacheMode": 0,
"_cacheMode": 0,
"playTimes": 1,
"premultipliedAlpha": false,
"_armatureKey": "c9cb8190-feb9-4295-a068-9669e36839ad#0d2c601a-6231-45ad-9d1f-d5d51092137b",
"_accTime": 0,
"_playCount": 0,
"_frameCache": null,
"_curFrame": null,
"_playing": false,
"_armatureCache": null,
"_N$dragonAsset": {
"__uuid__": "c9cb8190-feb9-4295-a068-9669e36839ad"
},
"_N$dragonAtlasAsset": {
"__uuid__": "0d2c601a-6231-45ad-9d1f-d5d51092137b"
},
"_N$_defaultArmatureIndex": 0,
"_N$_animationIndex": 0,
"_N$_defaultCacheMode": 0,
"_N$timeScale": 1,
"_N$debugBones": false,
"_N$enableBatch": false,
"_id": "1aPhBYzVRLg6UKxK//IplE"
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 103
},
"asset": {
"__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc"
},
"fileId": "ackXXHynhEpaEXIfNccJJW",
"sync": false
},
{
"__type__": "cc.Widget",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 127
}, },
"_enabled": true, "_volume": 1,
"alignMode": 1, "_mute": false,
"_target": null, "_loop": false,
"_alignFlags": 45, "_firstlyEnabled": true,
"_left": 0, "playOnLoad": false,
"_right": 0, "preload": false,
"_top": 0, "_id": "d9TIgv0fNMVLGEhBkKTmD5"
"_bottom": 0,
"_verticalCenter": 0,
"_horizontalCenter": 0,
"_isAbsLeft": true,
"_isAbsRight": true,
"_isAbsTop": true,
"_isAbsBottom": true,
"_isAbsHorizontalCenter": true,
"_isAbsVerticalCenter": true,
"_originalWidth": 0,
"_originalHeight": 0,
"_id": "28n4XvIydFMJ8FKwEuNagF"
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
"root": { "root": {
"__id__": 103 "__id__": 130
}, },
"asset": { "asset": {
"__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc" "__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc"
}, },
"fileId": "8eHReYoFBEp6s2TkckkFAw", "fileId": "1aZVj6BXRH4qCn6l6Mr4Xd",
"sync": false "sync": false
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "layout_tryagain", "_name": "tryagain",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 103 "__id__": 131
},
"_children": [
{
"__id__": 137
}, },
{ "_children": [],
"__id__": 140 "_active": true,
}
],
"_active": false,
"_components": [ "_components": [
{ {
"__id__": 143 "__id__": 139
} }
], ],
"_prefab": { "_prefab": {
"__id__": 144 "__id__": 140
}, },
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -5853,8 +5928,8 @@ ...@@ -5853,8 +5928,8 @@
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 1920, "width": 0,
"height": 1080 "height": 0
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
...@@ -5888,37 +5963,67 @@ ...@@ -5888,37 +5963,67 @@
"_is3DNode": false, "_is3DNode": false,
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"_id": "felGx/G9lJipjzSAQ3Sl9k" "_id": "37wTuVpCVM67hmpSkJAM65"
},
{
"__type__": "cc.AudioSource",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 138
},
"_enabled": true,
"_clip": {
"__uuid__": "3796b67a-a501-40dc-a1b1-8ea234651d9e"
},
"_volume": 1,
"_mute": false,
"_loop": false,
"_firstlyEnabled": true,
"playOnLoad": false,
"preload": false,
"_id": "cbX+HcVmFD2qZ9aPJJ7bZc"
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 130
},
"asset": {
"__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc"
},
"fileId": "9eQtRXoTJFf7nIEjAHkeFj",
"sync": false
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "bg", "_name": "ani",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 136 "__id__": 131
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 138 "__id__": 142
} }
], ],
"_prefab": { "_prefab": {
"__id__": 139 "__id__": 143
}, },
"_opacity": 150, "_opacity": 255,
"_color": { "_color": {
"__type__": "cc.Color", "__type__": "cc.Color",
"r": 0, "r": 255,
"g": 0, "g": 255,
"b": 0, "b": 255,
"a": 255 "a": 255
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 5000, "width": 0,
"height": 5000 "height": 0
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
...@@ -5952,67 +6057,72 @@ ...@@ -5952,67 +6057,72 @@
"_is3DNode": false, "_is3DNode": false,
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"_id": "5fi68F2t9DYYtFkPSQXk/C" "_id": "3eAO00BB1LpZvPtq9GY06t"
}, },
{ {
"__type__": "cc.Sprite", "__type__": "cc.AudioSource",
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 137 "__id__": 141
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_clip": {
"__uuid__": "674f97a3-1898-4235-9473-17c357c39605"
},
"_volume": 1,
"_mute": false,
"_loop": false,
"_firstlyEnabled": true,
"playOnLoad": false,
"preload": false,
"_id": "bdOntkC+JJ269FdHHTBTl4"
},
{ {
"__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" "__type__": "cc.PrefabInfo",
} "root": {
], "__id__": 130
"_srcBlendFactor": 770,
"_dstBlendFactor": 771,
"_spriteFrame": {
"__uuid__": "a23235d1-15db-4b95-8439-a2e005bfff91"
}, },
"_type": 0, "asset": {
"_sizeMode": 0, "__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc"
"_fillType": 0,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
}, },
"_fillStart": 0, "fileId": "e3ZmGZ8MpFYoRQ8CustwVU",
"_fillRange": 0, "sync": false
"_isTrimmedMode": true,
"_atlas": null,
"_id": "81orVz6QpJR7RYUyKr/keJ"
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
"root": { "root": {
"__id__": 103 "__id__": 130
}, },
"asset": { "asset": {
"__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc" "__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc"
}, },
"fileId": "e1LWaBqmRKr73B1CTK/ObB", "fileId": "0bdqtUq3JBRpMAm0cr1j0t",
"sync": false "sync": false
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "AniNode", "_name": "layout_excellent",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 136 "__id__": 130
}, },
"_children": [], "_children": [
"_active": true, {
"__id__": 146
},
{
"__id__": 149
}
],
"_active": false,
"_components": [ "_components": [
{ {
"__id__": 141 "__id__": 152
} }
], ],
"_prefab": { "_prefab": {
"__id__": 142 "__id__": 153
}, },
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -6037,7 +6147,7 @@ ...@@ -6037,7 +6147,7 @@
"ctor": "Float64Array", "ctor": "Float64Array",
"array": [ "array": [
0, 0,
-550, 0,
0, 0,
0, 0,
0, 0,
...@@ -6059,168 +6169,131 @@ ...@@ -6059,168 +6169,131 @@
"_is3DNode": false, "_is3DNode": false,
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"_id": "52+euq+ORFHqochJErdLCz" "_id": "614NcIDuNBKaW8/i1hdSkf"
}, },
{ {
"__type__": "dragonBones.ArmatureDisplay", "__type__": "cc.Node",
"_name": "", "_name": "bg",
"_objFlags": 0, "_objFlags": 0,
"node": { "_parent": {
"__id__": 140 "__id__": 145
}, },
"_enabled": true, "_children": [],
"_materials": [ "_active": true,
"_components": [
{ {
"__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" "__id__": 147
} }
], ],
"_armatureName": "armatureName", "_prefab": {
"_animationName": "", "__id__": 148
"_preCacheMode": 0,
"_cacheMode": 0,
"playTimes": 1,
"premultipliedAlpha": false,
"_armatureKey": "b42b295e-67a2-4856-abff-b0f11377e257#1281c03b-70f7-44b4-8cd7-be6328cc711e",
"_accTime": 0,
"_playCount": 0,
"_frameCache": null,
"_curFrame": null,
"_playing": false,
"_armatureCache": null,
"_N$dragonAsset": {
"__uuid__": "b42b295e-67a2-4856-abff-b0f11377e257"
},
"_N$dragonAtlasAsset": {
"__uuid__": "1281c03b-70f7-44b4-8cd7-be6328cc711e"
},
"_N$_defaultArmatureIndex": 0,
"_N$_animationIndex": 0,
"_N$_defaultCacheMode": 0,
"_N$timeScale": 1,
"_N$debugBones": false,
"_N$enableBatch": false,
"_id": "1aURXK0hpKk6wS12x8XkYk"
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 103
},
"asset": {
"__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc"
}, },
"fileId": "e1BDqU+wNAoI5A+CoPvUBu", "_opacity": 150,
"sync": false "_color": {
"__type__": "cc.Color",
"r": 0,
"g": 0,
"b": 0,
"a": 255
}, },
{ "_contentSize": {
"__type__": "cc.Widget", "__type__": "cc.Size",
"_name": "", "width": 5000,
"_objFlags": 0, "height": 5000
"node": {
"__id__": 136
}, },
"_enabled": true, "_anchorPoint": {
"alignMode": 1, "__type__": "cc.Vec2",
"_target": null, "x": 0.5,
"_alignFlags": 45, "y": 0.5
"_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": "4aRN9KEeFL07sN2H1G6zur"
}, },
{ "_trs": {
"__type__": "cc.PrefabInfo", "__type__": "TypedArray",
"root": { "ctor": "Float64Array",
"__id__": 103 "array": [
0,
0,
0,
0,
0,
0,
1,
1,
1,
1
]
}, },
"asset": { "_eulerAngles": {
"__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc" "__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
}, },
"fileId": "24bb5gispDeJFU6G8gojxv", "_skewX": 0,
"sync": false "_skewY": 0,
"_is3DNode": false,
"_groupIndex": 0,
"groupIndex": 0,
"_id": "40131zxI9M9abyKTRohx6a"
}, },
{ {
"__type__": "cc.Widget", "__type__": "cc.Sprite",
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 103 "__id__": 146
}, },
"_enabled": true, "_enabled": true,
"alignMode": 1, "_materials": [
"_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": "d2WfMzN3tDM7TdBRCVwqXG"
},
{ {
"__type__": "6f117NCDy9BKrINFNVufOha", "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
"_name": "", }
"_objFlags": 0, ],
"node": { "_srcBlendFactor": 770,
"__id__": 103 "_dstBlendFactor": 771,
"_spriteFrame": {
"__uuid__": "a23235d1-15db-4b95-8439-a2e005bfff91"
}, },
"_enabled": true, "_type": 0,
"_id": "45gXis+VxMRr/cC+fHTKTt" "_sizeMode": 0,
"_fillType": 0,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_fillStart": 0,
"_fillRange": 0,
"_isTrimmedMode": true,
"_atlas": null,
"_id": "7cLSGDj+pKS5GSZvSvRUca"
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
"root": { "root": {
"__id__": 103 "__id__": 130
}, },
"asset": { "asset": {
"__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc" "__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc"
}, },
"fileId": "", "fileId": "a4AdqYiz1DOqgSmMuhc2/N",
"sync": false "sync": false
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "layer_coin", "_name": "AniNode",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 2 "__id__": 145
},
"_children": [
{
"__id__": 149
}, },
{ "_children": [],
"__id__": 163
}
],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 168 "__id__": 150
} }
], ],
"_prefab": { "_prefab": {
"__id__": 169 "__id__": 151
}, },
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -6232,8 +6305,8 @@ ...@@ -6232,8 +6305,8 @@
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 0, "width": 1920,
"height": 0 "height": 1080
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
...@@ -6245,7 +6318,7 @@ ...@@ -6245,7 +6318,7 @@
"ctor": "Float64Array", "ctor": "Float64Array",
"array": [ "array": [
0, 0,
0, -550,
0, 0,
0, 0,
0, 0,
...@@ -6267,31 +6340,118 @@ ...@@ -6267,31 +6340,118 @@
"_is3DNode": false, "_is3DNode": false,
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"_id": "90hhcjorJLdLew25aqasDx" "_id": "83CGYyj11CdLGSSsbRW7TD"
}, },
{ {
"__type__": "cc.Node", "__type__": "dragonBones.ArmatureDisplay",
"_name": "layout_center", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "node": {
"__id__": 148 "__id__": 149
}, },
"_children": [ "_enabled": true,
"_materials": [
{ {
"__id__": 150 "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
}
],
"_armatureName": "armatureName",
"_animationName": "newAnimation",
"_preCacheMode": 0,
"_cacheMode": 0,
"playTimes": 1,
"premultipliedAlpha": false,
"_armatureKey": "cafb4d03-522d-4674-879a-b8193c99d2b2#14afe0ae-e556-497f-bf9e-0aab665b5693",
"_accTime": 0,
"_playCount": 0,
"_frameCache": null,
"_curFrame": null,
"_playing": false,
"_armatureCache": null,
"_N$dragonAsset": {
"__uuid__": "cafb4d03-522d-4674-879a-b8193c99d2b2"
},
"_N$dragonAtlasAsset": {
"__uuid__": "14afe0ae-e556-497f-bf9e-0aab665b5693"
},
"_N$_defaultArmatureIndex": 0,
"_N$_animationIndex": 1,
"_N$_defaultCacheMode": 0,
"_N$timeScale": 1,
"_N$debugBones": false,
"_N$enableBatch": false,
"_id": "07gSG26DVJRaZ0Zzc654u9"
}, },
{ {
"__id__": 153 "__type__": "cc.PrefabInfo",
"root": {
"__id__": 130
},
"asset": {
"__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc"
},
"fileId": "b40tHKPZVIp4ryIkubxK9K",
"sync": false
}, },
{ {
"__id__": 156 "__type__": "cc.Widget",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 145
},
"_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": "4dxRFDTsZG5I8H59BLD5TW"
}, },
{ {
"__id__": 159 "__type__": "cc.PrefabInfo",
"root": {
"__id__": 130
},
"asset": {
"__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc"
},
"fileId": "83atRd3AhNS6YbVLMWW6z7",
"sync": false
},
{
"__type__": "cc.Node",
"_name": "layout_good",
"_objFlags": 0,
"_parent": {
"__id__": 130
},
"_children": [
{
"__id__": 155
},
{
"__id__": 158
} }
], ],
"_active": false, "_active": false,
"_components": [], "_components": [
{
"__id__": 161
}
],
"_prefab": { "_prefab": {
"__id__": 162 "__id__": 162
}, },
...@@ -6305,8 +6465,8 @@ ...@@ -6305,8 +6465,8 @@
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 0, "width": 1920,
"height": 0 "height": 1080
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
...@@ -6340,26 +6500,26 @@ ...@@ -6340,26 +6500,26 @@
"_is3DNode": false, "_is3DNode": false,
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"_id": "2eWAv6vQJOL4+GU3dzghOV" "_id": "66vgbSAUhD+5QVCaplGhID"
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "bg_gray", "_name": "bg",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 149 "__id__": 154
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 151 "__id__": 156
} }
], ],
"_prefab": { "_prefab": {
"__id__": 152 "__id__": 157
}, },
"_opacity": 102, "_opacity": 150,
"_color": { "_color": {
"__type__": "cc.Color", "__type__": "cc.Color",
"r": 0, "r": 0,
...@@ -6369,8 +6529,8 @@ ...@@ -6369,8 +6529,8 @@
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 3000, "width": 5000,
"height": 3000 "height": 5000
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
...@@ -6381,8 +6541,8 @@ ...@@ -6381,8 +6541,8 @@
"__type__": "TypedArray", "__type__": "TypedArray",
"ctor": "Float64Array", "ctor": "Float64Array",
"array": [ "array": [
47.112, 0,
11.778, 0,
0, 0,
0, 0,
0, 0,
...@@ -6404,14 +6564,14 @@ ...@@ -6404,14 +6564,14 @@
"_is3DNode": false, "_is3DNode": false,
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"_id": "24K4NNzAdIdoCKeLmMjJS7" "_id": "73rb86sL1E3Kj5Cb0sWfC3"
}, },
{ {
"__type__": "cc.Sprite", "__type__": "cc.Sprite",
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 150 "__id__": 155
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -6436,35 +6596,35 @@ ...@@ -6436,35 +6596,35 @@
"_fillRange": 0, "_fillRange": 0,
"_isTrimmedMode": true, "_isTrimmedMode": true,
"_atlas": null, "_atlas": null,
"_id": "38/C29HBZNxIZ555ZZeVYu" "_id": "a5hxeeS+dDObDCjUUwKlds"
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
"root": { "root": {
"__id__": 148 "__id__": 130
}, },
"asset": { "asset": {
"__uuid__": "a9b135f6-de46-4257-8be2-55dc863ce747" "__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc"
}, },
"fileId": "adm8kBzH9HDL0yNTkOoNZO", "fileId": "b0N5+syk5Fma/+rzNtImtq",
"sync": false "sync": false
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "aniNode1", "_name": "AniNode",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 149 "__id__": 154
}, },
"_children": [], "_children": [],
"_active": false, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 154 "__id__": 159
} }
], ],
"_prefab": { "_prefab": {
"__id__": 155 "__id__": 160
}, },
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -6476,8 +6636,8 @@ ...@@ -6476,8 +6636,8 @@
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 666.0255708350624, "width": 1920,
"height": 304.2308109319082 "height": 1080
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
...@@ -6488,8 +6648,8 @@ ...@@ -6488,8 +6648,8 @@
"__type__": "TypedArray", "__type__": "TypedArray",
"ctor": "Float64Array", "ctor": "Float64Array",
"array": [ "array": [
50.804, 0,
-3.435, -550,
0, 0,
0, 0,
0, 0,
...@@ -6511,14 +6671,14 @@ ...@@ -6511,14 +6671,14 @@
"_is3DNode": false, "_is3DNode": false,
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"_id": "ddzo5qgMhNoJE0O6d8Ob2L" "_id": "fdP+71OsZIy7t/hlSLG01z"
}, },
{ {
"__type__": "dragonBones.ArmatureDisplay", "__type__": "dragonBones.ArmatureDisplay",
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 153 "__id__": 158
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -6526,13 +6686,13 @@ ...@@ -6526,13 +6686,13 @@
"__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
} }
], ],
"_armatureName": "Armature", "_armatureName": "armatureName",
"_animationName": "three", "_animationName": "",
"_preCacheMode": 0, "_preCacheMode": 0,
"_cacheMode": 0, "_cacheMode": 0,
"playTimes": 1, "playTimes": 1,
"premultipliedAlpha": false, "premultipliedAlpha": false,
"_armatureKey": "4c8b7a1c-163d-4358-811b-1c79de3c9b9b#d0a6e7e0-94c8-4828-bd3e-ab5d98f0a611", "_armatureKey": "c9cb8190-feb9-4295-a068-9669e36839ad#0d2c601a-6231-45ad-9d1f-d5d51092137b",
"_accTime": 0, "_accTime": 0,
"_playCount": 0, "_playCount": 0,
"_frameCache": null, "_frameCache": null,
...@@ -6540,159 +6700,91 @@ ...@@ -6540,159 +6700,91 @@
"_playing": false, "_playing": false,
"_armatureCache": null, "_armatureCache": null,
"_N$dragonAsset": { "_N$dragonAsset": {
"__uuid__": "4c8b7a1c-163d-4358-811b-1c79de3c9b9b" "__uuid__": "c9cb8190-feb9-4295-a068-9669e36839ad"
}, },
"_N$dragonAtlasAsset": { "_N$dragonAtlasAsset": {
"__uuid__": "d0a6e7e0-94c8-4828-bd3e-ab5d98f0a611" "__uuid__": "0d2c601a-6231-45ad-9d1f-d5d51092137b"
}, },
"_N$_defaultArmatureIndex": 0, "_N$_defaultArmatureIndex": 0,
"_N$_animationIndex": 1, "_N$_animationIndex": 0,
"_N$_defaultCacheMode": 0, "_N$_defaultCacheMode": 0,
"_N$timeScale": 1, "_N$timeScale": 1,
"_N$debugBones": false, "_N$debugBones": false,
"_N$enableBatch": false, "_N$enableBatch": false,
"_id": "d1OSis6nRPvKn4tJNp8Qrs" "_id": "49mtKmaMpJWZ71IH4XmZit"
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
"root": { "root": {
"__id__": 148 "__id__": 130
}, },
"asset": { "asset": {
"__uuid__": "a9b135f6-de46-4257-8be2-55dc863ce747" "__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc"
}, },
"fileId": "63iyJKJbRIJ4rv8EKr2oF0", "fileId": "ackXXHynhEpaEXIfNccJJW",
"sync": false "sync": false
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Widget",
"_name": "aniNode2",
"_objFlags": 0,
"_parent": {
"__id__": 149
},
"_children": [],
"_active": false,
"_components": [
{
"__id__": 157
}
],
"_prefab": {
"__id__": 158
},
"_opacity": 255,
"_color": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"_contentSize": {
"__type__": "cc.Size",
"width": 0,
"height": 0
},
"_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": "b5l/Zqg69CXK7PPGrVp2pQ"
},
{
"__type__": "dragonBones.ArmatureDisplay",
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 156 "__id__": 154
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "alignMode": 1,
{ "_target": null,
"__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" "_alignFlags": 45,
} "_left": 0,
], "_right": 0,
"_armatureName": "Armature", "_top": 0,
"_animationName": "two", "_bottom": 0,
"_preCacheMode": -1, "_verticalCenter": 0,
"_cacheMode": 0, "_horizontalCenter": 0,
"playTimes": -1, "_isAbsLeft": true,
"premultipliedAlpha": false, "_isAbsRight": true,
"_armatureKey": "", "_isAbsTop": true,
"_accTime": 0, "_isAbsBottom": true,
"_playCount": 0, "_isAbsHorizontalCenter": true,
"_frameCache": null, "_isAbsVerticalCenter": true,
"_curFrame": null, "_originalWidth": 0,
"_playing": false, "_originalHeight": 0,
"_armatureCache": null, "_id": "c2uD/cmmlI7ZFFWx3WYqEK"
"_N$dragonAsset": {
"__uuid__": "f011f737-1f65-490f-b1ca-1a960c98d8f9"
},
"_N$dragonAtlasAsset": null,
"_N$_defaultArmatureIndex": 0,
"_N$_animationIndex": 1,
"_N$_defaultCacheMode": 0,
"_N$timeScale": 1,
"_N$debugBones": false,
"_N$enableBatch": false,
"_id": "63+Uv6Lb9LfqXEjWCGl/pj"
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
"root": { "root": {
"__id__": 148 "__id__": 130
}, },
"asset": { "asset": {
"__uuid__": "a9b135f6-de46-4257-8be2-55dc863ce747" "__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc"
}, },
"fileId": "c6Hl8henxOxrh4ppMincco", "fileId": "8eHReYoFBEp6s2TkckkFAw",
"sync": false "sync": false
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "aniNode3", "_name": "layout_tryagain",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 149 "__id__": 130
}, },
"_children": [], "_children": [
{
"__id__": 164
},
{
"__id__": 167
}
],
"_active": false, "_active": false,
"_components": [ "_components": [
{ {
"__id__": 160 "__id__": 170
} }
], ],
"_prefab": { "_prefab": {
"__id__": 161 "__id__": 171
}, },
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -6704,8 +6796,8 @@ ...@@ -6704,8 +6796,8 @@
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 666.0255708350624, "width": 1920,
"height": 304.2308109319082 "height": 1080
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
...@@ -6716,8 +6808,8 @@ ...@@ -6716,8 +6808,8 @@
"__type__": "TypedArray", "__type__": "TypedArray",
"ctor": "Float64Array", "ctor": "Float64Array",
"array": [ "array": [
50.804, 0,
-3.435, 0,
0, 0,
0, 0,
0, 0,
...@@ -6739,99 +6831,37 @@ ...@@ -6739,99 +6831,37 @@
"_is3DNode": false, "_is3DNode": false,
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"_id": "14+zyShmxIeaV4E743lVHV" "_id": "ac3/VShNlNd475TvjdsJfy"
},
{
"__type__": "dragonBones.ArmatureDisplay",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 159
},
"_enabled": true,
"_materials": [
{
"__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
}
],
"_armatureName": "Armature",
"_animationName": "three",
"_preCacheMode": 0,
"_cacheMode": 0,
"playTimes": 1,
"premultipliedAlpha": false,
"_armatureKey": "4c8b7a1c-163d-4358-811b-1c79de3c9b9b#d0a6e7e0-94c8-4828-bd3e-ab5d98f0a611",
"_accTime": 0,
"_playCount": 0,
"_frameCache": null,
"_curFrame": null,
"_playing": false,
"_armatureCache": null,
"_N$dragonAsset": {
"__uuid__": "4c8b7a1c-163d-4358-811b-1c79de3c9b9b"
},
"_N$dragonAtlasAsset": {
"__uuid__": "d0a6e7e0-94c8-4828-bd3e-ab5d98f0a611"
},
"_N$_defaultArmatureIndex": 0,
"_N$_animationIndex": 1,
"_N$_defaultCacheMode": 0,
"_N$timeScale": 1,
"_N$debugBones": false,
"_N$enableBatch": false,
"_id": "00GZayzbNNPIViiBiCwAPF"
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 148
},
"asset": {
"__uuid__": "a9b135f6-de46-4257-8be2-55dc863ce747"
},
"fileId": "e1DhwVfNlC3Y7kDIyCry0m",
"sync": false
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 148
},
"asset": {
"__uuid__": "a9b135f6-de46-4257-8be2-55dc863ce747"
},
"fileId": "a2tpK1wadIapdt6ho6M6te",
"sync": false
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "res", "_name": "bg",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 148 "__id__": 163
}, },
"_children": [ "_children": [],
"_active": true,
"_components": [
{ {
"__id__": 164 "__id__": 165
} }
], ],
"_active": true,
"_components": [],
"_prefab": { "_prefab": {
"__id__": 167 "__id__": 166
}, },
"_opacity": 255, "_opacity": 150,
"_color": { "_color": {
"__type__": "cc.Color", "__type__": "cc.Color",
"r": 255, "r": 0,
"g": 255, "g": 0,
"b": 255, "b": 0,
"a": 255 "a": 255
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 0, "width": 5000,
"height": 0 "height": 5000
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
...@@ -6865,11 +6895,54 @@ ...@@ -6865,11 +6895,54 @@
"_is3DNode": false, "_is3DNode": false,
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"_id": "a1UzcpxVdApL1upRtngRD2" "_id": "f57NXfkDNLxbgPyFk7XN43"
},
{
"__type__": "cc.Sprite",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 164
},
"_enabled": true,
"_materials": [
{
"__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
}
],
"_srcBlendFactor": 770,
"_dstBlendFactor": 771,
"_spriteFrame": {
"__uuid__": "a23235d1-15db-4b95-8439-a2e005bfff91"
},
"_type": 0,
"_sizeMode": 0,
"_fillType": 0,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_fillStart": 0,
"_fillRange": 0,
"_isTrimmedMode": true,
"_atlas": null,
"_id": "3dL+cEXipIu7dbpqioMtGn"
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 130
},
"asset": {
"__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc"
},
"fileId": "e1LWaBqmRKr73B1CTK/ObB",
"sync": false
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "coin", "_name": "AniNode",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 163 "__id__": 163
...@@ -6878,11 +6951,11 @@ ...@@ -6878,11 +6951,11 @@
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 165 "__id__": 168
} }
], ],
"_prefab": { "_prefab": {
"__id__": 166 "__id__": 169
}, },
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -6894,8 +6967,8 @@ ...@@ -6894,8 +6967,8 @@
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 0, "width": 1920,
"height": 0 "height": 1080
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
...@@ -6907,7 +6980,7 @@ ...@@ -6907,7 +6980,7 @@
"ctor": "Float64Array", "ctor": "Float64Array",
"array": [ "array": [
0, 0,
0, -550,
0, 0,
0, 0,
0, 0,
...@@ -6929,93 +7002,168 @@ ...@@ -6929,93 +7002,168 @@
"_is3DNode": false, "_is3DNode": false,
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"_id": "d99UEl63BJGZU6bnXfpp4S" "_id": "6e44GoBchFq5UCwWQKejNc"
}, },
{ {
"__type__": "cc.AudioSource", "__type__": "dragonBones.ArmatureDisplay",
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 164 "__id__": 167
}, },
"_enabled": true, "_enabled": true,
"_clip": { "_materials": [
"__uuid__": "7d43789c-0138-4603-82af-1892d2cad30a" {
"__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
}
],
"_armatureName": "armatureName",
"_animationName": "",
"_preCacheMode": 0,
"_cacheMode": 0,
"playTimes": 1,
"premultipliedAlpha": false,
"_armatureKey": "b42b295e-67a2-4856-abff-b0f11377e257#1281c03b-70f7-44b4-8cd7-be6328cc711e",
"_accTime": 0,
"_playCount": 0,
"_frameCache": null,
"_curFrame": null,
"_playing": false,
"_armatureCache": null,
"_N$dragonAsset": {
"__uuid__": "b42b295e-67a2-4856-abff-b0f11377e257"
}, },
"_volume": 1, "_N$dragonAtlasAsset": {
"_mute": false, "__uuid__": "1281c03b-70f7-44b4-8cd7-be6328cc711e"
"_loop": false, },
"_firstlyEnabled": true, "_N$_defaultArmatureIndex": 0,
"playOnLoad": false, "_N$_animationIndex": 0,
"preload": false, "_N$_defaultCacheMode": 0,
"_id": "c1pvS7tHFKUoVEYXSg9saE" "_N$timeScale": 1,
"_N$debugBones": false,
"_N$enableBatch": false,
"_id": "5dieKbDxpM5LahO8y0v/13"
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 130
},
"asset": {
"__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc"
},
"fileId": "e1BDqU+wNAoI5A+CoPvUBu",
"sync": false
},
{
"__type__": "cc.Widget",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 163
},
"_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": "a6fErgzg5O+rv6Gd9HH8Z4"
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
"root": { "root": {
"__id__": 148 "__id__": 130
}, },
"asset": { "asset": {
"__uuid__": "a9b135f6-de46-4257-8be2-55dc863ce747" "__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc"
}, },
"fileId": "185tOCC+BKhYGnn4V3TEoT", "fileId": "24bb5gispDeJFU6G8gojxv",
"sync": false "sync": false
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.Widget",
"root": { "_name": "",
"__id__": 148 "_objFlags": 0,
}, "node": {
"asset": { "__id__": 130
"__uuid__": "a9b135f6-de46-4257-8be2-55dc863ce747"
}, },
"fileId": "e5iD0Y+fBOfr63Di1EJOwC", "_enabled": true,
"sync": false "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": "a2qEn/r5xGgKWUPOC71El/"
}, },
{ {
"__type__": "72802EOwh1KuKnBHYcntgZY", "__type__": "6f117NCDy9BKrINFNVufOha",
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 148 "__id__": 130
}, },
"_enabled": true, "_enabled": true,
"_id": "7dWrfqQMtP+ZlpY6qQHLmo" "_id": "7a4MCGjXtFfaE+QjvhsOH5"
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
"root": { "root": {
"__id__": 148 "__id__": 130
}, },
"asset": { "asset": {
"__uuid__": "a9b135f6-de46-4257-8be2-55dc863ce747" "__uuid__": "b4ac88a3-938b-460f-841e-8f69789677bc"
}, },
"fileId": "", "fileId": "",
"sync": false "sync": false
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "layer_ending", "_name": "layer_ending_hy06_danxuan",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 2 "__id__": 2
}, },
"_children": [ "_children": [
{ {
"__id__": 171 "__id__": 176
}, },
{ {
"__id__": 202 "__id__": 207
} }
], ],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 207 "__id__": 212
} }
], ],
"_prefab": { "_prefab": {
"__id__": 208 "__id__": 213
}, },
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -7062,42 +7210,42 @@ ...@@ -7062,42 +7210,42 @@
"_is3DNode": false, "_is3DNode": false,
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"_id": "b4UgYPY+lGT5wQs1TQObMn" "_id": "dfE389zuVF9aRU8s65KjIc"
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "layer_center", "_name": "layer_center",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 170 "__id__": 175
}, },
"_children": [ "_children": [
{ {
"__id__": 172 "__id__": 177
}, },
{ {
"__id__": 175 "__id__": 180
}, },
{ {
"__id__": 177 "__id__": 182
}, },
{ {
"__id__": 180 "__id__": 185
}, },
{ {
"__id__": 183 "__id__": 188
}, },
{ {
"__id__": 186 "__id__": 191
}, },
{ {
"__id__": 189 "__id__": 194
} }
], ],
"_active": false, "_active": false,
"_components": [], "_components": [],
"_prefab": { "_prefab": {
"__id__": 201 "__id__": 206
}, },
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -7144,24 +7292,24 @@ ...@@ -7144,24 +7292,24 @@
"_is3DNode": false, "_is3DNode": false,
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"_id": "74h3zUEYVNkbkY/uZG9u5r" "_id": "ce5wmbMZ9O7LWESgnJJg2s"
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "gray_cover", "_name": "gray_cover",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 171 "__id__": 176
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 173 "__id__": 178
} }
], ],
"_prefab": { "_prefab": {
"__id__": 174 "__id__": 179
}, },
"_opacity": 102, "_opacity": 102,
"_color": { "_color": {
...@@ -7208,14 +7356,14 @@ ...@@ -7208,14 +7356,14 @@
"_is3DNode": false, "_is3DNode": false,
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"_id": "70pF74F51HbpAHkHRdYCgT" "_id": "38+5uihuNA8KVLbQ8d0HES"
}, },
{ {
"__type__": "cc.Sprite", "__type__": "cc.Sprite",
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 172 "__id__": 177
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -7240,12 +7388,12 @@ ...@@ -7240,12 +7388,12 @@
"_fillRange": 0, "_fillRange": 0,
"_isTrimmedMode": true, "_isTrimmedMode": true,
"_atlas": null, "_atlas": null,
"_id": "ddw426JatEro8B+B6sv8uW" "_id": "d7el6rAdpD9p+ul3WaiZrS"
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
"root": { "root": {
"__id__": 170 "__id__": 175
}, },
"asset": { "asset": {
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822" "__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
...@@ -7258,13 +7406,13 @@ ...@@ -7258,13 +7406,13 @@
"_name": "layer_middle", "_name": "layer_middle",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 171 "__id__": 176
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [], "_components": [],
"_prefab": { "_prefab": {
"__id__": 176 "__id__": 181
}, },
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -7311,12 +7459,12 @@ ...@@ -7311,12 +7459,12 @@
"_is3DNode": false, "_is3DNode": false,
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"_id": "a5+yFrDE9JI5XfiGlGtqat" "_id": "59g/F5qbhDkaVxnIFVYsES"
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
"root": { "root": {
"__id__": 170 "__id__": 175
}, },
"asset": { "asset": {
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822" "__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
...@@ -7329,17 +7477,17 @@ ...@@ -7329,17 +7477,17 @@
"_name": "replay_btn", "_name": "replay_btn",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 171 "__id__": 176
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 178 "__id__": 183
} }
], ],
"_prefab": { "_prefab": {
"__id__": 179 "__id__": 184
}, },
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -7386,14 +7534,14 @@ ...@@ -7386,14 +7534,14 @@
"_is3DNode": false, "_is3DNode": false,
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"_id": "ecLyDIstBOoaeKyq7kqxLx" "_id": "a6BXLmcY5N8Koj7juH8RUB"
}, },
{ {
"__type__": "cc.Sprite", "__type__": "cc.Sprite",
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 177 "__id__": 182
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -7418,12 +7566,12 @@ ...@@ -7418,12 +7566,12 @@
"_fillRange": 0, "_fillRange": 0,
"_isTrimmedMode": true, "_isTrimmedMode": true,
"_atlas": null, "_atlas": null,
"_id": "4dgNAbuxVKcKLc9wGR8m8h" "_id": "6ft3jYNfxLLZSpS37OgHVD"
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
"root": { "root": {
"__id__": 170 "__id__": 175
}, },
"asset": { "asset": {
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822" "__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
...@@ -7436,17 +7584,17 @@ ...@@ -7436,17 +7584,17 @@
"_name": "bg_light", "_name": "bg_light",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 171 "__id__": 176
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 181 "__id__": 186
} }
], ],
"_prefab": { "_prefab": {
"__id__": 182 "__id__": 187
}, },
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -7493,14 +7641,14 @@ ...@@ -7493,14 +7641,14 @@
"_is3DNode": false, "_is3DNode": false,
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"_id": "99lTQvbo5Ay4Z/hCHjfPvi" "_id": "acoLkYQ15HwJMMeL9Bsvwr"
}, },
{ {
"__type__": "cc.Sprite", "__type__": "cc.Sprite",
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 180 "__id__": 185
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -7525,12 +7673,12 @@ ...@@ -7525,12 +7673,12 @@
"_fillRange": 0, "_fillRange": 0,
"_isTrimmedMode": true, "_isTrimmedMode": true,
"_atlas": null, "_atlas": null,
"_id": "2aYnYDC69Kmbp8OPD7cnng" "_id": "93QpYA9FFJdK1OaumT6aqc"
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
"root": { "root": {
"__id__": 170 "__id__": 175
}, },
"asset": { "asset": {
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822" "__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
...@@ -7543,17 +7691,17 @@ ...@@ -7543,17 +7691,17 @@
"_name": "finish_cat", "_name": "finish_cat",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 171 "__id__": 176
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 184 "__id__": 189
} }
], ],
"_prefab": { "_prefab": {
"__id__": 185 "__id__": 190
}, },
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -7600,14 +7748,14 @@ ...@@ -7600,14 +7748,14 @@
"_is3DNode": false, "_is3DNode": false,
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"_id": "26bK7dJ8xOSJA8PMvTuhEc" "_id": "9eJbsFDoJFhLhrXeB9pt2V"
}, },
{ {
"__type__": "dragonBones.ArmatureDisplay", "__type__": "dragonBones.ArmatureDisplay",
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 183 "__id__": 188
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -7640,12 +7788,12 @@ ...@@ -7640,12 +7788,12 @@
"_N$timeScale": 1, "_N$timeScale": 1,
"_N$debugBones": false, "_N$debugBones": false,
"_N$enableBatch": false, "_N$enableBatch": false,
"_id": "5epGPvj7FID6ERx9M+n9ca" "_id": "bcBQs9pq1HApKLawILB/8i"
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
"root": { "root": {
"__id__": 170 "__id__": 175
}, },
"asset": { "asset": {
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822" "__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
...@@ -7658,17 +7806,17 @@ ...@@ -7658,17 +7806,17 @@
"_name": "next_btn", "_name": "next_btn",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 171 "__id__": 176
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 187 "__id__": 192
} }
], ],
"_prefab": { "_prefab": {
"__id__": 188 "__id__": 193
}, },
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -7715,14 +7863,14 @@ ...@@ -7715,14 +7863,14 @@
"_is3DNode": false, "_is3DNode": false,
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"_id": "d4xjXflvpEqZzVJnuRDHL9" "_id": "cfH9nAxR1LqKMznWaGJtyF"
}, },
{ {
"__type__": "cc.Sprite", "__type__": "cc.Sprite",
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 186 "__id__": 191
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -7747,12 +7895,12 @@ ...@@ -7747,12 +7895,12 @@
"_fillRange": 0, "_fillRange": 0,
"_isTrimmedMode": true, "_isTrimmedMode": true,
"_atlas": null, "_atlas": null,
"_id": "b22KlivOBOGq1hizVndwJs" "_id": "9c4IE8uDhHs5wrzVGk3Bxp"
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
"root": { "root": {
"__id__": 170 "__id__": 175
}, },
"asset": { "asset": {
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822" "__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
...@@ -7765,27 +7913,27 @@ ...@@ -7765,27 +7913,27 @@
"_name": "finish_box", "_name": "finish_box",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 171 "__id__": 176
}, },
"_children": [ "_children": [
{ {
"__id__": 190 "__id__": 195
}, },
{ {
"__id__": 193 "__id__": 198
}, },
{ {
"__id__": 196 "__id__": 201
} }
], ],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 199 "__id__": 204
} }
], ],
"_prefab": { "_prefab": {
"__id__": 200 "__id__": 205
}, },
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -7832,24 +7980,24 @@ ...@@ -7832,24 +7980,24 @@
"_is3DNode": false, "_is3DNode": false,
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"_id": "b2XHAL3DZKm6YYKuOkPXIb" "_id": "02DQdv5fVKjZrNjKLq0X3t"
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "result_text", "_name": "result_text",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 189 "__id__": 194
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 191 "__id__": 196
} }
], ],
"_prefab": { "_prefab": {
"__id__": 192 "__id__": 197
}, },
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -7896,14 +8044,14 @@ ...@@ -7896,14 +8044,14 @@
"_is3DNode": false, "_is3DNode": false,
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"_id": "ddddkY4OhBxLwCVAqjkaz0" "_id": "10O5Wh4/pExaZR6WCfgVFj"
}, },
{ {
"__type__": "cc.Label", "__type__": "cc.Label",
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 190 "__id__": 195
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -7929,12 +8077,12 @@ ...@@ -7929,12 +8077,12 @@
"_N$fontFamily": "Arial", "_N$fontFamily": "Arial",
"_N$overflow": 0, "_N$overflow": 0,
"_N$cacheMode": 0, "_N$cacheMode": 0,
"_id": "3bBG2PRD1I/ahtSduEEgJn" "_id": "d58PhEXNBCiZcfF+jMhK66"
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
"root": { "root": {
"__id__": 170 "__id__": 175
}, },
"asset": { "asset": {
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822" "__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
...@@ -7947,17 +8095,17 @@ ...@@ -7947,17 +8095,17 @@
"_name": "coin", "_name": "coin",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 189 "__id__": 194
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 194 "__id__": 199
} }
], ],
"_prefab": { "_prefab": {
"__id__": 195 "__id__": 200
}, },
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -8004,14 +8152,14 @@ ...@@ -8004,14 +8152,14 @@
"_is3DNode": false, "_is3DNode": false,
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"_id": "b7+ThsuZ1Cr7USDsbrSU9L" "_id": "f7kunKYXhB043XXfK7dyPn"
}, },
{ {
"__type__": "cc.Sprite", "__type__": "cc.Sprite",
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 193 "__id__": 198
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -8036,12 +8184,12 @@ ...@@ -8036,12 +8184,12 @@
"_fillRange": 0, "_fillRange": 0,
"_isTrimmedMode": true, "_isTrimmedMode": true,
"_atlas": null, "_atlas": null,
"_id": "5fPwCKPI9HD4UQ7BI22Uxx" "_id": "18/tfLkqVPCZC7I0t+DHOm"
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
"root": { "root": {
"__id__": 170 "__id__": 175
}, },
"asset": { "asset": {
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822" "__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
...@@ -8054,17 +8202,17 @@ ...@@ -8054,17 +8202,17 @@
"_name": "coin_num", "_name": "coin_num",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 189 "__id__": 194
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 197 "__id__": 202
} }
], ],
"_prefab": { "_prefab": {
"__id__": 198 "__id__": 203
}, },
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -8111,14 +8259,14 @@ ...@@ -8111,14 +8259,14 @@
"_is3DNode": false, "_is3DNode": false,
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"_id": "a4TdTlADJJV65XVOPyhhpG" "_id": "08uZ+tkBdCg53fUPL3R0lr"
}, },
{ {
"__type__": "cc.Label", "__type__": "cc.Label",
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 196 "__id__": 201
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -8144,12 +8292,12 @@ ...@@ -8144,12 +8292,12 @@
"_N$fontFamily": "Arial", "_N$fontFamily": "Arial",
"_N$overflow": 0, "_N$overflow": 0,
"_N$cacheMode": 0, "_N$cacheMode": 0,
"_id": "7024Y9iDhB0r4bRhO5TvwW" "_id": "cbSWGzfSxDo62tsY7CH99p"
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
"root": { "root": {
"__id__": 170 "__id__": 175
}, },
"asset": { "asset": {
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822" "__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
...@@ -8162,7 +8310,7 @@ ...@@ -8162,7 +8310,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 189 "__id__": 194
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -8187,12 +8335,12 @@ ...@@ -8187,12 +8335,12 @@
"_fillRange": 0, "_fillRange": 0,
"_isTrimmedMode": true, "_isTrimmedMode": true,
"_atlas": null, "_atlas": null,
"_id": "95cJ97s7FLzpeKe0XpYVmU" "_id": "77SkJJ31FKm6R8fpOpVMrK"
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
"root": { "root": {
"__id__": 170 "__id__": 175
}, },
"asset": { "asset": {
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822" "__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
...@@ -8203,7 +8351,7 @@ ...@@ -8203,7 +8351,7 @@
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
"root": { "root": {
"__id__": 170 "__id__": 175
}, },
"asset": { "asset": {
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822" "__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
...@@ -8216,17 +8364,17 @@ ...@@ -8216,17 +8364,17 @@
"_name": "res", "_name": "res",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 170 "__id__": 175
}, },
"_children": [ "_children": [
{ {
"__id__": 203 "__id__": 208
} }
], ],
"_active": true, "_active": true,
"_components": [], "_components": [],
"_prefab": { "_prefab": {
"__id__": 206 "__id__": 211
}, },
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -8273,24 +8421,24 @@ ...@@ -8273,24 +8421,24 @@
"_is3DNode": false, "_is3DNode": false,
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"_id": "7044iCvX9M8710fe8nW7ij" "_id": "503k7oYLVIzJGClmr9D5z8"
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "ending", "_name": "ending",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 202 "__id__": 207
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 204 "__id__": 209
} }
], ],
"_prefab": { "_prefab": {
"__id__": 205 "__id__": 210
}, },
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -8337,14 +8485,14 @@ ...@@ -8337,14 +8485,14 @@
"_is3DNode": false, "_is3DNode": false,
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"_id": "07U3PwBb5BJJccDgwD5mW5" "_id": "0574OjH6BHj40sj5es35dD"
}, },
{ {
"__type__": "cc.AudioSource", "__type__": "cc.AudioSource",
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 203 "__id__": 208
}, },
"_enabled": true, "_enabled": true,
"_clip": { "_clip": {
...@@ -8356,12 +8504,12 @@ ...@@ -8356,12 +8504,12 @@
"_firstlyEnabled": true, "_firstlyEnabled": true,
"playOnLoad": false, "playOnLoad": false,
"preload": false, "preload": false,
"_id": "a4QA7FFVhPDKHDBnka0LGw" "_id": "15BwUkIMJDu62jxfNeVbEB"
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
"root": { "root": {
"__id__": 170 "__id__": 175
}, },
"asset": { "asset": {
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822" "__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
...@@ -8372,7 +8520,7 @@ ...@@ -8372,7 +8520,7 @@
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
"root": { "root": {
"__id__": 170 "__id__": 175
}, },
"asset": { "asset": {
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822" "__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
...@@ -8385,15 +8533,15 @@ ...@@ -8385,15 +8533,15 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 170 "__id__": 175
}, },
"_enabled": true, "_enabled": true,
"_id": "23yx+1RSJEJ40GfZuce8cY" "_id": "9f3cwRlYBMsYZ1EvEGpv4b"
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
"root": { "root": {
"__id__": 170 "__id__": 175
}, },
"asset": { "asset": {
"__uuid__": "8944c192-3675-466f-9f94-8f824c68e822" "__uuid__": "8944c192-3675-466f-9f94-8f824c68e822"
...@@ -8410,13 +8558,13 @@ ...@@ -8410,13 +8558,13 @@
}, },
"_children": [ "_children": [
{ {
"__id__": 210 "__id__": 215
}, },
{ {
"__id__": 213 "__id__": 218
}, },
{ {
"__id__": 216 "__id__": 221
} }
], ],
"_active": false, "_active": false,
...@@ -8474,11 +8622,11 @@ ...@@ -8474,11 +8622,11 @@
"_name": "font", "_name": "font",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 209 "__id__": 214
}, },
"_children": [ "_children": [
{ {
"__id__": 211 "__id__": 216
} }
], ],
"_active": true, "_active": true,
...@@ -8536,13 +8684,13 @@ ...@@ -8536,13 +8684,13 @@
"_name": "BRLNSDB", "_name": "BRLNSDB",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 210 "__id__": 215
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 212 "__id__": 217
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -8598,7 +8746,7 @@ ...@@ -8598,7 +8746,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 211 "__id__": 216
}, },
"_enabled": true, "_enabled": true,
"_materials": [], "_materials": [],
...@@ -8629,11 +8777,11 @@ ...@@ -8629,11 +8777,11 @@
"_name": "img", "_name": "img",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 209 "__id__": 214
}, },
"_children": [ "_children": [
{ {
"__id__": 214 "__id__": 219
} }
], ],
"_active": true, "_active": true,
...@@ -8691,13 +8839,13 @@ ...@@ -8691,13 +8839,13 @@
"_name": "icon", "_name": "icon",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 213 "__id__": 218
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 215 "__id__": 220
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -8753,7 +8901,7 @@ ...@@ -8753,7 +8901,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 214 "__id__": 219
}, },
"_enabled": true, "_enabled": true,
"_materials": [], "_materials": [],
...@@ -8781,20 +8929,20 @@ ...@@ -8781,20 +8929,20 @@
"_name": "audio", "_name": "audio",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 209 "__id__": 214
}, },
"_children": [ "_children": [
{ {
"__id__": 217 "__id__": 222
}, },
{ {
"__id__": 219 "__id__": 224
}, },
{ {
"__id__": 221 "__id__": 226
}, },
{ {
"__id__": 223 "__id__": 228
} }
], ],
"_active": true, "_active": true,
...@@ -8852,13 +9000,13 @@ ...@@ -8852,13 +9000,13 @@
"_name": "btn", "_name": "btn",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 216 "__id__": 221
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 218 "__id__": 223
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -8914,7 +9062,7 @@ ...@@ -8914,7 +9062,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 217 "__id__": 222
}, },
"_enabled": true, "_enabled": true,
"_clip": { "_clip": {
...@@ -8933,13 +9081,13 @@ ...@@ -8933,13 +9081,13 @@
"_name": "show", "_name": "show",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 216 "__id__": 221
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 220 "__id__": 225
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -8995,7 +9143,7 @@ ...@@ -8995,7 +9143,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 219 "__id__": 224
}, },
"_enabled": true, "_enabled": true,
"_clip": { "_clip": {
...@@ -9014,13 +9162,13 @@ ...@@ -9014,13 +9162,13 @@
"_name": "coin", "_name": "coin",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 216 "__id__": 221
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 222 "__id__": 227
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -9076,7 +9224,7 @@ ...@@ -9076,7 +9224,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 221 "__id__": 226
}, },
"_enabled": true, "_enabled": true,
"_clip": { "_clip": {
...@@ -9095,13 +9243,13 @@ ...@@ -9095,13 +9243,13 @@
"_name": "over", "_name": "over",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 216 "__id__": 221
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 224 "__id__": 229
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -9157,7 +9305,7 @@ ...@@ -9157,7 +9305,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 223 "__id__": 228
}, },
"_enabled": true, "_enabled": true,
"_clip": { "_clip": {
......
export const defaultData = export const defaultData =
{ {
npcTitle:"123",
"recordFlag": false, "title": "", "questionText": "", "questionTextAudio": "", "questions": [ "recordFlag": false, "title": "", "questionText": "", "questionTextAudio": "", "questions": [
{ "text": "apple", "time": 2 }, { "text": "apple", "time": 2 },
{ "text": "pear", "time": 2 }, { "text": "pear", "time": 2 },
......
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