Commit 9900f36b authored by asdf's avatar asdf

done

parent 96e775e5
...@@ -24,6 +24,11 @@ ...@@ -24,6 +24,11 @@
<span style="height: 30px; font-size: 18px;">第{{i + 1}}个单词:</span> <span style="height: 30px; font-size: 18px;">第{{i + 1}}个单词:</span>
<span style="height: 30px; font-size: 18px;">{{getQuestionText(question)}}</span> <span style="height: 30px; font-size: 18px;">{{getQuestionText(question)}}</span>
<br> <br>
<span style="height: 30px; font-size: 18px;">单词音频:</span>
<br>
<app-audio-recorder [audioUrl]="question.audio" (audioUploaded)="onAudioUploadSuccess($event, i)">
</app-audio-recorder>
<br>
<div *ngFor="let option of question.optionList; let j = index" class="section-content;text-align:center" <div *ngFor="let option of question.optionList; let j = index" class="section-content;text-align:center"
style="padding: 0.5vw; display: inline-block"> style="padding: 0.5vw; display: inline-block">
<div style="margin-top: 20px; float: left; border-width: 1px; border-style: dotted; <div style="margin-top: 20px; float: left; border-width: 1px; border-style: dotted;
......
...@@ -22,6 +22,7 @@ export class FormComponent implements OnInit, OnChanges, OnDestroy { ...@@ -22,6 +22,7 @@ export class FormComponent implements OnInit, OnChanges, OnDestroy {
addQuestion() { addQuestion() {
this.item.questionList.push( this.item.questionList.push(
{ {
"audio": "",
"optionList": [{ "optionList": [{
"text": "", "text": "",
"optionAudio": "" "optionAudio": ""
...@@ -93,6 +94,10 @@ export class FormComponent implements OnInit, OnChanges, OnDestroy { ...@@ -93,6 +94,10 @@ export class FormComponent implements OnInit, OnChanges, OnDestroy {
init() { init() {
}
onAudioUploadSuccess(e, questionIdx) {
this.item.questionList[questionIdx].audio = e.url;
this.save();
} }
onOptionUploadSuccess(e, questionIdx, optionIdx) { onOptionUploadSuccess(e, questionIdx, optionIdx) {
this.item.questionList[questionIdx].optionList[optionIdx].optionAudio = e.url; this.item.questionList[questionIdx].optionList[optionIdx].optionAudio = e.url;
......
{
"__type__": "cc.AnimationClip",
"_name": "cloud",
"_objFlags": 0,
"_native": "",
"_duration": 0.6666666666666666,
"sample": 15,
"speed": 0.1,
"wrapMode": 2,
"curveData": {
"paths": {
"path-4": {
"props": {
"x": [
{
"frame": 0,
"value": -414.644,
"curve": "quadInOut"
},
{
"frame": 0.3333333333333333,
"value": -368.856,
"curve": "quadInOut"
},
{
"frame": 0.6666666666666666,
"value": -414.644
}
]
}
},
"path-5": {
"props": {
"x": [
{
"frame": 0,
"value": -126.337,
"curve": "quadInOut"
},
{
"frame": 0.3333333333333333,
"value": -92.503,
"curve": "quadInOut"
},
{
"frame": 0.6666666666666666,
"value": -126.337
}
]
}
},
"path-6": {
"props": {
"x": [
{
"frame": 0,
"value": 434.079,
"curve": "quadInOut"
},
{
"frame": 0.3333333333333333,
"value": 384.965,
"curve": "quadInOut"
},
{
"frame": 0.6666666666666666,
"value": 434.079
}
]
}
}
}
},
"events": []
}
\ No newline at end of file
{
"__type__": "cc.AnimationClip",
"_name": "collision",
"_objFlags": 0,
"_native": "",
"_duration": 0.16666666666666666,
"sample": 60,
"speed": 0.3,
"wrapMode": 1,
"curveData": {
"paths": {
"path-5": {
"props": {
"scale": [
{
"frame": 0,
"value": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
}
},
{
"frame": 0.16666666666666666,
"value": {
"__type__": "cc.Vec2",
"x": 3,
"y": 3
}
}
],
"active": [
{
"frame": 0,
"value": true
},
{
"frame": 0.16666666666666666,
"value": false
}
],
"opacity": [
{
"frame": 0,
"value": 255
},
{
"frame": 0.16666666666666666,
"value": 0
}
]
}
}
}
},
"events": []
}
\ No newline at end of file
{ {
"ver": "2.1.0", "ver": "2.1.0",
"uuid": "77afa1f4-7025-45c9-843c-b803d1c48c02", "uuid": "a5c6cff3-0959-4f10-b41b-91eb895a42d2",
"subMetas": {} "subMetas": {}
} }
\ No newline at end of file
[
{
"__type__": "cc.Prefab",
"_name": "",
"_objFlags": 0,
"_native": "",
"data": {
"__id__": 1
},
"optimizationPolicy": 0,
"asyncLoadAssets": false,
"readonly": false
},
{
"__type__": "cc.Node",
"_name": "ItemCollisionEffect",
"_objFlags": 0,
"_parent": null,
"_children": [
{
"__id__": 2
}
],
"_active": true,
"_components": [
{
"__id__": 8
}
],
"_prefab": {
"__id__": 9
},
"_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": [
-4.246,
-235.669,
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": ""
},
{
"__type__": "cc.Node",
"_name": "path-5",
"_objFlags": 0,
"_parent": {
"__id__": 1
},
"_children": [
{
"__id__": 3
}
],
"_active": true,
"_components": [
{
"__id__": 6
}
],
"_prefab": {
"__id__": 7
},
"_opacity": 255,
"_color": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"_contentSize": {
"__type__": "cc.Size",
"width": 237.6,
"height": 136.8
},
"_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": ""
},
{
"__type__": "cc.Node",
"_name": "path-5",
"_objFlags": 0,
"_parent": {
"__id__": 2
},
"_children": [],
"_active": true,
"_components": [
{
"__id__": 4
}
],
"_prefab": {
"__id__": 5
},
"_opacity": 255,
"_color": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"_contentSize": {
"__type__": "cc.Size",
"width": 142.56,
"height": 82.08
},
"_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": ""
},
{
"__type__": "cc.Sprite",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 3
},
"_enabled": true,
"_materials": [
{
"__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
}
],
"_srcBlendFactor": 770,
"_dstBlendFactor": 771,
"_spriteFrame": {
"__uuid__": "779eeaf1-4c97-4cc5-93cd-7cf4e1a714de"
},
"_type": 0,
"_sizeMode": 0,
"_fillType": 0,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_fillStart": 0,
"_fillRange": 0,
"_isTrimmedMode": true,
"_atlas": null,
"_id": ""
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__id__": 0
},
"fileId": "5cqZDh0lROSb58mTwseXse",
"sync": false
},
{
"__type__": "cc.Sprite",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 2
},
"_enabled": true,
"_materials": [
{
"__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
}
],
"_srcBlendFactor": 770,
"_dstBlendFactor": 771,
"_spriteFrame": {
"__uuid__": "779eeaf1-4c97-4cc5-93cd-7cf4e1a714de"
},
"_type": 0,
"_sizeMode": 0,
"_fillType": 0,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_fillStart": 0,
"_fillRange": 0,
"_isTrimmedMode": true,
"_atlas": null,
"_id": ""
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__id__": 0
},
"fileId": "baDoNlZe5PF6pQmSnfs/gb",
"sync": false
},
{
"__type__": "cc.Animation",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 1
},
"_enabled": true,
"_defaultClip": {
"__uuid__": "a5c6cff3-0959-4f10-b41b-91eb895a42d2"
},
"_clips": [
{
"__uuid__": "a5c6cff3-0959-4f10-b41b-91eb895a42d2"
}
],
"playOnLoad": false,
"_id": ""
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__id__": 0
},
"fileId": "behsIKk45MmIVEBoYquqhp",
"sync": false
}
]
\ No newline at end of file
{
"ver": "1.2.7",
"uuid": "dc01f23a-4f76-4fc8-9793-1c29e3774b79",
"optimizationPolicy": "AUTO",
"asyncLoadAssets": false,
"readonly": false,
"subMetas": {}
}
\ No newline at end of file
...@@ -28,10 +28,13 @@ ...@@ -28,10 +28,13 @@
"_components": [ "_components": [
{ {
"__id__": 8 "__id__": 8
},
{
"__id__": 9
} }
], ],
"_prefab": { "_prefab": {
"__id__": 9 "__id__": 10
}, },
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -43,7 +46,7 @@ ...@@ -43,7 +46,7 @@
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 207, "width": 184,
"height": 121 "height": 121
}, },
"_anchorPoint": { "_anchorPoint": {
...@@ -76,8 +79,8 @@ ...@@ -76,8 +79,8 @@
"_skewX": 0, "_skewX": 0,
"_skewY": 0, "_skewY": 0,
"_is3DNode": false, "_is3DNode": false,
"_groupIndex": 0, "_groupIndex": 1,
"groupIndex": 0, "groupIndex": 1,
"_id": "" "_id": ""
}, },
{ {
...@@ -160,10 +163,10 @@ ...@@ -160,10 +163,10 @@
"_srcBlendFactor": 770, "_srcBlendFactor": 770,
"_dstBlendFactor": 771, "_dstBlendFactor": 771,
"_spriteFrame": { "_spriteFrame": {
"__uuid__": "e8153e07-f79b-4d55-9cd9-776cf1bb37d1" "__uuid__": "c50864dd-052a-4ddd-adbf-4df64420510d"
}, },
"_type": 0, "_type": 0,
"_sizeMode": 0, "_sizeMode": 1,
"_fillType": 0, "_fillType": 0,
"_fillCenter": { "_fillCenter": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
...@@ -182,9 +185,9 @@ ...@@ -182,9 +185,9 @@
"__id__": 1 "__id__": 1
}, },
"asset": { "asset": {
"__id__": 0 "__uuid__": "7eafaeb9-489a-42ea-a790-61e319f8bfd1"
}, },
"fileId": "5fPz7oAbREtIoEqx/KV94V", "fileId": "fceFvRYVJEKopxDiU0J8E+",
"sync": false "sync": false
}, },
{ {
...@@ -247,8 +250,8 @@ ...@@ -247,8 +250,8 @@
"_skewX": 0, "_skewX": 0,
"_skewY": 0, "_skewY": 0,
"_is3DNode": false, "_is3DNode": false,
"_groupIndex": 0, "_groupIndex": 1,
"groupIndex": 0, "groupIndex": 1,
"_id": "" "_id": ""
}, },
{ {
...@@ -273,7 +276,7 @@ ...@@ -273,7 +276,7 @@
"_lineHeight": 80, "_lineHeight": 80,
"_enableWrapText": true, "_enableWrapText": true,
"_N$file": { "_N$file": {
"__uuid__": "45471cc5-3d53-4068-99c4-591121300416" "__uuid__": "bbb7f5b8-6788-4f09-bb15-e32ab0dbbdcc"
}, },
"_isSystemFontUsed": false, "_isSystemFontUsed": false,
"_spacingX": 0, "_spacingX": 0,
...@@ -293,7 +296,7 @@ ...@@ -293,7 +296,7 @@
"__id__": 1 "__id__": 1
}, },
"asset": { "asset": {
"__id__": 0 "__uuid__": "7eafaeb9-489a-42ea-a790-61e319f8bfd1"
}, },
"fileId": "c30LWKe45FYYACM1Sd1Qe+", "fileId": "c30LWKe45FYYACM1Sd1Qe+",
"sync": false "sync": false
...@@ -306,6 +309,30 @@ ...@@ -306,6 +309,30 @@
"__id__": 1 "__id__": 1
}, },
"_enabled": true, "_enabled": true,
"labWord": {
"__id__": 6
},
"_id": ""
},
{
"__type__": "cc.BoxCollider",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 1
},
"_enabled": true,
"tag": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_size": {
"__type__": "cc.Size",
"width": 183,
"height": 121
},
"_id": "" "_id": ""
}, },
{ {
...@@ -314,7 +341,7 @@ ...@@ -314,7 +341,7 @@
"__id__": 1 "__id__": 1
}, },
"asset": { "asset": {
"__id__": 0 "__uuid__": "7eafaeb9-489a-42ea-a790-61e319f8bfd1"
}, },
"fileId": "62LLEOrWdB7qGJjaJUQ/OV", "fileId": "62LLEOrWdB7qGJjaJUQ/OV",
"sync": false "sync": false
......
[
{
"__type__": "cc.Prefab",
"_name": "",
"_objFlags": 0,
"_native": "",
"data": {
"__id__": 1
},
"optimizationPolicy": 0,
"asyncLoadAssets": false,
"readonly": false
},
{
"__type__": "cc.Node",
"_name": "ItemWord",
"_objFlags": 0,
"_parent": null,
"_children": [
{
"__id__": 2
},
{
"__id__": 5
}
],
"_active": true,
"_components": [
{
"__id__": 8
}
],
"_prefab": {
"__id__": 9
},
"_opacity": 255,
"_color": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"_contentSize": {
"__type__": "cc.Size",
"width": 517,
"height": 149
},
"_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": ""
},
{
"__type__": "cc.Node",
"_name": "group-22",
"_objFlags": 0,
"_parent": {
"__id__": 1
},
"_children": [],
"_active": true,
"_components": [
{
"__id__": 3
}
],
"_prefab": {
"__id__": 4
},
"_opacity": 255,
"_color": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"_contentSize": {
"__type__": "cc.Size",
"width": 517,
"height": 149
},
"_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": ""
},
{
"__type__": "cc.Sprite",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 2
},
"_enabled": true,
"_materials": [
{
"__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
}
],
"_srcBlendFactor": 770,
"_dstBlendFactor": 771,
"_spriteFrame": {
"__uuid__": "6b628901-c2b8-45c7-ab5e-64142a4f4316"
},
"_type": 0,
"_sizeMode": 1,
"_fillType": 0,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_fillStart": 0,
"_fillRange": 0,
"_isTrimmedMode": true,
"_atlas": null,
"_id": ""
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__uuid__": "a0a21fa6-e335-4b90-b31b-a182722a66e5"
},
"fileId": "22mvK725BLx7+D+fTaayXC",
"sync": false
},
{
"__type__": "cc.Node",
"_name": "Comic Sans MS Bold",
"_objFlags": 0,
"_parent": {
"__id__": 1
},
"_children": [],
"_active": true,
"_components": [
{
"__id__": 6
}
],
"_prefab": {
"__id__": 7
},
"_opacity": 255,
"_color": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"_contentSize": {
"__type__": "cc.Size",
"width": 0,
"height": 75.6
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_trs": {
"__type__": "TypedArray",
"ctor": "Float64Array",
"array": [
10.312,
-16.756,
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": ""
},
{
"__type__": "cc.Label",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 5
},
"_enabled": true,
"_materials": [
{
"__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
}
],
"_srcBlendFactor": 770,
"_dstBlendFactor": 771,
"_useOriginalSize": true,
"_string": "",
"_N$string": "",
"_fontSize": 60,
"_lineHeight": 60,
"_enableWrapText": true,
"_N$file": {
"__uuid__": "bbb7f5b8-6788-4f09-bb15-e32ab0dbbdcc"
},
"_isSystemFontUsed": false,
"_spacingX": 0,
"_batchAsBitmap": false,
"_styleFlags": 0,
"_underlineHeight": 0,
"_N$horizontalAlign": 0,
"_N$verticalAlign": 0,
"_N$fontFamily": "Arial",
"_N$overflow": 0,
"_N$cacheMode": 0,
"_id": ""
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__uuid__": "a0a21fa6-e335-4b90-b31b-a182722a66e5"
},
"fileId": "b4RG6yFkJGergtvpqnmsjl",
"sync": false
},
{
"__type__": "297e5YbIjtEAKE4B3/Cdi/c",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 1
},
"_enabled": true,
"labWord": {
"__id__": 6
},
"_id": ""
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__uuid__": "a0a21fa6-e335-4b90-b31b-a182722a66e5"
},
"fileId": "f2hHIj+IdMcKy2lQEfCH0w",
"sync": false
}
]
\ No newline at end of file
{
"ver": "1.2.7",
"uuid": "a0a21fa6-e335-4b90-b31b-a182722a66e5",
"optimizationPolicy": "AUTO",
"asyncLoadAssets": false,
"readonly": false,
"subMetas": {}
}
\ No newline at end of file
...@@ -75,37 +75,34 @@ ...@@ -75,37 +75,34 @@
"__id__": 5 "__id__": 5
}, },
{ {
"__id__": 21 "__id__": 41
}, },
{ {
"__id__": 35 "__id__": 54
}, },
{ {
"__id__": 39 "__id__": 56
}, },
{ {
"__id__": 41 "__id__": 62
}, },
{ {
"__id__": 47 "__id__": 65
} }
], ],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 49 "__id__": 75
},
{
"__id__": 50
}, },
{ {
"__id__": 51 "__id__": 76
}, },
{ {
"__id__": 52 "__id__": 77
}, },
{ {
"__id__": 53 "__id__": 78
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -269,22 +266,40 @@ ...@@ -269,22 +266,40 @@
"__id__": 9 "__id__": 9
}, },
{ {
"__id__": 13 "__id__": 12
}, },
{ {
"__id__": 15 "__id__": 15
}, },
{ {
"__id__": 17 "__id__": 18
},
{
"__id__": 21
},
{
"__id__": 24
},
{
"__id__": 27
},
{
"__id__": 30
},
{
"__id__": 33
},
{
"__id__": 36
},
{
"__id__": 38
} }
], ],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 19 "__id__": 40
},
{
"__id__": 20
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -416,7 +431,7 @@ ...@@ -416,7 +431,7 @@
"_srcBlendFactor": 770, "_srcBlendFactor": 770,
"_dstBlendFactor": 771, "_dstBlendFactor": 771,
"_spriteFrame": { "_spriteFrame": {
"__uuid__": "fbf3c8bd-39a1-41de-9059-9e28f915ed45" "__uuid__": "9b159cac-85da-4c59-8fd2-93702750c14d"
}, },
"_type": 0, "_type": 0,
"_sizeMode": 1, "_sizeMode": 1,
...@@ -461,7 +476,7 @@ ...@@ -461,7 +476,7 @@
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "path-3", "_name": "path-14",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 5 "__id__": 5
...@@ -474,9 +489,6 @@ ...@@ -474,9 +489,6 @@
}, },
{ {
"__id__": 11 "__id__": 11
},
{
"__id__": 12
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -491,7 +503,7 @@ ...@@ -491,7 +503,7 @@
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 1280, "width": 1280,
"height": 181 "height": 597
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
...@@ -503,7 +515,7 @@ ...@@ -503,7 +515,7 @@
"ctor": "Float64Array", "ctor": "Float64Array",
"array": [ "array": [
0, 0,
-269.5, -61.5,
0, 0,
0, 0,
0, 0,
...@@ -525,7 +537,7 @@ ...@@ -525,7 +537,7 @@
"_is3DNode": false, "_is3DNode": false,
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"_id": "28Kq1hmJhPpKbA1NPMkOK6" "_id": "4cwDbAeQpI54elyJh88iHa"
}, },
{ {
"__type__": "cc.Sprite", "__type__": "cc.Sprite",
...@@ -543,7 +555,7 @@ ...@@ -543,7 +555,7 @@
"_srcBlendFactor": 770, "_srcBlendFactor": 770,
"_dstBlendFactor": 771, "_dstBlendFactor": 771,
"_spriteFrame": { "_spriteFrame": {
"__uuid__": "bae42217-e1cd-49a7-8173-a299ae7316e6" "__uuid__": "359a83d6-7bc3-4644-885c-bb60db302bd6"
}, },
"_type": 0, "_type": 0,
"_sizeMode": 1, "_sizeMode": 1,
...@@ -557,7 +569,7 @@ ...@@ -557,7 +569,7 @@
"_fillRange": 0, "_fillRange": 0,
"_isTrimmedMode": true, "_isTrimmedMode": true,
"_atlas": null, "_atlas": null,
"_id": "abqBObg5JAUIHivBG1n6nv" "_id": "ca5DJpHmZF+6eD2tUzEz5l"
}, },
{ {
"__type__": "cc.Widget", "__type__": "cc.Widget",
...@@ -584,22 +596,11 @@ ...@@ -584,22 +596,11 @@
"_isAbsVerticalCenter": true, "_isAbsVerticalCenter": true,
"_originalWidth": 0, "_originalWidth": 0,
"_originalHeight": 0, "_originalHeight": 0,
"_id": "5esWRH6YJOSINbPo7n+lYV" "_id": "43Sf78XERG4rlB7gQhUyxi"
},
{
"__type__": "e22e11e0CVGPajfhd4ljXke",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 9
},
"_enabled": true,
"FitType": 4,
"_id": "6cQsOw7FhAb7CHTtIe0x3B"
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "path-4", "_name": "path-13",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 5 "__id__": 5
...@@ -607,6 +608,9 @@ ...@@ -607,6 +608,9 @@
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{
"__id__": 13
},
{ {
"__id__": 14 "__id__": 14
} }
...@@ -622,8 +626,8 @@ ...@@ -622,8 +626,8 @@
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 213, "width": 1064,
"height": 88 "height": 237
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
...@@ -634,8 +638,8 @@ ...@@ -634,8 +638,8 @@
"__type__": "TypedArray", "__type__": "TypedArray",
"ctor": "Float64Array", "ctor": "Float64Array",
"array": [ "array": [
-414.644, -108,
-25.915, 241.5,
0, 0,
0, 0,
0, 0,
...@@ -657,14 +661,14 @@ ...@@ -657,14 +661,14 @@
"_is3DNode": false, "_is3DNode": false,
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"_id": "efwULWeYJKer3JipAxNdwZ" "_id": "5ezzbzoMBOxrbbw3KeapQy"
}, },
{ {
"__type__": "cc.Sprite", "__type__": "cc.Sprite",
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 13 "__id__": 12
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -675,7 +679,7 @@ ...@@ -675,7 +679,7 @@
"_srcBlendFactor": 770, "_srcBlendFactor": 770,
"_dstBlendFactor": 771, "_dstBlendFactor": 771,
"_spriteFrame": { "_spriteFrame": {
"__uuid__": "7ad8466b-3a3a-4107-817d-444e8d64c86d" "__uuid__": "6e6e64b6-9ff7-4a2b-8bbb-d50ec2e1a63d"
}, },
"_type": 0, "_type": 0,
"_sizeMode": 1, "_sizeMode": 1,
...@@ -689,11 +693,38 @@ ...@@ -689,11 +693,38 @@
"_fillRange": 0, "_fillRange": 0,
"_isTrimmedMode": true, "_isTrimmedMode": true,
"_atlas": null, "_atlas": null,
"_id": "f5jOgo+fhC9KS8Ui+DOIFw" "_id": "5fHcAYPh5KEbmDFZBRJtYL"
},
{
"__type__": "cc.Widget",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 12
},
"_enabled": true,
"alignMode": 1,
"_target": null,
"_alignFlags": 9,
"_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": "78vtnIGaFPOrNwovr7PO+a"
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "path-5", "_name": "path-17",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 5 "__id__": 5
...@@ -703,10 +734,13 @@ ...@@ -703,10 +734,13 @@
"_components": [ "_components": [
{ {
"__id__": 16 "__id__": 16
},
{
"__id__": 17
} }
], ],
"_prefab": null, "_prefab": null,
"_opacity": 173, "_opacity": 255,
"_color": { "_color": {
"__type__": "cc.Color", "__type__": "cc.Color",
"r": 255, "r": 255,
...@@ -716,8 +750,8 @@ ...@@ -716,8 +750,8 @@
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 213, "width": 1113,
"height": 88 "height": 387
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
...@@ -728,8 +762,8 @@ ...@@ -728,8 +762,8 @@
"__type__": "TypedArray", "__type__": "TypedArray",
"ctor": "Float64Array", "ctor": "Float64Array",
"array": [ "array": [
-126.337, -83.5,
129.577, 166.5,
0, 0,
0, 0,
0, 0,
...@@ -751,7 +785,7 @@ ...@@ -751,7 +785,7 @@
"_is3DNode": false, "_is3DNode": false,
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"_id": "79NFoEMBlPB4orf28hc9SE" "_id": "c3abLRUhxPY7nddfX9qxjp"
}, },
{ {
"__type__": "cc.Sprite", "__type__": "cc.Sprite",
...@@ -769,7 +803,7 @@ ...@@ -769,7 +803,7 @@
"_srcBlendFactor": 770, "_srcBlendFactor": 770,
"_dstBlendFactor": 771, "_dstBlendFactor": 771,
"_spriteFrame": { "_spriteFrame": {
"__uuid__": "7ad8466b-3a3a-4107-817d-444e8d64c86d" "__uuid__": "918a9f90-52e3-4476-94da-c60b76d3308f"
}, },
"_type": 0, "_type": 0,
"_sizeMode": 1, "_sizeMode": 1,
...@@ -783,11 +817,38 @@ ...@@ -783,11 +817,38 @@
"_fillRange": 0, "_fillRange": 0,
"_isTrimmedMode": true, "_isTrimmedMode": true,
"_atlas": null, "_atlas": null,
"_id": "677wDUYQhDxL/qCrSx4Ti8" "_id": "31pzA2hgFOFIpDliqA4uZR"
},
{
"__type__": "cc.Widget",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 15
},
"_enabled": true,
"alignMode": 1,
"_target": null,
"_alignFlags": 9,
"_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": "c9hjOj0HtIIIn+IPMAEGMX"
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "path-6", "_name": "page-1_2",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 5 "__id__": 5
...@@ -796,11 +857,14 @@ ...@@ -796,11 +857,14 @@
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 18 "__id__": 19
},
{
"__id__": 20
} }
], ],
"_prefab": null, "_prefab": null,
"_opacity": 95, "_opacity": 255,
"_color": { "_color": {
"__type__": "cc.Color", "__type__": "cc.Color",
"r": 255, "r": 255,
...@@ -810,8 +874,8 @@ ...@@ -810,8 +874,8 @@
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 213, "width": 71,
"height": 88 "height": 293
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
...@@ -822,15 +886,15 @@ ...@@ -822,15 +886,15 @@
"__type__": "TypedArray", "__type__": "TypedArray",
"ctor": "Float64Array", "ctor": "Float64Array",
"array": [ "array": [
434.079, -585,
181.407, -7.63900000000001,
0, 0,
0, 0,
0, 0,
0, 0,
1, 1,
1.5, 1,
1.5, 1,
1 1
] ]
}, },
...@@ -845,14 +909,14 @@ ...@@ -845,14 +909,14 @@
"_is3DNode": false, "_is3DNode": false,
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"_id": "efN927LytFFrdy1BESExgg" "_id": "dcBmEDD5lJopyQqtxVGGlb"
}, },
{ {
"__type__": "cc.Sprite", "__type__": "cc.Sprite",
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 17 "__id__": 18
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -863,7 +927,7 @@ ...@@ -863,7 +927,7 @@
"_srcBlendFactor": 770, "_srcBlendFactor": 770,
"_dstBlendFactor": 771, "_dstBlendFactor": 771,
"_spriteFrame": { "_spriteFrame": {
"__uuid__": "7ad8466b-3a3a-4107-817d-444e8d64c86d" "__uuid__": "c511e574-d5fe-4b4d-bcc5-b7884fa68c97"
}, },
"_type": 0, "_type": 0,
"_sizeMode": 1, "_sizeMode": 1,
...@@ -877,23 +941,23 @@ ...@@ -877,23 +941,23 @@
"_fillRange": 0, "_fillRange": 0,
"_isTrimmedMode": true, "_isTrimmedMode": true,
"_atlas": null, "_atlas": null,
"_id": "7akaVxncBBp6yP7qLg/9u3" "_id": "cctNDhHCFAqqnp9cM5cjhQ"
}, },
{ {
"__type__": "cc.Widget", "__type__": "cc.Widget",
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 5 "__id__": 18
}, },
"_enabled": true, "_enabled": true,
"alignMode": 1, "alignMode": 1,
"_target": null, "_target": null,
"_alignFlags": 45, "_alignFlags": 12,
"_left": 0, "_left": 19.5,
"_right": 0, "_right": 0,
"_top": 0, "_top": 0,
"_bottom": 0, "_bottom": 205.861,
"_verticalCenter": 0, "_verticalCenter": 0,
"_horizontalCenter": 0, "_horizontalCenter": 0,
"_isAbsLeft": true, "_isAbsLeft": true,
...@@ -902,51 +966,25 @@ ...@@ -902,51 +966,25 @@
"_isAbsBottom": true, "_isAbsBottom": true,
"_isAbsHorizontalCenter": true, "_isAbsHorizontalCenter": true,
"_isAbsVerticalCenter": true, "_isAbsVerticalCenter": true,
"_originalWidth": 1280, "_originalWidth": 0,
"_originalHeight": 720, "_originalHeight": 0,
"_id": "02G0c3y99Oo5kVqqotkqhd" "_id": "f4dtCB95dGy6Yem2BfkHnQ"
},
{
"__type__": "cc.Animation",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 5
},
"_enabled": true,
"_defaultClip": {
"__uuid__": "77afa1f4-7025-45c9-843c-b803d1c48c02"
},
"_clips": [
{
"__uuid__": "77afa1f4-7025-45c9-843c-b803d1c48c02"
}
],
"playOnLoad": true,
"_id": "47mk45miBIc4Jo7dgAi3Gz"
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "$nodButtons", "_name": "page-1",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 2 "__id__": 5
}, },
"_children": [ "_children": [],
"_active": true,
"_components": [
{ {
"__id__": 22 "__id__": 22
}, },
{ {
"__id__": 26 "__id__": 23
},
{
"__id__": 30
}
],
"_active": true,
"_components": [
{
"__id__": 34
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -960,8 +998,8 @@ ...@@ -960,8 +998,8 @@
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 0, "width": 147,
"height": 0 "height": 156
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
...@@ -972,8 +1010,8 @@ ...@@ -972,8 +1010,8 @@
"__type__": "TypedArray", "__type__": "TypedArray",
"ctor": "Float64Array", "ctor": "Float64Array",
"array": [ "array": [
509.407, -446.005,
-305.644, -88.125,
0, 0,
0, 0,
0, 0,
...@@ -995,23 +1033,82 @@ ...@@ -995,23 +1033,82 @@
"_is3DNode": false, "_is3DNode": false,
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"_id": "1dNaclj+hH0rZ3MSA9ZvF+" "_id": "aenWHXMp9PpYnceFHxg/dw"
},
{
"__type__": "cc.Sprite",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 21
},
"_enabled": true,
"_materials": [
{
"__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
}
],
"_srcBlendFactor": 770,
"_dstBlendFactor": 771,
"_spriteFrame": {
"__uuid__": "0480a092-0c45-4d8a-ae51-2eda0b2bd86f"
},
"_type": 0,
"_sizeMode": 1,
"_fillType": 0,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_fillStart": 0,
"_fillRange": 0,
"_isTrimmedMode": true,
"_atlas": null,
"_id": "33bh9MEO9L5rQ4/2YC+bkM"
},
{
"__type__": "cc.Widget",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 21
},
"_enabled": true,
"alignMode": 1,
"_target": null,
"_alignFlags": 12,
"_left": 120.495,
"_right": 0,
"_top": 0,
"_bottom": 193.875,
"_verticalCenter": 0,
"_horizontalCenter": 0,
"_isAbsLeft": true,
"_isAbsRight": true,
"_isAbsTop": true,
"_isAbsBottom": true,
"_isAbsHorizontalCenter": true,
"_isAbsVerticalCenter": true,
"_originalWidth": 0,
"_originalHeight": 0,
"_id": "c9zTjmdy5Gv7jqJU0oWf5o"
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "$btnLast", "_name": "path-15",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 21 "__id__": 5
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 23 "__id__": 25
}, },
{ {
"__id__": 25 "__id__": 26
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -1025,8 +1122,8 @@ ...@@ -1025,8 +1122,8 @@
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 45, "width": 1280,
"height": 46 "height": 403
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
...@@ -1037,8 +1134,8 @@ ...@@ -1037,8 +1134,8 @@
"__type__": "TypedArray", "__type__": "TypedArray",
"ctor": "Float64Array", "ctor": "Float64Array",
"array": [ "array": [
-66.424,
0, 0,
-158.5,
0, 0,
0, 0,
0, 0,
...@@ -1046,7 +1143,7 @@ ...@@ -1046,7 +1143,7 @@
1, 1,
1, 1,
1, 1,
0 1
] ]
}, },
"_eulerAngles": { "_eulerAngles": {
...@@ -1060,42 +1157,825 @@ ...@@ -1060,42 +1157,825 @@
"_is3DNode": false, "_is3DNode": false,
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"_id": "7dSm59nl1KsJO074VgM0o3" "_id": "a2XRlbdTxKo4KvCcbYB6TV"
}, },
{ {
"__type__": "cc.Button", "__type__": "cc.Sprite",
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 22 "__id__": 24
}, },
"_enabled": true, "_enabled": true,
"_normalMaterial": { "_materials": [
"__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
},
"_grayMaterial": {
"__uuid__": "3a7bb79f-32fd-422e-ada2-96f518fed422"
},
"duration": 0.1,
"zoomScale": 1.2,
"clickEvents": [
{ {
"__id__": 24 "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
} }
], ],
"_N$interactable": true, "_srcBlendFactor": 770,
"_N$enableAutoGrayEffect": true, "_dstBlendFactor": 771,
"_N$transition": 3, "_spriteFrame": {
"transition": 3, "__uuid__": "01236f1a-6ac2-4fd6-b057-93b2909fd78f"
"_N$normalColor": {
"__type__": "cc.Color",
"r": 230,
"g": 230,
"b": 230,
"a": 255
}, },
"_N$pressedColor": { "_type": 0,
"__type__": "cc.Color", "_sizeMode": 1,
"_fillType": 0,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_fillStart": 0,
"_fillRange": 0,
"_isTrimmedMode": true,
"_atlas": null,
"_id": "b7mNd1yvxHvIZ0PGH4xMvU"
},
{
"__type__": "cc.Widget",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 24
},
"_enabled": true,
"alignMode": 1,
"_target": null,
"_alignFlags": 4,
"_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": "891hlGnoNK74WVkNg3R2UT"
},
{
"__type__": "cc.Node",
"_name": "path-21",
"_objFlags": 0,
"_parent": {
"__id__": 5
},
"_children": [],
"_active": true,
"_components": [
{
"__id__": 28
},
{
"__id__": 29
}
],
"_prefab": null,
"_opacity": 255,
"_color": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"_contentSize": {
"__type__": "cc.Size",
"width": 80,
"height": 125
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_trs": {
"__type__": "TypedArray",
"ctor": "Float64Array",
"array": [
-600,
-213.93399999999997,
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": "8d1+tvFaZKBKsGlJVsY16/"
},
{
"__type__": "cc.Sprite",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 27
},
"_enabled": true,
"_materials": [
{
"__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
}
],
"_srcBlendFactor": 770,
"_dstBlendFactor": 771,
"_spriteFrame": {
"__uuid__": "4bf68dea-8330-4103-9129-ac620a0ae1ee"
},
"_type": 0,
"_sizeMode": 1,
"_fillType": 0,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_fillStart": 0,
"_fillRange": 0,
"_isTrimmedMode": true,
"_atlas": null,
"_id": "3fYjOZ+a9FNYezfZGhv62G"
},
{
"__type__": "cc.Widget",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 27
},
"_enabled": true,
"alignMode": 1,
"_target": null,
"_alignFlags": 12,
"_left": 0,
"_right": 0,
"_top": 511.43399999999997,
"_bottom": 83.56600000000003,
"_verticalCenter": 0,
"_horizontalCenter": 0,
"_isAbsLeft": true,
"_isAbsRight": true,
"_isAbsTop": true,
"_isAbsBottom": true,
"_isAbsHorizontalCenter": true,
"_isAbsVerticalCenter": true,
"_originalWidth": 0,
"_originalHeight": 0,
"_id": "70OWcZzuxNcJJ9Py311wiV"
},
{
"__type__": "cc.Node",
"_name": "path-21",
"_objFlags": 0,
"_parent": {
"__id__": 5
},
"_children": [],
"_active": true,
"_components": [
{
"__id__": 31
},
{
"__id__": 32
}
],
"_prefab": null,
"_opacity": 255,
"_color": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"_contentSize": {
"__type__": "cc.Size",
"width": 80,
"height": 125
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_trs": {
"__type__": "TypedArray",
"ctor": "Float64Array",
"array": [
600,
-213.93399999999997,
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": "16cvJSI4tEKIu6hQCR3+87"
},
{
"__type__": "cc.Sprite",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 30
},
"_enabled": true,
"_materials": [
{
"__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
}
],
"_srcBlendFactor": 770,
"_dstBlendFactor": 771,
"_spriteFrame": {
"__uuid__": "4bf68dea-8330-4103-9129-ac620a0ae1ee"
},
"_type": 0,
"_sizeMode": 1,
"_fillType": 0,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_fillStart": 0,
"_fillRange": 0,
"_isTrimmedMode": true,
"_atlas": null,
"_id": "afhRU0cfVHO4ZJqPHIKejp"
},
{
"__type__": "cc.Widget",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 30
},
"_enabled": true,
"alignMode": 1,
"_target": null,
"_alignFlags": 36,
"_left": 0,
"_right": 0,
"_top": 511.43399999999997,
"_bottom": 83.566,
"_verticalCenter": 0,
"_horizontalCenter": 0,
"_isAbsLeft": true,
"_isAbsRight": true,
"_isAbsTop": true,
"_isAbsBottom": true,
"_isAbsHorizontalCenter": true,
"_isAbsVerticalCenter": true,
"_originalWidth": 0,
"_originalHeight": 0,
"_id": "168BQjwK9H+LXNB4xtAGII"
},
{
"__type__": "cc.Node",
"_name": "path-16",
"_objFlags": 0,
"_parent": {
"__id__": 5
},
"_children": [],
"_active": true,
"_components": [
{
"__id__": 34
},
{
"__id__": 35
}
],
"_prefab": null,
"_opacity": 255,
"_color": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"_contentSize": {
"__type__": "cc.Size",
"width": 1280,
"height": 187
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_trs": {
"__type__": "TypedArray",
"ctor": "Float64Array",
"array": [
0,
-266.5,
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": "b0Sd8ewaVNzKn/4bp/95t8"
},
{
"__type__": "cc.Sprite",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 33
},
"_enabled": true,
"_materials": [
{
"__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
}
],
"_srcBlendFactor": 770,
"_dstBlendFactor": 771,
"_spriteFrame": {
"__uuid__": "112ef9c7-adb7-4d92-b43f-6a2568810ee6"
},
"_type": 0,
"_sizeMode": 1,
"_fillType": 0,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_fillStart": 0,
"_fillRange": 0,
"_isTrimmedMode": true,
"_atlas": null,
"_id": "24pgGTsD5Ocqxkpe63gius"
},
{
"__type__": "cc.Widget",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 33
},
"_enabled": true,
"alignMode": 1,
"_target": null,
"_alignFlags": 4,
"_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": "fbZW85fW9OJrr6BGlLYDr1"
},
{
"__type__": "cc.Node",
"_name": "path-19",
"_objFlags": 0,
"_parent": {
"__id__": 5
},
"_children": [],
"_active": true,
"_components": [
{
"__id__": 37
}
],
"_prefab": null,
"_opacity": 255,
"_color": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"_contentSize": {
"__type__": "cc.Size",
"width": 65,
"height": 22
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_trs": {
"__type__": "TypedArray",
"ctor": "Float64Array",
"array": [
-582.609,
184.321,
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": "feY3eTqA5Db6TFbrU8VlHw"
},
{
"__type__": "cc.Sprite",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 36
},
"_enabled": true,
"_materials": [
{
"__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
}
],
"_srcBlendFactor": 770,
"_dstBlendFactor": 771,
"_spriteFrame": {
"__uuid__": "fa9d4c5c-4b5c-4bd3-9c8b-560a5ce5ce3b"
},
"_type": 0,
"_sizeMode": 1,
"_fillType": 0,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_fillStart": 0,
"_fillRange": 0,
"_isTrimmedMode": true,
"_atlas": null,
"_id": "dcEOjh54FCo5L/mIDUjyaT"
},
{
"__type__": "cc.Node",
"_name": "path-20",
"_objFlags": 0,
"_parent": {
"__id__": 5
},
"_children": [],
"_active": true,
"_components": [
{
"__id__": 39
}
],
"_prefab": null,
"_opacity": 255,
"_color": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"_contentSize": {
"__type__": "cc.Size",
"width": 67,
"height": 33
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_trs": {
"__type__": "TypedArray",
"ctor": "Float64Array",
"array": [
-452.424,
70.893,
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": "3f8NxK9CBJkJBbRSnOf3YJ"
},
{
"__type__": "cc.Sprite",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 38
},
"_enabled": true,
"_materials": [
{
"__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
}
],
"_srcBlendFactor": 770,
"_dstBlendFactor": 771,
"_spriteFrame": {
"__uuid__": "e5f4a77b-6d74-432a-96b6-ce6a9beef555"
},
"_type": 0,
"_sizeMode": 1,
"_fillType": 0,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_fillStart": 0,
"_fillRange": 0,
"_isTrimmedMode": true,
"_atlas": null,
"_id": "94ig50IkNPF7PIrgeVxBiI"
},
{
"__type__": "cc.Widget",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 5
},
"_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": 1280,
"_originalHeight": 720,
"_id": "02G0c3y99Oo5kVqqotkqhd"
},
{
"__type__": "cc.Node",
"_name": "$nodButtons",
"_objFlags": 0,
"_parent": {
"__id__": 2
},
"_children": [
{
"__id__": 42
},
{
"__id__": 46
},
{
"__id__": 49
}
],
"_active": true,
"_components": [
{
"__id__": 53
}
],
"_prefab": null,
"_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": [
547.197,
-332.64,
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": "1dNaclj+hH0rZ3MSA9ZvF+"
},
{
"__type__": "cc.Node",
"_name": "$btnLast",
"_objFlags": 0,
"_parent": {
"__id__": 41
},
"_children": [],
"_active": true,
"_components": [
{
"__id__": 43
},
{
"__id__": 45
}
],
"_prefab": null,
"_opacity": 255,
"_color": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"_contentSize": {
"__type__": "cc.Size",
"width": 53,
"height": 44
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_trs": {
"__type__": "TypedArray",
"ctor": "Float64Array",
"array": [
-56.587,
0,
0,
0,
0,
0,
1,
1,
1,
0
]
},
"_eulerAngles": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_skewX": 0,
"_skewY": 0,
"_is3DNode": false,
"_groupIndex": 0,
"groupIndex": 0,
"_id": "7dSm59nl1KsJO074VgM0o3"
},
{
"__type__": "cc.Button",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 42
},
"_enabled": true,
"_normalMaterial": {
"__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
},
"_grayMaterial": {
"__uuid__": "3a7bb79f-32fd-422e-ada2-96f518fed422"
},
"duration": 0.1,
"zoomScale": 1.2,
"clickEvents": [
{
"__id__": 44
}
],
"_N$interactable": true,
"_N$enableAutoGrayEffect": true,
"_N$transition": 3,
"transition": 3,
"_N$normalColor": {
"__type__": "cc.Color",
"r": 230,
"g": 230,
"b": 230,
"a": 255
},
"_N$pressedColor": {
"__type__": "cc.Color",
"r": 200, "r": 200,
"g": 200, "g": 200,
"b": 200, "b": 200,
...@@ -1148,7 +2028,7 @@ ...@@ -1148,7 +2028,7 @@
"__uuid__": "29158224-f8dd-4661-a796-1ffab537140e" "__uuid__": "29158224-f8dd-4661-a796-1ffab537140e"
}, },
"_N$target": { "_N$target": {
"__id__": 22 "__id__": 42
}, },
"_id": "3aYEjZFo9EW5nRfp9wQsPT" "_id": "3aYEjZFo9EW5nRfp9wQsPT"
}, },
...@@ -1165,7 +2045,7 @@ ...@@ -1165,7 +2045,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 22 "__id__": 42
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -1175,7 +2055,9 @@ ...@@ -1175,7 +2055,9 @@
], ],
"_srcBlendFactor": 770, "_srcBlendFactor": 770,
"_dstBlendFactor": 771, "_dstBlendFactor": 771,
"_spriteFrame": null, "_spriteFrame": {
"__uuid__": "118d5a67-2510-4adf-961a-24db4f84d96f"
},
"_type": 0, "_type": 0,
"_sizeMode": 1, "_sizeMode": 1,
"_fillType": 0, "_fillType": 0,
...@@ -1195,16 +2077,16 @@ ...@@ -1195,16 +2077,16 @@
"_name": "$btnReplay", "_name": "$btnReplay",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 21 "__id__": 41
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 27 "__id__": 47
}, },
{ {
"__id__": 29 "__id__": 48
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -1218,8 +2100,8 @@ ...@@ -1218,8 +2100,8 @@
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 47, "width": 49,
"height": 57 "height": 44
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
...@@ -1260,7 +2142,7 @@ ...@@ -1260,7 +2142,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 26 "__id__": 46
}, },
"_enabled": true, "_enabled": true,
"_normalMaterial": { "_normalMaterial": {
...@@ -1271,11 +2153,7 @@ ...@@ -1271,11 +2153,7 @@
}, },
"duration": 0.1, "duration": 0.1,
"zoomScale": 1.2, "zoomScale": 1.2,
"clickEvents": [ "clickEvents": [],
{
"__id__": 28
}
],
"_N$interactable": true, "_N$interactable": true,
"_N$enableAutoGrayEffect": true, "_N$enableAutoGrayEffect": true,
"_N$transition": 3, "_N$transition": 3,
...@@ -1341,24 +2219,16 @@ ...@@ -1341,24 +2219,16 @@
"__uuid__": "29158224-f8dd-4661-a796-1ffab537140e" "__uuid__": "29158224-f8dd-4661-a796-1ffab537140e"
}, },
"_N$target": { "_N$target": {
"__id__": 26 "__id__": 46
}, },
"_id": "07Ws9ikrxNn7zeBRgoDjd6" "_id": "07Ws9ikrxNn7zeBRgoDjd6"
}, },
{
"__type__": "cc.ClickEvent",
"target": null,
"component": "",
"_componentId": "538f49F3K1K6IBNqrzfrpzu",
"handler": "onBtnReplay",
"customEventData": ""
},
{ {
"__type__": "cc.Sprite", "__type__": "cc.Sprite",
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 26 "__id__": 46
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -1368,7 +2238,9 @@ ...@@ -1368,7 +2238,9 @@
], ],
"_srcBlendFactor": 770, "_srcBlendFactor": 770,
"_dstBlendFactor": 771, "_dstBlendFactor": 771,
"_spriteFrame": null, "_spriteFrame": {
"__uuid__": "b2482312-db38-448b-9181-20cac9073b9a"
},
"_type": 0, "_type": 0,
"_sizeMode": 1, "_sizeMode": 1,
"_fillType": 0, "_fillType": 0,
...@@ -1388,16 +2260,16 @@ ...@@ -1388,16 +2260,16 @@
"_name": "$btnNext", "_name": "$btnNext",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 21 "__id__": 41
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 31 "__id__": 50
}, },
{ {
"__id__": 33 "__id__": 52
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -1411,8 +2283,8 @@ ...@@ -1411,8 +2283,8 @@
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 44, "width": 53,
"height": 46 "height": 44
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
...@@ -1423,7 +2295,7 @@ ...@@ -1423,7 +2295,7 @@
"__type__": "TypedArray", "__type__": "TypedArray",
"ctor": "Float64Array", "ctor": "Float64Array",
"array": [ "array": [
62.576, 56.587,
0, 0,
0, 0,
0, 0,
...@@ -1453,7 +2325,7 @@ ...@@ -1453,7 +2325,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 30 "__id__": 49
}, },
"_enabled": true, "_enabled": true,
"_normalMaterial": { "_normalMaterial": {
...@@ -1466,7 +2338,7 @@ ...@@ -1466,7 +2338,7 @@
"zoomScale": 1.2, "zoomScale": 1.2,
"clickEvents": [ "clickEvents": [
{ {
"__id__": 32 "__id__": 51
} }
], ],
"_N$interactable": true, "_N$interactable": true,
...@@ -1534,7 +2406,7 @@ ...@@ -1534,7 +2406,7 @@
"__uuid__": "29158224-f8dd-4661-a796-1ffab537140e" "__uuid__": "29158224-f8dd-4661-a796-1ffab537140e"
}, },
"_N$target": { "_N$target": {
"__id__": 30 "__id__": 49
}, },
"_id": "135iNKUqZJsISLr7ME3oWt" "_id": "135iNKUqZJsISLr7ME3oWt"
}, },
...@@ -1551,7 +2423,7 @@ ...@@ -1551,7 +2423,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 30 "__id__": 49
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -1561,36 +2433,127 @@ ...@@ -1561,36 +2433,127 @@
], ],
"_srcBlendFactor": 770, "_srcBlendFactor": 770,
"_dstBlendFactor": 771, "_dstBlendFactor": 771,
"_spriteFrame": null, "_spriteFrame": {
"__uuid__": "0ebd59e0-66cd-4757-9a31-36e2101ad031"
},
"_type": 0, "_type": 0,
"_sizeMode": 1, "_sizeMode": 1,
"_fillType": 0, "_fillType": 0,
"_fillCenter": { "_fillCenter": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
"x": 0, "x": 0,
"y": 0 "y": 0
},
"_fillStart": 0,
"_fillRange": 0,
"_isTrimmedMode": true,
"_atlas": null,
"_id": "b2MbEqMjdDko9lDtKdYLsj"
},
{
"__type__": "cc.Widget",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 41
},
"_enabled": true,
"alignMode": 1,
"_target": null,
"_alignFlags": 36,
"_left": 0,
"_right": 92.803,
"_top": 0,
"_bottom": 27.360000000000014,
"_verticalCenter": 0,
"_horizontalCenter": 0,
"_isAbsLeft": true,
"_isAbsRight": true,
"_isAbsTop": true,
"_isAbsBottom": true,
"_isAbsHorizontalCenter": true,
"_isAbsVerticalCenter": true,
"_originalWidth": 0,
"_originalHeight": 0,
"_id": "b6OdOkLaxGSJUdTeEzN61B"
},
{
"__type__": "cc.Node",
"_name": "$nodLayerAnswer",
"_objFlags": 0,
"_parent": {
"__id__": 2
},
"_children": [],
"_active": true,
"_components": [
{
"__id__": 55
}
],
"_prefab": null,
"_opacity": 255,
"_color": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"_contentSize": {
"__type__": "cc.Size",
"width": 1280,
"height": 720
},
"_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
}, },
"_fillStart": 0, "_skewX": 0,
"_fillRange": 0, "_skewY": 0,
"_isTrimmedMode": true, "_is3DNode": false,
"_atlas": null, "_groupIndex": 0,
"_id": "b2MbEqMjdDko9lDtKdYLsj" "groupIndex": 0,
"_id": "eee+zEI6VBx6gOTjjhLza/"
}, },
{ {
"__type__": "cc.Widget", "__type__": "cc.Widget",
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 21 "__id__": 54
}, },
"_enabled": true, "_enabled": true,
"alignMode": 1, "alignMode": 1,
"_target": null, "_target": null,
"_alignFlags": 36, "_alignFlags": 45,
"_left": 0, "_left": 0,
"_right": 130.59300000000002, "_right": 0,
"_top": 0, "_top": 0,
"_bottom": 54.355999999999995, "_bottom": 0,
"_verticalCenter": 0, "_verticalCenter": 0,
"_horizontalCenter": 0, "_horizontalCenter": 0,
"_isAbsLeft": true, "_isAbsLeft": true,
...@@ -1599,26 +2562,29 @@ ...@@ -1599,26 +2562,29 @@
"_isAbsBottom": true, "_isAbsBottom": true,
"_isAbsHorizontalCenter": true, "_isAbsHorizontalCenter": true,
"_isAbsVerticalCenter": true, "_isAbsVerticalCenter": true,
"_originalWidth": 0, "_originalWidth": 100,
"_originalHeight": 0, "_originalHeight": 100,
"_id": "b6OdOkLaxGSJUdTeEzN61B" "_id": "a6MuGT3mJClJqZTFmT5PI0"
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "$btnAudio", "_name": "New Node",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 2 "__id__": 2
}, },
"_children": [ "_children": [
{ {
"__id__": 36 "__id__": 57
},
{
"__id__": 59
} }
], ],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 38 "__id__": 61
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -1632,20 +2598,20 @@ ...@@ -1632,20 +2598,20 @@
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 100, "width": 455,
"height": 106 "height": 109
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
"x": 0.5, "x": 0,
"y": 0.5 "y": 0.5
}, },
"_trs": { "_trs": {
"__type__": "TypedArray", "__type__": "TypedArray",
"ctor": "Float64Array", "ctor": "Float64Array",
"array": [ "array": [
-545.164, -557.271,
-296.493, 293.352,
0, 0,
0, 0,
0, 0,
...@@ -1653,7 +2619,7 @@ ...@@ -1653,7 +2619,7 @@
1, 1,
1, 1,
1, 1,
0 1
] ]
}, },
"_eulerAngles": { "_eulerAngles": {
...@@ -1667,20 +2633,20 @@ ...@@ -1667,20 +2633,20 @@
"_is3DNode": false, "_is3DNode": false,
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"_id": "ebRkIDiXtPU6LuvydmUz7O" "_id": "edvReI0fNL6KUF0qR9JChz"
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "$sprAudio", "_name": "$nodBgTitle",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 35 "__id__": 56
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 37 "__id__": 58
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -1694,12 +2660,12 @@ ...@@ -1694,12 +2660,12 @@
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 100, "width": 455,
"height": 106 "height": 109
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
"x": 0.5, "x": 0,
"y": 0.5 "y": 0.5
}, },
"_trs": { "_trs": {
...@@ -1729,14 +2695,14 @@ ...@@ -1729,14 +2695,14 @@
"_is3DNode": false, "_is3DNode": false,
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"_id": "a271g+erJN4IZ9beWBWMdG" "_id": "e8h52cyIJGCaNuocHKBCvY"
}, },
{ {
"__type__": "cc.Sprite", "__type__": "cc.Sprite",
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 36 "__id__": 57
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -1746,9 +2712,11 @@ ...@@ -1746,9 +2712,11 @@
], ],
"_srcBlendFactor": 770, "_srcBlendFactor": 770,
"_dstBlendFactor": 771, "_dstBlendFactor": 771,
"_spriteFrame": null, "_spriteFrame": {
"_type": 0, "__uuid__": "b96537b3-5a59-42ac-b68b-0162e225d0fa"
"_sizeMode": 1, },
"_type": 1,
"_sizeMode": 0,
"_fillType": 0, "_fillType": 0,
"_fillCenter": { "_fillCenter": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
...@@ -1759,93 +2727,136 @@ ...@@ -1759,93 +2727,136 @@
"_fillRange": 0, "_fillRange": 0,
"_isTrimmedMode": true, "_isTrimmedMode": true,
"_atlas": null, "_atlas": null,
"_id": "ddVU2Hf/VJG4om7HhXhnO/" "_id": "78rs3nNQVCBpdVG6sgYQOK"
}, },
{ {
"__type__": "cc.Button", "__type__": "cc.Node",
"_name": "", "_name": "$labTitle",
"_objFlags": 0, "_objFlags": 0,
"node": { "_parent": {
"__id__": 35 "__id__": 56
},
"_enabled": true,
"_normalMaterial": null,
"_grayMaterial": null,
"duration": 0.1,
"zoomScale": 1.2,
"clickEvents": [],
"_N$interactable": true,
"_N$enableAutoGrayEffect": false,
"_N$transition": 3,
"transition": 3,
"_N$normalColor": {
"__type__": "cc.Color",
"r": 230,
"g": 230,
"b": 230,
"a": 255
},
"_N$pressedColor": {
"__type__": "cc.Color",
"r": 200,
"g": 200,
"b": 200,
"a": 255
},
"pressedColor": {
"__type__": "cc.Color",
"r": 200,
"g": 200,
"b": 200,
"a": 255
},
"_N$hoverColor": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
}, },
"hoverColor": { "_children": [],
"_active": true,
"_components": [
{
"__id__": 60
}
],
"_prefab": null,
"_opacity": 255,
"_color": {
"__type__": "cc.Color", "__type__": "cc.Color",
"r": 255, "r": 255,
"g": 255, "g": 255,
"b": 255, "b": 255,
"a": 255 "a": 255
}, },
"_N$disabledColor": { "_contentSize": {
"__type__": "cc.Color", "__type__": "cc.Size",
"r": 120, "width": 288.95,
"g": 120, "height": 50.4
"b": 120,
"a": 200
},
"_N$normalSprite": {
"__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952"
},
"_N$pressedSprite": {
"__uuid__": "e9ec654c-97a2-4787-9325-e6a10375219a"
}, },
"pressedSprite": { "_anchorPoint": {
"__uuid__": "e9ec654c-97a2-4787-9325-e6a10375219a" "__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
}, },
"_N$hoverSprite": { "_trs": {
"__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952" "__type__": "TypedArray",
"ctor": "Float64Array",
"array": [
263.384,
10.166,
0,
0,
0,
0,
1,
1,
1,
1
]
}, },
"hoverSprite": { "_eulerAngles": {
"__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952" "__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
}, },
"_N$disabledSprite": { "_skewX": 0,
"__uuid__": "29158224-f8dd-4661-a796-1ffab537140e" "_skewY": 0,
"_is3DNode": false,
"_groupIndex": 0,
"groupIndex": 0,
"_id": "65EnHl9vxHWYMerimmgft9"
},
{
"__type__": "cc.Label",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 59
}, },
"_N$target": { "_enabled": true,
"__id__": 35 "_materials": [
{
"__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
}
],
"_srcBlendFactor": 770,
"_dstBlendFactor": 771,
"_useOriginalSize": true,
"_string": "",
"_N$string": "",
"_fontSize": 40,
"_lineHeight": 40,
"_enableWrapText": true,
"_N$file": {
"__uuid__": "bbb7f5b8-6788-4f09-bb15-e32ab0dbbdcc"
},
"_isSystemFontUsed": false,
"_spacingX": 0,
"_batchAsBitmap": false,
"_styleFlags": 0,
"_underlineHeight": 0,
"_N$horizontalAlign": 0,
"_N$verticalAlign": 0,
"_N$fontFamily": "Arial",
"_N$overflow": 0,
"_N$cacheMode": 0,
"_id": "56vlLJPhpLjKH4qbIMtq8o"
},
{
"__type__": "cc.Widget",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 56
}, },
"_id": "28Vhywz4hGv7Zkx2yg5cPL" "_enabled": true,
"alignMode": 1,
"_target": null,
"_alignFlags": 9,
"_left": 82.72900000000004,
"_right": 0,
"_top": 12.148000000000025,
"_bottom": 0,
"_verticalCenter": 0,
"_horizontalCenter": 0,
"_isAbsLeft": true,
"_isAbsRight": true,
"_isAbsTop": true,
"_isAbsBottom": true,
"_isAbsHorizontalCenter": true,
"_isAbsVerticalCenter": true,
"_originalWidth": 0,
"_originalHeight": 0,
"_id": "6cc0EJ7xhJeJjPXcbDkBLa"
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "$nodLayerAnswer", "_name": "$layerParts",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 2 "__id__": 2
...@@ -1854,7 +2865,10 @@ ...@@ -1854,7 +2865,10 @@
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 40 "__id__": 63
},
{
"__id__": 64
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -1868,8 +2882,8 @@ ...@@ -1868,8 +2882,8 @@
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 1280, "width": 517,
"height": 720 "height": 150
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
...@@ -1881,7 +2895,7 @@ ...@@ -1881,7 +2895,7 @@
"ctor": "Float64Array", "ctor": "Float64Array",
"array": [ "array": [
0, 0,
0, -240.755,
0, 0,
0, 0,
0, 0,
...@@ -1903,23 +2917,55 @@ ...@@ -1903,23 +2917,55 @@
"_is3DNode": false, "_is3DNode": false,
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"_id": "eee+zEI6VBx6gOTjjhLza/" "_id": "81sFTIBDpEG7ObilQC8jwP"
},
{
"__type__": "cc.Layout",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 62
},
"_enabled": true,
"_layoutSize": {
"__type__": "cc.Size",
"width": 517,
"height": 150
},
"_resize": 1,
"_N$layoutType": 1,
"_N$cellSize": {
"__type__": "cc.Size",
"width": 40,
"height": 40
},
"_N$startAxis": 0,
"_N$paddingLeft": 0,
"_N$paddingRight": 0,
"_N$paddingTop": 0,
"_N$paddingBottom": 0,
"_N$spacingX": 40,
"_N$spacingY": 0,
"_N$verticalDirection": 1,
"_N$horizontalDirection": 0,
"_N$affectedByScale": false,
"_id": "66n0HvgetOg6WGWFMmHt/5"
}, },
{ {
"__type__": "cc.Widget", "__type__": "cc.Widget",
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 39 "__id__": 62
}, },
"_enabled": true, "_enabled": true,
"alignMode": 1, "alignMode": 1,
"_target": null, "_target": null,
"_alignFlags": 45, "_alignFlags": 4,
"_left": 0, "_left": 0,
"_right": 0, "_right": 0,
"_top": 0, "_top": 0,
"_bottom": 0, "_bottom": 44.245000000000005,
"_verticalCenter": 0, "_verticalCenter": 0,
"_horizontalCenter": 0, "_horizontalCenter": 0,
"_isAbsLeft": true, "_isAbsLeft": true,
...@@ -1928,29 +2974,32 @@ ...@@ -1928,29 +2974,32 @@
"_isAbsBottom": true, "_isAbsBottom": true,
"_isAbsHorizontalCenter": true, "_isAbsHorizontalCenter": true,
"_isAbsVerticalCenter": true, "_isAbsVerticalCenter": true,
"_originalWidth": 100, "_originalWidth": 0,
"_originalHeight": 100, "_originalHeight": 0,
"_id": "a6MuGT3mJClJqZTFmT5PI0" "_id": "55F+9RbpFJIqrBAKNT2nSj"
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "New Node", "_name": "$layerDone",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 2 "__id__": 2
}, },
"_children": [ "_children": [
{ {
"__id__": 42 "__id__": 66
}, },
{ {
"__id__": 44 "__id__": 68
},
{
"__id__": 70
} }
], ],
"_active": true, "_active": false,
"_components": [ "_components": [
{ {
"__id__": 46 "__id__": 74
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -1964,20 +3013,20 @@ ...@@ -1964,20 +3013,20 @@
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 0, "width": 610,
"height": 0 "height": 400
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
"x": 0, "x": 0.5,
"y": 0.5 "y": 0.5
}, },
"_trs": { "_trs": {
"__type__": "TypedArray", "__type__": "TypedArray",
"ctor": "Float64Array", "ctor": "Float64Array",
"array": [ "array": [
-599.807, 0,
332.021, 42.743,
0, 0,
0, 0,
0, 0,
...@@ -1999,20 +3048,20 @@ ...@@ -1999,20 +3048,20 @@
"_is3DNode": false, "_is3DNode": false,
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"_id": "edvReI0fNL6KUF0qR9JChz" "_id": "a90QsUB9ZFGY6O+VDLWPRy"
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "rectangle-4", "_name": "oval-2",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 41 "__id__": 65
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 43 "__id__": 67
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -2026,12 +3075,12 @@ ...@@ -2026,12 +3075,12 @@
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 443, "width": 613,
"height": 56 "height": 407
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
"x": 0, "x": 0.5,
"y": 0.5 "y": 0.5
}, },
"_trs": { "_trs": {
...@@ -2061,14 +3110,14 @@ ...@@ -2061,14 +3110,14 @@
"_is3DNode": false, "_is3DNode": false,
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"_id": "7e2pSgFAZA6JAJ86FmESTR" "_id": "e5yXTMtxREb68U1p3TTgwR"
}, },
{ {
"__type__": "cc.Sprite", "__type__": "cc.Sprite",
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 42 "__id__": 66
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -2079,9 +3128,9 @@ ...@@ -2079,9 +3128,9 @@
"_srcBlendFactor": 770, "_srcBlendFactor": 770,
"_dstBlendFactor": 771, "_dstBlendFactor": 771,
"_spriteFrame": { "_spriteFrame": {
"__uuid__": "80635691-dc0c-494e-a55e-6a91b3357a58" "__uuid__": "5a1307e8-878b-4381-9216-3b4343d34fd5"
}, },
"_type": 1, "_type": 0,
"_sizeMode": 1, "_sizeMode": 1,
"_fillType": 0, "_fillType": 0,
"_fillCenter": { "_fillCenter": {
...@@ -2093,20 +3142,20 @@ ...@@ -2093,20 +3142,20 @@
"_fillRange": 0, "_fillRange": 0,
"_isTrimmedMode": true, "_isTrimmedMode": true,
"_atlas": null, "_atlas": null,
"_id": "25KF7IJU9MCotKIFci5zg/" "_id": "2eVEZdpnRD8rEENP0CFnV7"
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "group-4", "_name": "1",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 41 "__id__": 65
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 45 "__id__": 69
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -2120,8 +3169,8 @@ ...@@ -2120,8 +3169,8 @@
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 58, "width": 234,
"height": 56 "height": 329
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
...@@ -2132,7 +3181,7 @@ ...@@ -2132,7 +3181,7 @@
"__type__": "TypedArray", "__type__": "TypedArray",
"ctor": "Float64Array", "ctor": "Float64Array",
"array": [ "array": [
8.472, 0,
0, 0,
0, 0,
0, 0,
...@@ -2155,14 +3204,14 @@ ...@@ -2155,14 +3204,14 @@
"_is3DNode": false, "_is3DNode": false,
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"_id": "47Q70e9WBB7YgQ5Uub+UrB" "_id": "b3uROroD5AR4dZMW5sAliJ"
}, },
{ {
"__type__": "cc.Sprite", "__type__": "cc.Sprite",
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 44 "__id__": 68
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -2173,7 +3222,7 @@ ...@@ -2173,7 +3222,7 @@
"_srcBlendFactor": 770, "_srcBlendFactor": 770,
"_dstBlendFactor": 771, "_dstBlendFactor": 771,
"_spriteFrame": { "_spriteFrame": {
"__uuid__": "5edd7036-cf07-4774-aade-a295928947dd" "__uuid__": "32026f36-5332-4ca5-849b-324a02034107"
}, },
"_type": 0, "_type": 0,
"_sizeMode": 1, "_sizeMode": 1,
...@@ -2187,47 +3236,86 @@ ...@@ -2187,47 +3236,86 @@
"_fillRange": 0, "_fillRange": 0,
"_isTrimmedMode": true, "_isTrimmedMode": true,
"_atlas": null, "_atlas": null,
"_id": "68n1IV6bZBb6hkine7Z+tz" "_id": "17Pl9gK45J/b+mTvNl7B9v"
}, },
{ {
"__type__": "cc.Widget", "__type__": "cc.Node",
"_name": "", "_name": "$btnAudio",
"_objFlags": 0, "_objFlags": 0,
"node": { "_parent": {
"__id__": 41 "__id__": 65
}, },
"_enabled": true, "_children": [
"alignMode": 1, {
"_target": null, "__id__": 71
"_alignFlags": 9, }
"_left": 40.192999999999984, ],
"_right": 0, "_active": true,
"_top": 27.978999999999985, "_components": [
"_bottom": 0, {
"_verticalCenter": 0, "__id__": 73
"_horizontalCenter": 0, }
"_isAbsLeft": true, ],
"_isAbsRight": true, "_prefab": null,
"_isAbsTop": true, "_opacity": 255,
"_isAbsBottom": true, "_color": {
"_isAbsHorizontalCenter": true, "__type__": "cc.Color",
"_isAbsVerticalCenter": true, "r": 255,
"_originalWidth": 0, "g": 255,
"_originalHeight": 0, "b": 255,
"_id": "6cc0EJ7xhJeJjPXcbDkBLa" "a": 255
},
"_contentSize": {
"__type__": "cc.Size",
"width": 100,
"height": 106
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_trs": {
"__type__": "TypedArray",
"ctor": "Float64Array",
"array": [
416.622,
193.674,
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": "ebRkIDiXtPU6LuvydmUz7O"
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "$layerParts", "_name": "$sprAudio",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 2 "__id__": 70
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 48 "__id__": 72
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -2241,8 +3329,8 @@ ...@@ -2241,8 +3329,8 @@
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 207, "width": 74,
"height": 150 "height": 82
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
...@@ -2254,7 +3342,7 @@ ...@@ -2254,7 +3342,7 @@
"ctor": "Float64Array", "ctor": "Float64Array",
"array": [ "array": [
0, 0,
-228.016, 0,
0, 0,
0, 0,
0, 0,
...@@ -2276,39 +3364,131 @@ ...@@ -2276,39 +3364,131 @@
"_is3DNode": false, "_is3DNode": false,
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"_id": "81sFTIBDpEG7ObilQC8jwP" "_id": "a271g+erJN4IZ9beWBWMdG"
}, },
{ {
"__type__": "cc.Layout", "__type__": "cc.Sprite",
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 47 "__id__": 71
}, },
"_enabled": true, "_enabled": true,
"_layoutSize": { "_materials": [
"__type__": "cc.Size", {
"width": 207, "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
"height": 150 }
],
"_srcBlendFactor": 770,
"_dstBlendFactor": 771,
"_spriteFrame": {
"__uuid__": "621af077-00ed-4f70-b28d-614b433de24d"
}, },
"_resize": 1, "_type": 0,
"_N$layoutType": 1, "_sizeMode": 1,
"_N$cellSize": { "_fillType": 0,
"__type__": "cc.Size", "_fillCenter": {
"width": 40, "__type__": "cc.Vec2",
"height": 40 "x": 0,
"y": 0
}, },
"_N$startAxis": 0, "_fillStart": 0,
"_N$paddingLeft": 0, "_fillRange": 0,
"_N$paddingRight": 0, "_isTrimmedMode": true,
"_N$paddingTop": 0, "_atlas": null,
"_N$paddingBottom": 0, "_id": "ddVU2Hf/VJG4om7HhXhnO/"
"_N$spacingX": 40, },
"_N$spacingY": 0, {
"_N$verticalDirection": 1, "__type__": "cc.Button",
"_N$horizontalDirection": 0, "_name": "",
"_N$affectedByScale": false, "_objFlags": 0,
"_id": "66n0HvgetOg6WGWFMmHt/5" "node": {
"__id__": 70
},
"_enabled": true,
"_normalMaterial": null,
"_grayMaterial": null,
"duration": 0.1,
"zoomScale": 1.2,
"clickEvents": [],
"_N$interactable": true,
"_N$enableAutoGrayEffect": false,
"_N$transition": 3,
"transition": 3,
"_N$normalColor": {
"__type__": "cc.Color",
"r": 230,
"g": 230,
"b": 230,
"a": 255
},
"_N$pressedColor": {
"__type__": "cc.Color",
"r": 200,
"g": 200,
"b": 200,
"a": 255
},
"pressedColor": {
"__type__": "cc.Color",
"r": 200,
"g": 200,
"b": 200,
"a": 255
},
"_N$hoverColor": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"hoverColor": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"_N$disabledColor": {
"__type__": "cc.Color",
"r": 120,
"g": 120,
"b": 120,
"a": 200
},
"_N$normalSprite": {
"__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952"
},
"_N$pressedSprite": {
"__uuid__": "e9ec654c-97a2-4787-9325-e6a10375219a"
},
"pressedSprite": {
"__uuid__": "e9ec654c-97a2-4787-9325-e6a10375219a"
},
"_N$hoverSprite": {
"__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952"
},
"hoverSprite": {
"__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952"
},
"_N$disabledSprite": {
"__uuid__": "29158224-f8dd-4661-a796-1ffab537140e"
},
"_N$target": {
"__id__": 70
},
"_id": "28Vhywz4hGv7Zkx2yg5cPL"
},
{
"__type__": "60f0boYKZdEs6J6lH9cPlYW",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 65
},
"_enabled": true,
"_id": "3ft1BDcvFF+ZAxrUAa65zn"
}, },
{ {
"__type__": "cc.Canvas", "__type__": "cc.Canvas",
...@@ -2373,19 +3553,42 @@ ...@@ -2373,19 +3553,42 @@
"__id__": 2 "__id__": 2
}, },
"_enabled": true, "_enabled": true,
"_id": "76pKAVQpBDVby2iIHB3LLz" "pfbItem": {
}, "__uuid__": "7eafaeb9-489a-42ea-a790-61e319f8bfd1"
{
"__type__": "cc.Animation",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 2
}, },
"_enabled": true, "pfbItemWord": {
"_defaultClip": null, "__uuid__": "a0a21fa6-e335-4b90-b31b-a182722a66e5"
"_clips": [], },
"playOnLoad": false, "pfbItemCollisionEffect": {
"_id": "9fJJ8+ou1BCYC9QlAZP68r" "__uuid__": "dc01f23a-4f76-4fc8-9793-1c29e3774b79"
},
"spfAudio": [
{
"__uuid__": "621af077-00ed-4f70-b28d-614b433de24d"
},
{
"__uuid__": "621af077-00ed-4f70-b28d-614b433de24d"
},
{
"__uuid__": "621af077-00ed-4f70-b28d-614b433de24d"
}
],
"spfLeft": [
{
"__uuid__": "118d5a67-2510-4adf-961a-24db4f84d96f"
},
{
"__uuid__": "0b505044-21ce-4a4a-85c6-5f2dfbd34609"
}
],
"spfRight": [
{
"__uuid__": "0ebd59e0-66cd-4757-9a31-36e2101ad031"
},
{
"__uuid__": "6d54e77c-2b6b-45a3-b4ae-1aa53f84531b"
}
],
"_id": "76pKAVQpBDVby2iIHB3LLz"
} }
] ]
\ No newline at end of file
export const DefaultData = { "questionAudio": "http://staging-teach.cdn.ireadabc.com/2c383c1fce3d89070430342b36469a9c.mp3", "questionText": "12345dsfgdfgsfag", "questionList": [{ "pageAudio": "", "rightOptionIdx": 0, "optionList": [{ "text": "a", "optionAudio": "http://staging-teach.cdn.ireadabc.com/0a78ca4f93c66c026d1e5319baffae6e.mp3" }, { "text": "pp", "optionAudio": "http://staging-teach.cdn.ireadabc.com/d4a2488ca37b24c40012132d95484459.mp3" }, { "text": "le", "optionAudio": "http://staging-teach.cdn.ireadabc.com/7934cdcec68eabe639020bad5420d7f8.mp3" }] }] } export const DefaultData = {"questionAudio":"http://staging-teach.cdn.ireadabc.com/2c383c1fce3d89070430342b36469a9c.mp3","questionText":"123123","questionList":[{"audio":"http://staging-teach.cdn.ireadabc.com/b0c23eb327ec13212d09516a1a8a49ec.mp3","optionList":[{"text":"a","optionAudio":"http://staging-teach.cdn.ireadabc.com/0a78ca4f93c66c026d1e5319baffae6e.mp3"},{"text":"p","optionAudio":"http://staging-teach.cdn.ireadabc.com/d4a2488ca37b24c40012132d95484459.mp3"},{"text":"p","optionAudio":"http://staging-teach.cdn.ireadabc.com/7934cdcec68eabe639020bad5420d7f8.mp3"}]},{"audio":"http://staging-teach.cdn.ireadabc.com/b0c23eb327ec13212d09516a1a8a49ec.mp3","optionList":[{"text":"a","optionAudio":"http://staging-teach.cdn.ireadabc.com/0a78ca4f93c66c026d1e5319baffae6e.mp3"},{"text":"p","optionAudio":"http://staging-teach.cdn.ireadabc.com/d4a2488ca37b24c40012132d95484459.mp3"},{"text":"c","optionAudio":"http://staging-teach.cdn.ireadabc.com/7934cdcec68eabe639020bad5420d7f8.mp3"}]}]}
\ No newline at end of file \ No newline at end of file
// Learn cc.Class: import EventMgr from "./EventMgr";
// - https://docs.cocos.com/creator/manual/en/scripting/class.html
// Learn Attribute:
// - https://docs.cocos.com/creator/manual/en/scripting/reference/attributes.html
// Learn life-cycle callbacks:
// - https://docs.cocos.com/creator/manual/en/scripting/life-cycle-callbacks.html
cc.Class({ cc.Class({
extends: cc.Component, extends: cc.Component,
properties: { properties: {
// foo: { labWord: cc.Label,
// // ATTRIBUTES:
// default: null, // The default value will be used only when the component attaching
// // to a node for the first time
// type: cc.SpriteFrame, // optional, default is typeof default
// serializable: true, // optional, default is true
// },
// bar: {
// get () {
// return this._bar;
// },
// set (value) {
// this._bar = value;
// }
// },
}, },
// LIFE-CYCLE CALLBACKS: onLoad() {
this.node.on('touchmove', this.onTouchMove, this);
this.node.on('touchend', this.onTouchEnd, this);
this.node.on('touchcancel', this.onTouchEnd, this);
// onLoad () {}, EventMgr.on('onTouchmove', this.onMove, this);
EventMgr.on('onBlockInput', this.onBlockInput, this);
EventMgr.on('onCancelBlockInput', this.onCancelBlockInput, this);
},
onDestroy() {
this.node.off('touchmove', this.onTouchMove, this);
this.node.off('touchend', this.onTouchEnd, this);
this.node.off('touchcancel', this.onTouchEnd, this);
EventMgr.off('onTouchmove', this.onMove, this);
EventMgr.off('onBlockInput', this.onBlockInput, this);
EventMgr.off('onCancelBlockInput', this.onCancelBlockInput, this);
},
init(index, data, scene) {
this.scene = scene;
this.index = index;
this.data = data;
this.labWord.string = data.text;
this.blockInput = false;
this.scheduleOnce(() => {
this.canCollision = true;
})
},
onBlockInput() {
this.blockInput = true;
},
onCancelBlockInput() {
this.blockInput = false;
},
onMove(eventName, params) {
if (this.isActive) {
return;
}
if (params.x > 0) {
if (this.index != params.index + 1) {
return;
}
} else {
if (this.index != params.index - 1) {
return;
}
}
let item = this;
let itemList = [item];
while (item.leftItem) {
item = item.leftItem;
itemList.push(item);
}
item = this;
while (item.rightItem) {
item = item.rightItem;
itemList.push(item);
}
for (let i = 0; i < itemList.length; i++) {
itemList[i].node.x -= params.x;
}
},
onTouchMove(event) {
let delta = event.getDelta();
if (Math.abs(delta.x) > 5) {
this.hadMove = true;
}
if (this.blockInput) {
return;
}
this.isActive = true;
start () { let item = this;
let itemList = [item];
while (item.leftItem) {
item = item.leftItem;
itemList.unshift(item);
}
item = this;
while (item.rightItem) {
item = item.rightItem;
itemList.push(item);
}
for (let i = 0; i < itemList.length; i++) {
let pos = itemList[i].node.position.add(delta);
itemList[i].node.x = pos.x;
}
if (delta.x > 0) {
EventMgr.emit('onTouchmove', { x: delta.x, index: itemList[itemList.length - 1].index });
} else {
EventMgr.emit('onTouchmove', { x: delta.x, index: itemList[0].index });
}
},
onTouchEnd() {
if (!this.hadMove) {
this.playAudio();
}
this.hadMove = false;
this.isActive = false;
this.blockInput = false;
EventMgr.emit('onCancelBlockInput');
},
onCollisionEnter: function (other, self) {
if (!this.canCollision) {
return;
}
EventMgr.emit('onBlockInput');
let otherItem = other.node.getComponent('ItemPart');
let selfItem = self.node.getComponent('ItemPart');
if (otherItem.index > this.index) {
this.rightItem = otherItem;
otherItem.leftItem = this;
} else {
this.leftItem = otherItem;
otherItem.rightItem = this;
}
this.correctPosition(otherItem, selfItem);
this.showEffect(otherItem, selfItem);
this.checkDone();
},
// 修正坐标
correctPosition(otherItem, selfItem) {
if (otherItem.index < selfItem.index) {
return;
}
let item = otherItem;
let itemList = [];
let startX = otherItem.node.x;
if (otherItem.index > selfItem.index) {
while (item.leftItem) {
item = item.leftItem;
itemList.push(item);
}
for (let i = 0; i < itemList.length; i++) {
itemList[i].node.x = startX - 184 * (i + 1);
}
} else {
while (item.rightItem) {
item = item.rightItem;
itemList.push(item);
}
for (let i = 0; i < itemList.length; i++) {
itemList[i].node.x = startX + 184 * (i + 1);
}
}
},
showEffect(otherItem, selfItem) {
if (otherItem.index < selfItem.index) {
return;
}
this.scene.showCollisionEffect(cc.v2(otherItem.node.x - 92, otherItem.node.y));
},
checkDone() {
let item = this;
let itemList = [item];
while (item.leftItem) {
item = item.leftItem;
itemList.push(item);
}
item = this;
while (item.rightItem) {
item = item.rightItem;
itemList.push(item);
}
let x = 0;
for (let i = 0; i < itemList.length; i++) {
x += itemList[i].node.x;
}
let pos = cc.v2(x / itemList.length, this.node.y);
this.scene.checkDone(itemList.length, pos);
},
playAudio() {
GameData.audioCount++;
let url = this.data.optionAudio;
cc.assetManager.loadRemote(url, null, (err, clip) => {
if (err) {
console.log(err)
return;
}
let id = cc.audioEngine.play(clip, false, 1);
cc.audioEngine.setFinishCallback(id, () => {
GameData.audioCount--;
})
});
}, },
// update (dt) {}, // update (dt) {},
......
cc.Class({
extends: cc.Component,
properties: {
labWord: cc.Label,
},
init(data) {
this.data = data;
let string = '';
for (let i = 0; i < data.optionList.length; i++) {
string += data.optionList[i].text;
}
this.labWord.string = string;
},
onLoad() {
this.node.on('touchstart', this.onTouchStart, this);
},
onDestroy() {
this.node.off('touchstart', this.onTouchStart, this);
},
onTouchStart() {
this.playAudio();
},
playAudio(){
GameData.audioCount++;
let url = this.data.audio;
cc.assetManager.loadRemote(url, null, (err, clip) => {
if (err) {
console.log(err)
return;
}
let id = cc.audioEngine.play(clip, false, 1);
cc.audioEngine.setFinishCallback(id, () => {
GameData.audioCount--;
})
});
},
// update (dt) {},
});
{
"ver": "1.0.8",
"uuid": "297e561b-223b-4400-a138-077fc2762fdc",
"isPlugin": false,
"loadPluginInWeb": true,
"loadPluginInNative": true,
"loadPluginInEditor": false,
"subMetas": {}
}
\ No newline at end of file
cc.Class({
extends: cc.Component,
properties: {
},
// LIFE-CYCLE CALLBACKS:
onLoad () {
this.node.on('touchstart',this.onTouchStart,this)
},
onTouchStart () {
this.playAudio();
},
playAudio(){
GameData.audioCount++;
let url = GameData.scene.data.questionList[GameData.questionIndex].audio;
cc.assetManager.loadRemote(url, null, (err, clip) => {
if (err) {
console.log(err)
return;
}
let id = cc.audioEngine.play(clip, false, 1);
cc.audioEngine.setFinishCallback(id, () => {
GameData.audioCount--;
})
});
},
// update (dt) {},
});
{
"ver": "1.0.8",
"uuid": "60f0ba18-2997-44b3-a27a-947f5c3e5616",
"isPlugin": false,
"loadPluginInWeb": true,
"loadPluginInNative": true,
"loadPluginInEditor": false,
"subMetas": {}
}
\ No newline at end of file
...@@ -7,7 +7,12 @@ cc.Class({ ...@@ -7,7 +7,12 @@ cc.Class({
extends: BaseUI, extends: BaseUI,
properties: { properties: {
pfbItem: cc.Prefab,
pfbItemWord: cc.Prefab,
pfbItemCollisionEffect: cc.Prefab,
spfAudio: [cc.SpriteFrame],
spfLeft: [cc.SpriteFrame],
spfRight: [cc.SpriteFrame],
}, },
// 生命周期 onLoad // 生命周期 onLoad
...@@ -16,13 +21,10 @@ cc.Class({ ...@@ -16,13 +21,10 @@ cc.Class({
this.initNodes(); this.initNodes();
this.initSceneData(); this.initSceneData();
this.initSize(); this.initSize();
GameData.scene = this;
}, },
initNodes() { initNodes() {
this.sprAudio = this.nodeDict.sprAudio.getComponent(cc.Sprite); this.sprAudio = this.nodeDict.sprAudio.getComponent(cc.Sprite);
this.sprAudio.node.active = false;
this.startDragonbonePos = this.dragonBone.node.position;
this.animation = this.getComponent(cc.Animation);
}, },
onEnable() { onEnable() {
...@@ -84,15 +86,10 @@ cc.Class({ ...@@ -84,15 +86,10 @@ cc.Class({
}, },
addPreloadItem() { addPreloadItem() {
this._resList.push({ url: this.data.questionAudio });
for (let i = 0; i < this.data.questionList.length; i++) { for (let i = 0; i < this.data.questionList.length; i++) {
this._resList.push({ url: this.data.questionAudio });
this._resList.push({ url: this.data.questionList[i].pageAudio });
for (let j = 0; j < this.data.questionList[i].optionList.length; j++) { for (let j = 0; j < this.data.questionList[i].optionList.length; j++) {
this._resList.push({ url: this.data.questionList[i].optionList[j].optionAudio }); this._resList.push({ url: this.data.questionList[i].optionList[j].optionAudio });
this._resList.push({ url: this.data.questionList[i].optionList[j].optionDragonBone.skeJsonData.url });
this._resList.push({ url: this.data.questionList[i].optionList[j].optionDragonBone.texJsonData.url });
this._resList.push({ url: this.data.questionList[i].optionList[j].optionDragonBone.texPngData.url });
} }
} }
}, },
...@@ -110,296 +107,123 @@ cc.Class({ ...@@ -110,296 +107,123 @@ cc.Class({
loadEnd() { loadEnd() {
GameData.questionIndex = 0; if (this.data.questionList.length === 0) {
this.questionList = []; return;
for (let i = 0; i < this.data.questionList.length; i++) {
this.questionList[i] = i;
} }
// this.questionList[0] = 0; GameData.questionIndex = 0;
this.initData();
this.initData();
this.updateBtnStatus();
this.startGame(); this.startGame();
this.dragonBone.on(dragonBones.EventObject.COMPLETE, (event) => {
if (event.animationState.name == 'wrong') {
this.playNormal();
}
}, this)
}, },
initData() { initData() {
// 所有全局变量 默认都是null let manager = cc.director.getCollisionManager();
manager.enabled = true;
this.nodeDict.layerParts.destroyAllChildren();
this.nodeDict.layerParts.getComponent(cc.Layout).enabled = true;
this.audioSpfIndex = 0;
GameData.audioCount = 0; GameData.audioCount = 0;
this.nodeDict.nodButtons.zIndex = 6;
let optionList = this.data.questionList[GameData.questionIndex].optionList;
this.optionList = [];
for (let i = 0; i < optionList.length; i++) {
this.optionList[i] = i;
}
this.initAnswer();
this.initTitle(); this.initTitle();
this.updateBtnStatus(); this.initOptions();
}, },
startGame() { startGame() {
this.playAudioEntrer();
}, },
initTitle() { initTitle() {
let label = this.nodeDict.labTitle.getComponent(cc.Label); let label = this.nodeDict.labTitle.getComponent(cc.Label);
label.string = this.data.questionText; label.string = this.data.questionText;
label._forceUpdateRenderData(); label._forceUpdateRenderData();
if (this.nodeDict.labTitle.width > 545) { if (this.nodeDict.labTitle.width > 290) {
this.nodeDict.labTitle.scale = 545 / this.nodeDict.labTitle.width this.nodeDict.labTitle.scale = 290 / this.nodeDict.labTitle.width
} }
}, this.nodeDict.nodBgTitle.on('touchstart', () => {
GameData.audioCount++;
// 初始化选项 let url = this.data.questionAudio;
initAnswer() { // url = 'http://127.0.0.1/iamflying.mp3';
this.nodeDict.nodLayerAnswer.destroyAllChildren(); cc.assetManager.loadRemote(url, null, (err, clip) => {
let optionList = this.data.questionList[GameData.questionIndex].optionList; if (err) {
if (optionList.length <= 5) { console.log(err)
this.layerAnser = cc.instantiate(this.layerFive); return;
this.layerAnser.parent = this.nodeDict.nodLayerAnswer;
} else {
this.layerAnser = cc.instantiate(this.layerSeven);
this.layerAnser.parent = this.nodeDict.nodLayerAnswer;
}
this.nodeDict.nodLayerAnswer.zIndex = 2;
this.layerAnser.active = true;
for (let i = 0; i < optionList.length; i++) {
let node = this.layerAnser.children[i];
node.active = true;
let isRight = false;
if (this.data.questionList[GameData.questionIndex].rightOptionIdx == i) {
isRight = true;
}
node.getComponent('ItemAnswer').setInfo(optionList[i], i, this, isRight);
}
for (let i = this.layerAnser.children.length - 1; i >= optionList.length; i--) {
this.layerAnser.children[i].active = false;
}
},
playAudioEntrer() {
GameData.audioCount++;
let id = cc.audioEngine.play(this.audEnter, false, 1);
cc.audioEngine.setFinishCallback(id, () => {
GameData.audioCount--;
this.playAudioQuestion();
})
},
playAudioPage(isBtn,cb) {
GameData.audioCount++;
let url = this.data.questionList[GameData.questionIndex].pageAudio;
// url = 'http://127.0.0.1/iamflying.mp3';
cc.assetManager.loadRemote(url, null, (err, clip) => {
if (err) {
console.log(err)
this.startStepDone();
return;
}
let id = cc.audioEngine.play(clip, false, 1);
cc.audioEngine.setFinishCallback(id, () => {
GameData.audioCount--;
cb && cb();
if (!isBtn) {
this.startStepDone();
} }
}) let id = cc.audioEngine.play(clip, false, 1);
}); cc.audioEngine.setFinishCallback(id, () => {
}, if (!cc.isValid(this)) {
playAudioQuestion() { return;
GameData.audioCount++; }
let url = this.data.questionAudio; GameData.audioCount--;
// url = 'http://127.0.0.1/iamflying.mp3'; })
cc.assetManager.loadRemote(url, null, (err, clip) => { });
if (err) {
console.log(err)
return;
}
let id = cc.audioEngine.play(clip, false, 1);
cc.audioEngine.setFinishCallback(id, () => {
GameData.audioCount--;
this.playAudioPage();
})
}); });
}, },
playAudioMove() {
GameData.audioCount++;
let id = cc.audioEngine.play(this.audMove, false, 1);
cc.audioEngine.setFinishCallback(id, () => {
GameData.audioCount--;
})
},
playAudioMerge() {
GameData.audioCount++;
let id = cc.audioEngine.play(this.audMerge, false, 1);
cc.audioEngine.setFinishCallback(id, () => {
GameData.audioCount--;
})
},
startStepDone() { initOptions() {
this.sprAudio.node.active = true; for (let i = 0; i < this.data.questionList[GameData.questionIndex].optionList.length; i++) {
GameData.startStepDone = true; // this._resList.push({ url: this.data.questionList[GameData.questionIndex].optionList[i].optionAudio });
EventMgr.emit('showAudioButton'); let node = cc.instantiate(this.pfbItem);
node.parent = this.nodeDict.layerParts;
node.getComponent('ItemPart').init(i, this.data.questionList[GameData.questionIndex].optionList[i], this);
}
this.scheduleOnce(() => {
this.nodeDict.layerParts.getComponent(cc.Layout).enabled = false;
})
}, },
updateBtnStatus() { updateBtnStatus() {
if (this.data.questionList.length === 1) {
this.nodeDict.btnLast.active = false;
this.nodeDict.btnNext.active = false;
return;
}
if (GameData.questionIndex == 0) { if (GameData.questionIndex == 0) {
this.nodeDict.btnLast.getComponent(cc.Button).interactable = false; this.nodeDict.btnLast.getComponent(cc.Sprite).spriteFrame = this.spfLeft[0];
} else { } else {
this.nodeDict.btnLast.getComponent(cc.Button).interactable = true; this.nodeDict.btnLast.getComponent(cc.Sprite).spriteFrame = this.spfLeft[1];
} }
if (GameData.questionIndex == this.data.questionList.length - 1) { if (GameData.questionIndex == this.data.questionList.length - 1) {
this.nodeDict.btnNext.getComponent(cc.Button).interactable = false; this.nodeDict.btnNext.getComponent(cc.Sprite).spriteFrame = this.spfRight[0];
} else { } else {
this.nodeDict.btnNext.getComponent(cc.Button).interactable = true; this.nodeDict.btnNext.getComponent(cc.Sprite).spriteFrame = this.spfRight[1];
} }
}, },
onClickAnswer(itemAnser, isRight) {
for (let i = 0; i < this.layerAnser.children.length; i++) {
this.layerAnser.children[i].getComponent('ItemAnswer').playHideAudioButton();
}
if (isRight) {
this.showDragonBonesMove(itemAnser.node);
} else {
this.scheduleOnce(() => {
for (let i = 0; i < this.layerAnser.children.length; i++) {
this.layerAnser.children[i].getComponent('ItemAnswer').playShowAudioButton();
}
}, 2)
this.playWrong();
GameData.audioCount++;
this.scheduleOnce(() => {
this.showLayerTryagain();
}, 0.8)
}
},
showDragonBonesMove(target) {
this.playAudioMove();
GameData._showDragonbones = true;
GameData._showDragonbonesMove = true;
let pos = target.parent.convertToWorldSpaceAR(target.position);
pos = this.node.convertToNodeSpaceAR(pos);
pos = pos.add(cc.v2(180, -100))
this.dragonBone.node.zIndex = 3;
this.dragonBone.node.runAction(
cc.sequence(
cc.moveTo(2, pos),
cc.callFunc(() => {
})
)
)
this.playRight();
this.scheduleOnce(() => {
if (cc.isValid(target)) {
this.showChooseRight(target);
}
}, 2.2)
},
showChooseRight(target) {
let itemAnswer = target.getComponent('ItemAnswer');
for(let i = 0;i<this.questionList.length;i++){
if(this.questionList[i] === GameData.questionIndex){
this.questionList.splice(i, 1);
}
}
this.nodeDict.nodMask.active = true;
this.nodeDict.nodMask.parent = this.layerAnser;
target.zIndex = 2;
this.playNormal();
this.dragonBone.node.runAction(
cc.sequence(
cc.moveTo(0.5, this.startDragonbonePos),
cc.callFunc(() => {
this.dragonBone.node.zIndex = 1;
})
)
)
itemAnswer.playRotateNormal();
target.runAction(cc.sequence(
cc.spawn(
cc.moveTo(0.5, 0, 0),
cc.scaleTo(0.5, 1.2)
),
cc.callFunc(() => {
itemAnswer.playLabelGreen(()=>{
if(GameData.isOver){
return;
}
if (this.checkOver()) {
this.showLayerOver();
}
});
GameData._showDragonbonesMove = false;
})
))
},
checkOver() { checkOver() {
if (this.questionList.length == 0) { if (this.questionList.length == 0) {
return true; return true;
} }
}, },
showLayerOver() {
GameData.isOver = true;
let node = cc.instantiate(this.layerOver);
node.parent = this.node;
node.zIndex = 6;
this.dragonBone.node.stopAllActions();
this.dragonBone.node.zIndex = 7;
this.animation.play('anim_over_girl');
this.scheduleOnce(()=>{
this.playFinish();
},0.6)
this.scheduleOnce(() => {
node.getChildByName('bg_verygood').runAction(
cc.sequence(
cc.scaleTo(1,0),
cc.callFunc(()=>{
this.dragonBone.node.zIndex = 1;
})
)
)
}, 3.5)
},
showLayerTryagain() { checkDone(length, pos) {
let node = cc.instantiate(this.layerTryAgain); if (length < this.data.questionList[GameData.questionIndex].optionList.length) {
node.parent = this.node; return;
node.zIndex = 5; }
GameData.audioCount--;
this.playAudioTryagain();
this.scheduleOnce(() => {
node.destroy();
}, 1.7)
},
playAudioTryagain() { this.nodeDict.layerParts.destroyAllChildren();
GameData.audioCount++; let node = cc.instantiate(this.pfbItemWord);
let id = cc.audioEngine.play(this.audTryAgain, false, 1); node.parent = this.nodeDict.layerParts;
cc.audioEngine.setFinishCallback(id, () => { node.x = 0;
GameData.audioCount--; node.y = pos.y;
}) node.getComponent('ItemWord').init(this.data.questionList[GameData.questionIndex]);
this.showCollisionEffect(pos);
this.showLayerDone();
},
showLayerDone() {
this.nodeDict.layerDone.active = true;
this.nodeDict.layerDone.scale = 0;
cc.tween(this.nodeDict.layerDone)
.to(0.25, { scale: 1.05 })
.to(0.1, { scale: 1 })
.start()
}, },
resetDate() { resetDate() {
GameData._showDragonbones = false; this.nodeDict.layerDone.active = false;
this.nodeDict.nodMask.active = false;
this.nodeDict.nodMask.parent = this.node;
cc.audioEngine.stopAll(); cc.audioEngine.stopAll();
this.initData(); this.initData();
this.playAudioPage(); this.updateBtnStatus();
GameData.startStepDone = false;
}, },
onTurnLast() { onTurnLast() {
if (GameData.audioCount != 0) { if (GameData.audioCount != 0) {
...@@ -423,50 +247,40 @@ cc.Class({ ...@@ -423,50 +247,40 @@ cc.Class({
}, },
buttonListener(button) { buttonListener(button) {
if (GameData._showDragonbonesMove) {
return;
}
if (button.node.name == 'btnTitle') { if (button.node.name == 'btnTitle') {
if (GameData.audioCount != 0) { if (GameData.audioCount != 0) {
return; return;
} }
this.playAudio() this.playAudio()
} else if (button.node.name == 'btnLast') { } else if (button.node.name == 'btnLast') {
if(this.nodeDict.btnLast.getComponent(cc.Sprite).spriteFrame === this.spfLeft[0]){
return;
}
this.onTurnLast(); this.onTurnLast();
} else if (button.node.name == 'btnReplay') { } else if (button.node.name == 'btnReplay') {
this.onReplay(); this.onReplay();
} else if (button.node.name == 'btnNext') { } else if (button.node.name == 'btnNext') {
if(this.nodeDict.btnNext.getComponent(cc.Sprite).spriteFrame === this.spfRight[0]){
return;
}
this.onTurnNext(); this.onTurnNext();
} else if (button.node.name == 'btnAudio') { } else if (button.node.name == 'btnAudio') {
this.onBtnClickAudio(); this.onBtnClickAudio();
} }
}, },
playNormal() {
this.dragonBone.playAnimation('normal', 0);
},
playWrong() {
this.dragonBone.playAnimation('wrong', 1);
},
playRight() {
this.dragonBone.playAnimation('right', 1);
},
playFinish() {
this.dragonBone.playAnimation('finish', 1);
},
changeAudioSpfCb() { changeAudioSpfCb() {
this.sprAudio.spriteFrame = this.sprAudio.spriteFrame == this.spfAudio[0] ? this.spfAudio[1] : this.spfAudio[0]; this.sprAudio.spriteFrame = this.spfAudio[this.audioSpfIndex];
this.audioSpfIndex++;
this.audioSpfIndex = this.audioSpfIndex % 3;
}, },
onBtnClickAudio() { onBtnClickAudio() {
if (GameData.audioCount > 0) { if (GameData.audioCount > 0) {
return; return;
} }
this.dragonBone.playAnimation(this.animationName, 0);
this.sprAudio.spriteFrame = this.spfAudio[0]; this.sprAudio.spriteFrame = this.spfAudio[0];
this.schedule(this.changeAudioSpfCb, 0.2) this.schedule(this.changeAudioSpfCb, 0.2)
this.playAudioPage(true,() => { this.playAudio(() => {
this.unschedule(this.changeAudioSpfCb) this.unschedule(this.changeAudioSpfCb)
this.sprAudio.spriteFrame = this.spfAudio[1]; this.sprAudio.spriteFrame = this.spfAudio[1];
}); });
...@@ -474,7 +288,7 @@ cc.Class({ ...@@ -474,7 +288,7 @@ cc.Class({
playAudio(cb) { playAudio(cb) {
GameData.audioCount++; GameData.audioCount++;
let url = this.data.questionAudio; let url = this.data.questionList[GameData.questionIndex].audio;
// url = 'http://127.0.0.1/iamflying.mp3'; // url = 'http://127.0.0.1/iamflying.mp3';
cc.assetManager.loadRemote(url, null, (err, clip) => { cc.assetManager.loadRemote(url, null, (err, clip) => {
if (err) { if (err) {
...@@ -491,4 +305,16 @@ cc.Class({ ...@@ -491,4 +305,16 @@ cc.Class({
}) })
}); });
}, },
showCollisionEffect(pos) {
let node = cc.instantiate(this.pfbItemCollisionEffect);
node.parent = this.nodeDict.layerParts;
node.position = pos;
node.getComponent(cc.Animation).play();
this.scheduleOnce(() => {
if (cc.isValid(node)) {
node.destroy();
}
}, 2)
},
}); });
{ {
"ver": "2.3.5", "ver": "2.3.5",
"uuid": "8a24e809-df9e-49b1-8577-8cf46b2cf90c", "uuid": "5e3f5c6a-24ed-4095-8443-ffabd31067f9",
"type": "sprite", "type": "sprite",
"wrapMode": "clamp", "wrapMode": "clamp",
"filterMode": "bilinear", "filterMode": "bilinear",
...@@ -13,8 +13,8 @@ ...@@ -13,8 +13,8 @@
"subMetas": { "subMetas": {
"1": { "1": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "25963b81-e467-47fe-84ab-ec6b9a37d0f6", "uuid": "32026f36-5332-4ca5-849b-324a02034107",
"rawTextureUuid": "8a24e809-df9e-49b1-8577-8cf46b2cf90c", "rawTextureUuid": "5e3f5c6a-24ed-4095-8443-ffabd31067f9",
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": false,
......
{
"__type__": "cc.SpriteAtlas"
}
\ No newline at end of file
{
"ver": "1.2.0",
"uuid": "90a684af-ca41-4a41-b14e-be122fb0098a",
"maxWidth": 1024,
"maxHeight": 1024,
"padding": 2,
"allowRotation": true,
"forceSquared": false,
"powerOfTwo": false,
"algorithm": "MaxRects",
"format": "png",
"quality": 80,
"contourBleed": true,
"paddingBleed": true,
"filterUnused": false,
"packable": false,
"premultiplyAlpha": false,
"filterMode": "bilinear",
"platformSettings": {},
"subMetas": {}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "c5ca8ed7-7645-4278-b08c-cba36ed07416",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 455,
"height": 109,
"platformSettings": {},
"subMetas": {
"group-10": {
"ver": "1.0.4",
"uuid": "b96537b3-5a59-42ac-b68b-0162e225d0fa",
"rawTextureUuid": "c5ca8ed7-7645-4278-b08c-cba36ed07416",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 455,
"height": 109,
"rawWidth": 455,
"rawHeight": 109,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 259,
"borderRight": 168,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "401e5296-39a3-4424-b60e-14aad48013f2",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 78,
"height": 45,
"platformSettings": {},
"subMetas": {
"group-2-copy-5": {
"ver": "1.0.4",
"uuid": "d6b07aa5-78c4-42e4-9e83-7ee547e3e71d",
"rawTextureUuid": "401e5296-39a3-4424-b60e-14aad48013f2",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 78,
"height": 45,
"rawWidth": 78,
"rawHeight": 45,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{ {
"ver": "2.3.5", "ver": "2.3.5",
"uuid": "e4849d4c-ca89-439e-bb0e-1eb6fa10f72b", "uuid": "0deb717e-07ca-4f3d-b0f0-72e2635b8c0e",
"type": "sprite", "type": "sprite",
"wrapMode": "clamp", "wrapMode": "clamp",
"filterMode": "bilinear", "filterMode": "bilinear",
...@@ -13,8 +13,8 @@ ...@@ -13,8 +13,8 @@
"subMetas": { "subMetas": {
"group-2-copy": { "group-2-copy": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "e8153e07-f79b-4d55-9cd9-776cf1bb37d1", "uuid": "b8c19c61-5ffa-4146-9d2d-f1278b14609d",
"rawTextureUuid": "e4849d4c-ca89-439e-bb0e-1eb6fa10f72b", "rawTextureUuid": "0deb717e-07ca-4f3d-b0f0-72e2635b8c0e",
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": false,
......
{ {
"ver": "2.3.5", "ver": "2.3.5",
"uuid": "cae44307-0e36-45ad-bcba-efa7407dfd62", "uuid": "5bfc0953-9c66-4dec-8ffb-65f13be11b62",
"type": "sprite", "type": "sprite",
"wrapMode": "clamp", "wrapMode": "clamp",
"filterMode": "bilinear", "filterMode": "bilinear",
"premultiplyAlpha": false, "premultiplyAlpha": false,
"genMipmaps": false, "genMipmaps": false,
"packable": true, "packable": true,
"width": 517, "width": 207,
"height": 149, "height": 121,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"group-2": { "group-2": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "ad21aa5b-e9a8-40f0-b96b-beb15c46ec8f", "uuid": "c50864dd-052a-4ddd-adbf-4df64420510d",
"rawTextureUuid": "cae44307-0e36-45ad-bcba-efa7407dfd62", "rawTextureUuid": "5bfc0953-9c66-4dec-8ffb-65f13be11b62",
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": false,
...@@ -22,10 +22,10 @@ ...@@ -22,10 +22,10 @@
"offsetY": 0, "offsetY": 0,
"trimX": 0, "trimX": 0,
"trimY": 0, "trimY": 0,
"width": 517, "width": 207,
"height": 149, "height": 121,
"rawWidth": 517, "rawWidth": 207,
"rawHeight": 149, "rawHeight": 121,
"borderTop": 0, "borderTop": 0,
"borderBottom": 0, "borderBottom": 0,
"borderLeft": 0, "borderLeft": 0,
......
{
"ver": "2.3.5",
"uuid": "321bbab0-00a1-4e23-b060-951662a532ba",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 517,
"height": 149,
"platformSettings": {},
"subMetas": {
"group-22": {
"ver": "1.0.4",
"uuid": "6b628901-c2b8-45c7-ab5e-64142a4f4316",
"rawTextureUuid": "321bbab0-00a1-4e23-b060-951662a532ba",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 517,
"height": 149,
"rawWidth": 517,
"rawHeight": 149,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{ {
"ver": "2.3.5", "ver": "2.3.5",
"uuid": "e9e1df2a-b0d9-4bec-b7e6-0b1aa286653b", "uuid": "54f2e1f5-b1b6-4e6e-9593-8f3abb6f3748",
"type": "sprite", "type": "sprite",
"wrapMode": "clamp", "wrapMode": "clamp",
"filterMode": "bilinear", "filterMode": "bilinear",
...@@ -13,8 +13,8 @@ ...@@ -13,8 +13,8 @@
"subMetas": { "subMetas": {
"group-3": { "group-3": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "28c78c42-a46b-4693-8aef-a043e8fedfb7", "uuid": "b2482312-db38-448b-9181-20cac9073b9a",
"rawTextureUuid": "e9e1df2a-b0d9-4bec-b7e6-0b1aa286653b", "rawTextureUuid": "54f2e1f5-b1b6-4e6e-9593-8f3abb6f3748",
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": false,
...@@ -22,10 +22,10 @@ ...@@ -22,10 +22,10 @@
"offsetY": 0, "offsetY": 0,
"trimX": 0, "trimX": 0,
"trimY": 0, "trimY": 0,
"width": 37, "width": 49,
"height": 34, "height": 44,
"rawWidth": 37, "rawWidth": 49,
"rawHeight": 34, "rawHeight": 44,
"borderTop": 0, "borderTop": 0,
"borderBottom": 0, "borderBottom": 0,
"borderLeft": 0, "borderLeft": 0,
......
{ {
"ver": "2.3.5", "ver": "2.3.5",
"uuid": "6894ee7d-7754-4bb8-a9bb-af886d848c50", "uuid": "934273d5-c891-47c3-99a5-75eb4e5bc9ce",
"type": "sprite", "type": "sprite",
"wrapMode": "clamp", "wrapMode": "clamp",
"filterMode": "bilinear", "filterMode": "bilinear",
"premultiplyAlpha": false, "premultiplyAlpha": false,
"genMipmaps": false, "genMipmaps": false,
"packable": true, "packable": true,
"width": 231, "width": 53,
"height": 68, "height": 44,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"jacket": { "group-7-2": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "57d0fcf2-0891-4188-a6eb-08fbcbbd8ba9", "uuid": "6d54e77c-2b6b-45a3-b4ae-1aa53f84531b",
"rawTextureUuid": "6894ee7d-7754-4bb8-a9bb-af886d848c50", "rawTextureUuid": "934273d5-c891-47c3-99a5-75eb4e5bc9ce",
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": false,
...@@ -22,10 +22,10 @@ ...@@ -22,10 +22,10 @@
"offsetY": 0, "offsetY": 0,
"trimX": 0, "trimX": 0,
"trimY": 0, "trimY": 0,
"width": 231, "width": 53,
"height": 68, "height": 44,
"rawWidth": 231, "rawWidth": 53,
"rawHeight": 68, "rawHeight": 44,
"borderTop": 0, "borderTop": 0,
"borderBottom": 0, "borderBottom": 0,
"borderLeft": 0, "borderLeft": 0,
......
{ {
"ver": "2.3.5", "ver": "2.3.5",
"uuid": "198bd21f-362f-422b-86f0-1900d925aceb", "uuid": "cc348dc0-7b5d-4724-86c9-d27ceafe77f9",
"type": "sprite", "type": "sprite",
"wrapMode": "clamp", "wrapMode": "clamp",
"filterMode": "bilinear", "filterMode": "bilinear",
...@@ -13,8 +13,8 @@ ...@@ -13,8 +13,8 @@
"subMetas": { "subMetas": {
"group-7-copy": { "group-7-copy": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "abe08b24-be14-48f3-b76e-ba0d8cf3001e", "uuid": "118d5a67-2510-4adf-961a-24db4f84d96f",
"rawTextureUuid": "198bd21f-362f-422b-86f0-1900d925aceb", "rawTextureUuid": "cc348dc0-7b5d-4724-86c9-d27ceafe77f9",
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": false,
...@@ -22,10 +22,10 @@ ...@@ -22,10 +22,10 @@
"offsetY": 0, "offsetY": 0,
"trimX": 0, "trimX": 0,
"trimY": 0, "trimY": 0,
"width": 40, "width": 53,
"height": 34, "height": 44,
"rawWidth": 40, "rawWidth": 53,
"rawHeight": 34, "rawHeight": 44,
"borderTop": 0, "borderTop": 0,
"borderBottom": 0, "borderBottom": 0,
"borderLeft": 0, "borderLeft": 0,
......
{
"ver": "2.3.5",
"uuid": "d53b0aab-4aac-4fd4-ae95-adb38579a1aa",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 53,
"height": 44,
"platformSettings": {},
"subMetas": {
"group-7-copy2": {
"ver": "1.0.4",
"uuid": "0b505044-21ce-4a4a-85c6-5f2dfbd34609",
"rawTextureUuid": "d53b0aab-4aac-4fd4-ae95-adb38579a1aa",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 53,
"height": 44,
"rawWidth": 53,
"rawHeight": 44,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{ {
"ver": "2.3.5", "ver": "2.3.5",
"uuid": "0e1e58d5-506a-4aaa-a9c3-d4d1aeb9ecbb", "uuid": "085e9172-215b-4cf3-8240-eff2497ec889",
"type": "sprite", "type": "sprite",
"wrapMode": "clamp", "wrapMode": "clamp",
"filterMode": "bilinear", "filterMode": "bilinear",
...@@ -13,8 +13,8 @@ ...@@ -13,8 +13,8 @@
"subMetas": { "subMetas": {
"group-7": { "group-7": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "b7086c0e-e86b-4136-95b1-0d7316e4011e", "uuid": "0ebd59e0-66cd-4757-9a31-36e2101ad031",
"rawTextureUuid": "0e1e58d5-506a-4aaa-a9c3-d4d1aeb9ecbb", "rawTextureUuid": "085e9172-215b-4cf3-8240-eff2497ec889",
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": false,
...@@ -22,10 +22,10 @@ ...@@ -22,10 +22,10 @@
"offsetY": 0, "offsetY": 0,
"trimX": 0, "trimX": 0,
"trimY": 0, "trimY": 0,
"width": 40, "width": 53,
"height": 34, "height": 44,
"rawWidth": 40, "rawWidth": 53,
"rawHeight": 34, "rawHeight": 44,
"borderTop": 0, "borderTop": 0,
"borderBottom": 0, "borderBottom": 0,
"borderLeft": 0, "borderLeft": 0,
......
{
"ver": "2.3.5",
"uuid": "361e6c5e-84fa-44db-bff7-67f8697fb040",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 74,
"height": 82,
"platformSettings": {},
"subMetas": {
"invalid-name": {
"ver": "1.0.4",
"uuid": "621af077-00ed-4f70-b28d-614b433de24d",
"rawTextureUuid": "361e6c5e-84fa-44db-bff7-67f8697fb040",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 74,
"height": 82,
"rawWidth": 74,
"rawHeight": 82,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{ {
"ver": "2.3.5", "ver": "2.3.5",
"uuid": "1a3c8c64-1bb4-4124-8ed0-67f03074825e", "uuid": "fd4e75a6-9e88-4cf8-8b65-3919a518642d",
"type": "sprite", "type": "sprite",
"wrapMode": "clamp", "wrapMode": "clamp",
"filterMode": "bilinear", "filterMode": "bilinear",
"premultiplyAlpha": false, "premultiplyAlpha": false,
"genMipmaps": false, "genMipmaps": false,
"packable": true, "packable": true,
"width": 606, "width": 613,
"height": 399, "height": 407,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"oval-2": { "oval-2": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "3aa4dec2-50e3-4428-a921-fba6cbc99c52", "uuid": "5a1307e8-878b-4381-9216-3b4343d34fd5",
"rawTextureUuid": "1a3c8c64-1bb4-4124-8ed0-67f03074825e", "rawTextureUuid": "fd4e75a6-9e88-4cf8-8b65-3919a518642d",
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": false,
...@@ -22,10 +22,10 @@ ...@@ -22,10 +22,10 @@
"offsetY": 0, "offsetY": 0,
"trimX": 0, "trimX": 0,
"trimY": 0, "trimY": 0,
"width": 606, "width": 613,
"height": 399, "height": 407,
"rawWidth": 606, "rawWidth": 613,
"rawHeight": 399, "rawHeight": 407,
"borderTop": 0, "borderTop": 0,
"borderBottom": 0, "borderBottom": 0,
"borderLeft": 0, "borderLeft": 0,
......
{
"ver": "2.3.5",
"uuid": "a20602e4-5e2b-4894-b58d-61329ece7172",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 147,
"height": 156,
"platformSettings": {},
"subMetas": {
"page-1": {
"ver": "1.0.4",
"uuid": "0480a092-0c45-4d8a-ae51-2eda0b2bd86f",
"rawTextureUuid": "a20602e4-5e2b-4894-b58d-61329ece7172",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 147,
"height": 156,
"rawWidth": 147,
"rawHeight": 156,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "f08655ac-a4a4-4860-a99e-907737dea17e",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 71,
"height": 293,
"platformSettings": {},
"subMetas": {
"page-1_2": {
"ver": "1.0.4",
"uuid": "c511e574-d5fe-4b4d-bcc5-b7884fa68c97",
"rawTextureUuid": "f08655ac-a4a4-4860-a99e-907737dea17e",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 71,
"height": 293,
"rawWidth": 71,
"rawHeight": 293,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{ {
"ver": "2.3.5", "ver": "2.3.5",
"uuid": "8981e0f8-1a76-4173-a42e-0bcc8b9021d4", "uuid": "0067bc1a-0882-48de-9542-25a0a34eaf0b",
"type": "sprite", "type": "sprite",
"wrapMode": "clamp", "wrapMode": "clamp",
"filterMode": "bilinear", "filterMode": "bilinear",
"premultiplyAlpha": false, "premultiplyAlpha": false,
"genMipmaps": false, "genMipmaps": false,
"packable": true, "packable": true,
"width": 126, "width": 74,
"height": 95, "height": 100,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"group-8": { "path-11": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "2146f684-7498-4ab8-900d-b766e8552ec1", "uuid": "92916583-d5ed-4d47-943d-062d3ae65193",
"rawTextureUuid": "8981e0f8-1a76-4173-a42e-0bcc8b9021d4", "rawTextureUuid": "0067bc1a-0882-48de-9542-25a0a34eaf0b",
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": false,
...@@ -22,10 +22,10 @@ ...@@ -22,10 +22,10 @@
"offsetY": 0, "offsetY": 0,
"trimX": 0, "trimX": 0,
"trimY": 0, "trimY": 0,
"width": 126, "width": 74,
"height": 95, "height": 100,
"rawWidth": 126, "rawWidth": 74,
"rawHeight": 95, "rawHeight": 100,
"borderTop": 0, "borderTop": 0,
"borderBottom": 0, "borderBottom": 0,
"borderLeft": 0, "borderLeft": 0,
......
{
"ver": "2.3.5",
"uuid": "b80f435b-9471-4370-8a0a-43959b4a4b04",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 1064,
"height": 237,
"platformSettings": {},
"subMetas": {
"path-13": {
"ver": "1.0.4",
"uuid": "6e6e64b6-9ff7-4a2b-8bbb-d50ec2e1a63d",
"rawTextureUuid": "b80f435b-9471-4370-8a0a-43959b4a4b04",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 1064,
"height": 237,
"rawWidth": 1064,
"rawHeight": 237,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{ {
"ver": "2.3.5", "ver": "2.3.5",
"uuid": "fd0dd205-f828-475f-b682-04d767eef165", "uuid": "623a2d1c-66b1-4552-bfcd-ed0e9fd10226",
"type": "sprite", "type": "sprite",
"wrapMode": "clamp", "wrapMode": "clamp",
"filterMode": "bilinear", "filterMode": "bilinear",
...@@ -8,13 +8,13 @@ ...@@ -8,13 +8,13 @@
"genMipmaps": false, "genMipmaps": false,
"packable": true, "packable": true,
"width": 1280, "width": 1280,
"height": 181, "height": 597,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"path-3": { "path-14": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "bae42217-e1cd-49a7-8173-a299ae7316e6", "uuid": "359a83d6-7bc3-4644-885c-bb60db302bd6",
"rawTextureUuid": "fd0dd205-f828-475f-b682-04d767eef165", "rawTextureUuid": "623a2d1c-66b1-4552-bfcd-ed0e9fd10226",
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": false,
...@@ -23,9 +23,9 @@ ...@@ -23,9 +23,9 @@
"trimX": 0, "trimX": 0,
"trimY": 0, "trimY": 0,
"width": 1280, "width": 1280,
"height": 181, "height": 597,
"rawWidth": 1280, "rawWidth": 1280,
"rawHeight": 181, "rawHeight": 597,
"borderTop": 0, "borderTop": 0,
"borderBottom": 0, "borderBottom": 0,
"borderLeft": 0, "borderLeft": 0,
......
{
"ver": "2.3.5",
"uuid": "460ced38-6415-4f8b-9bb4-e531bbdbc8dd",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 1280,
"height": 403,
"platformSettings": {},
"subMetas": {
"path-15": {
"ver": "1.0.4",
"uuid": "01236f1a-6ac2-4fd6-b057-93b2909fd78f",
"rawTextureUuid": "460ced38-6415-4f8b-9bb4-e531bbdbc8dd",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 1280,
"height": 403,
"rawWidth": 1280,
"rawHeight": 403,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "192d9e94-33d7-4ca2-8c9f-7b2dcf8d0291",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 1280,
"height": 187,
"platformSettings": {},
"subMetas": {
"path-16": {
"ver": "1.0.4",
"uuid": "112ef9c7-adb7-4d92-b43f-6a2568810ee6",
"rawTextureUuid": "192d9e94-33d7-4ca2-8c9f-7b2dcf8d0291",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 1280,
"height": 187,
"rawWidth": 1280,
"rawHeight": 187,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "fa75cd55-14c6-4772-b85c-6fe0ef2cab1b",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 1113,
"height": 387,
"platformSettings": {},
"subMetas": {
"path-17": {
"ver": "1.0.4",
"uuid": "918a9f90-52e3-4476-94da-c60b76d3308f",
"rawTextureUuid": "fa75cd55-14c6-4772-b85c-6fe0ef2cab1b",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 1113,
"height": 387,
"rawWidth": 1113,
"rawHeight": 387,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{ {
"ver": "2.3.5", "ver": "2.3.5",
"uuid": "b37c6347-7121-481e-896e-5ae0250a3045", "uuid": "93e8c046-4c86-46c5-baa8-768b3e64ed3f",
"type": "sprite", "type": "sprite",
"wrapMode": "clamp", "wrapMode": "clamp",
"filterMode": "bilinear", "filterMode": "bilinear",
"premultiplyAlpha": false, "premultiplyAlpha": false,
"genMipmaps": false, "genMipmaps": false,
"packable": true, "packable": true,
"width": 92, "width": 65,
"height": 22, "height": 22,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"bye-bye": { "path-19": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "7feae054-c3f0-47c7-ab24-6482a2d65b35", "uuid": "fa9d4c5c-4b5c-4bd3-9c8b-560a5ce5ce3b",
"rawTextureUuid": "b37c6347-7121-481e-896e-5ae0250a3045", "rawTextureUuid": "93e8c046-4c86-46c5-baa8-768b3e64ed3f",
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": false,
...@@ -22,9 +22,9 @@ ...@@ -22,9 +22,9 @@
"offsetY": 0, "offsetY": 0,
"trimX": 0, "trimX": 0,
"trimY": 0, "trimY": 0,
"width": 92, "width": 65,
"height": 22, "height": 22,
"rawWidth": 92, "rawWidth": 65,
"rawHeight": 22, "rawHeight": 22,
"borderTop": 0, "borderTop": 0,
"borderBottom": 0, "borderBottom": 0,
......
{
"ver": "2.3.5",
"uuid": "851e5725-04ca-4c45-9a45-0be55ab0ac54",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 148,
"height": 47,
"platformSettings": {},
"subMetas": {
"path-2": {
"ver": "1.0.4",
"uuid": "fa399e60-a782-4032-ad6a-b3a9ec393aa1",
"rawTextureUuid": "851e5725-04ca-4c45-9a45-0be55ab0ac54",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 148,
"height": 47,
"rawWidth": 148,
"rawHeight": 47,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{ {
"ver": "2.3.5", "ver": "2.3.5",
"uuid": "1385421e-2b76-4fed-bb43-57227510d989", "uuid": "4a30f544-8a33-4212-96f5-28fbe1ea530d",
"type": "sprite", "type": "sprite",
"wrapMode": "clamp", "wrapMode": "clamp",
"filterMode": "bilinear", "filterMode": "bilinear",
"premultiplyAlpha": false, "premultiplyAlpha": false,
"genMipmaps": false, "genMipmaps": false,
"packable": true, "packable": true,
"width": 58, "width": 67,
"height": 56, "height": 33,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"group-4": { "path-20": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "5edd7036-cf07-4774-aade-a295928947dd", "uuid": "e5f4a77b-6d74-432a-96b6-ce6a9beef555",
"rawTextureUuid": "1385421e-2b76-4fed-bb43-57227510d989", "rawTextureUuid": "4a30f544-8a33-4212-96f5-28fbe1ea530d",
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": false,
...@@ -22,10 +22,10 @@ ...@@ -22,10 +22,10 @@
"offsetY": 0, "offsetY": 0,
"trimX": 0, "trimX": 0,
"trimY": 0, "trimY": 0,
"width": 58, "width": 67,
"height": 56, "height": 33,
"rawWidth": 58, "rawWidth": 67,
"rawHeight": 56, "rawHeight": 33,
"borderTop": 0, "borderTop": 0,
"borderBottom": 0, "borderBottom": 0,
"borderLeft": 0, "borderLeft": 0,
......
{
"ver": "2.3.5",
"uuid": "6f924fb7-463c-428c-a9a7-5b6368d65594",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 80,
"height": 125,
"platformSettings": {},
"subMetas": {
"path-21": {
"ver": "1.0.4",
"uuid": "4bf68dea-8330-4103-9129-ac620a0ae1ee",
"rawTextureUuid": "6f924fb7-463c-428c-a9a7-5b6368d65594",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 80,
"height": 125,
"rawWidth": 80,
"rawHeight": 125,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "ca884f2e-5a5f-4a5c-bb8e-23bdd95c2696",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 213,
"height": 88,
"platformSettings": {},
"subMetas": {
"path-4-copy": {
"ver": "1.0.4",
"uuid": "7ad8466b-3a3a-4107-817d-444e8d64c86d",
"rawTextureUuid": "ca884f2e-5a5f-4a5c-bb8e-23bdd95c2696",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 213,
"height": 88,
"rawWidth": 213,
"rawHeight": 88,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "0503350a-51f6-4a6e-a971-6aea4ce84d3c",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 294,
"height": 122,
"platformSettings": {},
"subMetas": {
"path-4": {
"ver": "1.0.4",
"uuid": "520a51ff-2bc3-4129-9d6f-0bfa93faa741",
"rawTextureUuid": "0503350a-51f6-4a6e-a971-6aea4ce84d3c",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 294,
"height": 122,
"rawWidth": 294,
"rawHeight": 122,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{ {
"ver": "2.3.5", "ver": "2.3.5",
"uuid": "bd32e894-b6db-4ad5-88d3-d7151054bb96", "uuid": "5aa2c0e0-44d5-445b-8423-47071b4ad534",
"type": "sprite", "type": "sprite",
"wrapMode": "clamp", "wrapMode": "clamp",
"filterMode": "bilinear", "filterMode": "bilinear",
...@@ -13,8 +13,8 @@ ...@@ -13,8 +13,8 @@
"subMetas": { "subMetas": {
"path-5": { "path-5": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "a18002c6-4bc5-4226-8a1a-237d726d0bea", "uuid": "779eeaf1-4c97-4cc5-93cd-7cf4e1a714de",
"rawTextureUuid": "bd32e894-b6db-4ad5-88d3-d7151054bb96", "rawTextureUuid": "5aa2c0e0-44d5-445b-8423-47071b4ad534",
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": false,
......
{
"ver": "2.3.5",
"uuid": "f3ef2695-05b3-406c-bdd4-5e3ae95e3842",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 165,
"height": 96,
"platformSettings": {},
"subMetas": {
"path-5_2": {
"ver": "1.0.4",
"uuid": "4fcb7fcc-cb4f-4f08-8e24-8f9fef79c997",
"rawTextureUuid": "f3ef2695-05b3-406c-bdd4-5e3ae95e3842",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 165,
"height": 96,
"rawWidth": 165,
"rawHeight": 96,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "21cc9365-b0d2-4cf6-9509-20cae5c62d75",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 229,
"height": 26,
"platformSettings": {},
"subMetas": {
"pull-apart-words": {
"ver": "1.0.4",
"uuid": "4d332439-0fde-46f9-83de-a6dc5043d180",
"rawTextureUuid": "21cc9365-b0d2-4cf6-9509-20cae5c62d75",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 229,
"height": 26,
"rawWidth": 229,
"rawHeight": 26,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "3a2cbc02-ba4e-49a3-89eb-7c335d898ae6",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 443,
"height": 56,
"platformSettings": {},
"subMetas": {
"rectangle-4": {
"ver": "1.0.4",
"uuid": "80635691-dc0c-494e-a55e-6a91b3357a58",
"rawTextureUuid": "3a2cbc02-ba4e-49a3-89eb-7c335d898ae6",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 443,
"height": 56,
"rawWidth": 443,
"rawHeight": 56,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 104,
"borderRight": 120,
"subMetas": {}
}
}
}
\ No newline at end of file
{ {
"ver": "2.3.5", "ver": "2.3.5",
"uuid": "be2ed9b0-a72a-40ae-ba92-73205e177b48", "uuid": "abbdf083-aa6d-4e70-bd8a-52771d8066fc",
"type": "sprite", "type": "sprite",
"wrapMode": "clamp", "wrapMode": "clamp",
"filterMode": "bilinear", "filterMode": "bilinear",
...@@ -11,10 +11,10 @@ ...@@ -11,10 +11,10 @@
"height": 720, "height": 720,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"bg": { "rectangle-3": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "fbf3c8bd-39a1-41de-9059-9e28f915ed45", "uuid": "9b159cac-85da-4c59-8fd2-93702750c14d",
"rawTextureUuid": "be2ed9b0-a72a-40ae-ba92-73205e177b48", "rawTextureUuid": "abbdf083-aa6d-4e70-bd8a-52771d8066fc",
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": false,
......
{ {
"last-module-event-record-time": 1607932083385, "last-module-event-record-time": 1607932083385,
"group-list": [ "group-list": [
"default" "default",
"part"
], ],
"collision-matrix": [ "collision-matrix": [
[ [
false
],
[
false,
true true
] ]
], ],
......
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