Commit 173afde1 authored by asdf's avatar asdf

.

parent 1c17f347
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<div class="card-item-content border"> <div class="card-item-content border">
<div class="section-content;text-align:center"> <div class="section-content;text-align:center">
<div style="display: inline-block; margin-left: 20px;"> <div style="display: inline-block; margin-left: 20px;">
<span>开始音频</span><span> : </span> <span>题意音频</span><span> : </span>
</div> </div>
<div style="display: inline-block; margin-bottom: 10px;margin-left: 10px;"> <div style="display: inline-block; margin-bottom: 10px;margin-left: 10px;">
<app-audio-recorder [audioUrl]="contentObj.bgm_url" (audioUploaded)="onBgmUploadSuccess($event)"> <app-audio-recorder [audioUrl]="contentObj.bgm_url" (audioUploaded)="onBgmUploadSuccess($event)">
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
</div> </div>
</div> </div>
</div> --> </div> -->
<!-- <div class="section" style="margin-top: 10px"></div> -->
<div class="card-config"> <div class="card-config">
...@@ -41,73 +42,95 @@ ...@@ -41,73 +42,95 @@
</div> </div>
<div class="card-item-content border" style="margin-top: 10px;">
<div class="section" style="margin-top: 10px"></div> <div class="section-content;text-align:center ">
<div style="display: inline-block; margin-left: 20px;margin-top: 10px;">
<div class="section-content;text-align:center "> <span>短音频</span><span> : </span>
<div style="display: inline-block; margin-left: 20px;margin-top: 10px;"> </div>
<span>短音频</span><span> : </span> <div style="display: inline-block; margin-bottom: 10px;margin-left: 10px;">
</div> <app-audio-recorder [audioUrl]="item.shortAudio_url"
<div style="display: inline-block; margin-bottom: 10px;margin-left: 10px;"> (audioUploaded)="onAudioUploadSuccessByItem($event, item)"></app-audio-recorder>
<app-audio-recorder [audioUrl]="item.shortAudio_url" </div>
(audioUploaded)="onAudioUploadSuccessByItem($event, item)"></app-audio-recorder>
</div> </div>
</div>
<div class="section"></div>
<div class="section-content;text-align:center "> <div class="section-content;text-align:center ">
<span style="margin-bottom: 10px;margin-left: 20px;">单词: </span> <span style="margin-bottom: 10px;margin-left: 20px;">单词: </span>
<input style="width: 200px; margin-bottom: 10px;margin-left: 10px;" type="text" nz-input <input style="width: 200px; margin-bottom: 10px;margin-left: 10px;" type="text" nz-input
[(ngModel)]="item.text" (ngModelChange)="handleTextChange($event, i)"> [(ngModel)]="item.text" (ngModelChange)="handleTextChange($event, i)">
</div>
</div> </div>
<div class="card-item-content border"> <div class="card-item-content border" style="margin-top: 10px;">
<div *ngFor="let word of item.text.split(''); let j = index" class="section-content;text-align:center" <div *ngFor="let word of item.text.split(''); let j = index" class="section-content;text-align:center"
style="padding: 0.5vw; display: inline-block"> style="padding: 0.5vw; display: inline-block">
<button nz-button [(nzType)]=item.words[j] (click)="setButtonType(item,j)"> <button nz-button [nzType]=getButtonType(item,j) (click)="setButtonType(item,j)">
<span>{{word}}</span> <span>{{word}}</span>
</button> </button>
</div> </div>
</div> </div>
<div class="section" style="margin-top: 10px"></div>
<div class="section-content;text-align:center" style="margin-top: 10px"> <div class="card-item-content border" style="margin-top: 10px;">
<span style="margin-left: 20px;margin-bottom: 10px;display: inline;vertical-align:400%;">图片: </span> <span style="margin-left: 10px;">骨骼动画 : </span>
<div style="display: inline-block; margin-bottom: 10px;margin-left: 20px;width:200px"> <div class="section-content;text-align:center" style="margin-top: 10px">
<app-upload-image-with-preview style="width: 100%;" [picUrl]="item.image_url" <div style="display: flex 1;margin-bottom: 10px;margin-left: 10px;">
(imageUploaded)="onImageUploadSuccessByItem($event, item)"> <span>上传 ske_json 文件</span><span> : </span>
</app-upload-image-with-preview> <nz-upload nzAccept=".json" [nzAction]="uploadUrl" [nzData]="uploadData" [nzShowUploadList]="false"
(nzChange)="handleChange($event, item,'ske_json')">
<button nz-button><i nz-icon nzType="upload"></i>Upload</button>
</nz-upload>
<span style="margin-left: 10px;">{{item["ske_json_name"]}}</span>
</div>
<div style="display: flex 1;margin-bottom: 10px;margin-left: 10px;">
<span>上传 tex_json 文件</span><span> : </span>
<nz-upload nzAccept=".json" [nzAction]="uploadUrl" [nzData]="uploadData" [nzShowUploadList]="false"
(nzChange)="handleChange($event, item,'tex_json')">
<button nz-button><i nz-icon nzType="upload"></i>Upload</button>
</nz-upload>
<span style="margin-left: 10px;">{{ item["tex_json_name"] }}</span>
</div>
<div style="display: flex 1;margin-bottom: 10px;margin-left: 10px;">
<span>上传 tex_png 文件</span><span> : </span>
<nz-upload nzAccept=".png" [nzAction]="uploadUrl" [nzData]="uploadData" [nzShowUploadList]="false"
(nzChange)="handleChange($event, item,'tex_png')">
<button nz-button><i nz-icon nzType="upload"></i>Upload</button>
</nz-upload>
<span style="margin-left: 10px;">{{ item["tex_png_name"] }}</span>
</div>
</div> </div>
</div> </div>
<div class="section" style="margin-top: 10px"></div>
<div class="section-content;text-align:center" style="margin-top: 10px;height:40px">
<div style="float:left;">
<span style="margin-right: 0px;">正确答案? : </span>
<nz-switch style="margin-right: 10px;" [(ngModel)]="item.isRight" (ngModelChange)="onSwitchChange()">
</nz-switch>
</div>
<div style="float:right;"> <div class="card-item-content border" style="margin-top: 10px;">
<button *ngIf="contentObj.dataArray.length<4" style="margin-right: 10px" nz-button nzType="primary" <div class="section-content;text-align:center" style="margin-top: 10px;height:40px">
(click)="onCopyData(i)"> <div style="float:left;">
<span>复制本页</span> <span style="margin-right: 0px;">正确答案? : </span>
</button> <nz-switch style="margin-right: 10px;" [(ngModel)]="item.isRight" (ngModelChange)="onSwitchChange()">
<button nz-button nzType="danger" style="margin-right: 0px;" </nz-switch>
(click)="deleteItem(contentObj.dataArray, i)"> </div>
<span>删除本页</span>
</button> <div style="float:right;">
<button style="margin-right: 10px" nz-button nzType="primary" (click)="onCopyData(i)">
<span>复制本页</span>
</button>
<button nz-button nzType="danger" style="margin-right: 0px;"
(click)="deleteItem(contentObj.dataArray, i)">
<span>删除本页</span>
</button>
</div>
</div> </div>
</div> </div>
</div> </div>
</div> </div>
</div> </div>
<div *ngIf="contentObj.dataArray.length<4"> <div>
<button nz-button nzType="primary" class="add-btn" (click)="addItem(contentObj.dataArray)"> <button nz-button nzType="primary" class="add-btn" (click)="addItem(contentObj.dataArray)">
<i nz-icon nzType="plus-circle" nzTheme="outline"></i> <i nz-icon nzType="plus-circle" nzTheme="outline"></i>
新建单词 新建单词
......
...@@ -40,7 +40,7 @@ export class FormComponent implements OnInit, OnChanges, OnDestroy { ...@@ -40,7 +40,7 @@ export class FormComponent implements OnInit, OnChanges, OnDestroy {
* shortAudio_url:'', * shortAudio_url:'',
* image_url:'', * image_url:'',
* isRight:false, * isRight:false,
* words:[] * letters:[]
* } * }
*/ */
...@@ -59,8 +59,8 @@ export class FormComponent implements OnInit, OnChanges, OnDestroy { ...@@ -59,8 +59,8 @@ export class FormComponent implements OnInit, OnChanges, OnDestroy {
let item = this.contentObj.dataArray[index]; let item = this.contentObj.dataArray[index];
item.text = text; item.text = text;
for (let i = 0; i < text.length; i++) { for (let i = 0; i < text.length; i++) {
if (!item.words[i]) { if (!item.letters[i]) {
item.words[i] = 'text'; item.letters[i] = 0;
} }
} }
this.saveItem() this.saveItem()
...@@ -137,14 +137,21 @@ export class FormComponent implements OnInit, OnChanges, OnDestroy { ...@@ -137,14 +137,21 @@ export class FormComponent implements OnInit, OnChanges, OnDestroy {
} }
setButtonType(item, j) { setButtonType(item, j) {
if (item.words[j] == 'primary') { if (item.letters[j] == 1) {
item.words[j] = 'text'; item.letters[j] = 0;
} else { } else {
item.words[j] = 'primary'; item.letters[j] = 1;
} }
this.save() this.save()
} }
getButtonType(item, j) {
if (item.letters[j] == 1) {
return 'primary';
}
return 'text';
}
onSwitchChange() { onSwitchChange() {
this.save() this.save()
} }
...@@ -155,7 +162,7 @@ export class FormComponent implements OnInit, OnChanges, OnDestroy { ...@@ -155,7 +162,7 @@ export class FormComponent implements OnInit, OnChanges, OnDestroy {
} }
addItem(item) { addItem(item) {
item.push({ text: "", isRight: false, shortAudio_url: '', image_url: "", words: {} }) item.push({ text: "", isRight: false, shortAudio_url: '', image_url: "", letters: {} })
this.saveItem(); this.saveItem();
setTimeout(() => { setTimeout(() => {
window.scrollTo(0, document.body.scrollHeight); window.scrollTo(0, document.body.scrollHeight);
...@@ -179,6 +186,23 @@ export class FormComponent implements OnInit, OnChanges, OnDestroy { ...@@ -179,6 +186,23 @@ export class FormComponent implements OnInit, OnChanges, OnDestroy {
this.save(); this.save();
} }
handleChange(info: { type: string, file: UploadFile, event: any }, item, key) {
console.log('info:', info);
switch (info.type) {
case 'success':
this.uploadSuccess(info.file, item, key);
break;
}
}
uploadSuccess(file, item, key) {
console.log(item);
item[key] = file.response.url;
item[key + '_name'] = file.name;
this.save();
}
saveItem() { saveItem() {
this.save(); this.save();
} }
...@@ -186,7 +210,7 @@ export class FormComponent implements OnInit, OnChanges, OnDestroy { ...@@ -186,7 +210,7 @@ export class FormComponent implements OnInit, OnChanges, OnDestroy {
save() { save() {
(<any>window).courseware.setData(this.item, null, this.KEY); (<any>window).courseware.setData(this.item, null, this.KEY);
this.refresh(); this.refresh();
// console.log("保存", JSON.stringify(this.item)) console.log("保存", JSON.stringify(this.item))
} }
refresh() { refresh() {
......
{ {
"version": "1.1", "version": "1.1",
"key": "DataKey_Cocos_Test", "key": "DataKey_Cocos_Test",
"haveCover":false,
"dataArray": [] "dataArray": []
} }
\ No newline at end of file
{ {
"ver": "1.1.2", "ver": "1.1.2",
"uuid": "5f5df408-ce4f-4c0d-befa-fb4f1e18700f", "uuid": "055f3c8d-ca18-4e0f-b0cb-68b6077415cf",
"isBundle": false, "isBundle": false,
"bundleName": "", "bundleName": "",
"priority": 1, "priority": 1,
......
{
"__type__": "cc.AnimationClip",
"_name": "fingerMove",
"_objFlags": 0,
"_native": "",
"_duration": 0.6666666666666666,
"sample": 60,
"speed": 0.2,
"wrapMode": 1,
"curveData": {
"paths": {
"finger": {
"props": {
"x": [
{
"frame": 0,
"value": 690
},
{
"frame": 0.08333333333333333,
"value": 690
},
{
"frame": 0.16666666666666666,
"value": 900
},
{
"frame": 0.25,
"value": 900
},
{
"frame": 0.3333333333333333,
"value": 1108
},
{
"frame": 0.4166666666666667,
"value": 1108
},
{
"frame": 0.5,
"value": 1315
}
],
"active": [
{
"frame": 0,
"value": true
},
{
"frame": 0.5833333333333334,
"value": true
},
{
"frame": 0.6666666666666666,
"value": false
}
],
"opacity": [
{
"frame": 0,
"value": 255
},
{
"frame": 0.5833333333333334,
"value": 255
},
{
"frame": 0.6666666666666666,
"value": 0
}
]
}
}
}
},
"events": []
}
\ No newline at end of file
{
"ver": "2.1.0",
"uuid": "1ec43c34-3523-4470-bbc9-c6eb9ab33386",
"subMetas": {}
}
\ No newline at end of file
{
"ver": "2.0.1",
"uuid": "3b4d792e-6e1e-4a06-9f07-8368268755b7",
"downloadMode": 0,
"duration": 1.184417,
"subMetas": {}
}
\ No newline at end of file
{
"ver": "2.0.1",
"uuid": "a7e0fc53-293f-4b46-81ca-8e1c62a84a9c",
"downloadMode": 0,
"duration": 9.351837,
"subMetas": {}
}
\ No newline at end of file
{
"ver": "2.0.1",
"uuid": "5ec440d1-9bfe-4246-9543-d964b41ac8c5",
"downloadMode": 0,
"duration": 1.810417,
"subMetas": {}
}
\ No newline at end of file
{ {
"ver": "1.1.2", "ver": "1.1.2",
"uuid": "9a627d34-3905-4750-80f6-67e51994f82a", "uuid": "ac86e335-44ed-48e5-bd97-5f4ab7fa28d4",
"isBundle": false, "isBundle": false,
"bundleName": "", "bundleName": "",
"priority": 1, "priority": 1,
......
[
{
"__type__": "cc.Prefab",
"_name": "",
"_objFlags": 0,
"_native": "",
"data": {
"__id__": 1
},
"optimizationPolicy": 0,
"asyncLoadAssets": false,
"readonly": false
},
{
"__type__": "cc.Node",
"_name": "ItemLetter",
"_objFlags": 0,
"_parent": null,
"_children": [],
"_active": true,
"_components": [
{
"__id__": 2
},
{
"__id__": 3
}
],
"_prefab": {
"__id__": 4
},
"_opacity": 255,
"_color": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"_contentSize": {
"__type__": "cc.Size",
"width": 15.35,
"height": 37.8
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_trs": {
"__type__": "TypedArray",
"ctor": "Float64Array",
"array": [
-28.37,
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.Label",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 1
},
"_enabled": true,
"_materials": [
{
"__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
}
],
"_srcBlendFactor": 770,
"_dstBlendFactor": 771,
"_useOriginalSize": true,
"_string": "a",
"_N$string": "a",
"_fontSize": 30,
"_lineHeight": 30,
"_enableWrapText": true,
"_N$file": {
"__uuid__": "6649a27f-4829-4395-a98f-46575eed9b95"
},
"_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__": "7dba0zIACNKip6XtEfKJFLs",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 1
},
"_enabled": true,
"colorYellow": "#F67627",
"colorGreen": "#009776",
"colorRed": "#E11C24",
"colorBlue": "#0093CD",
"colorNormal": "#3C3048",
"_id": ""
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__uuid__": "b4cceb6a-30d5-400a-ac0f-9fb6961a728b"
},
"fileId": "1feCsK5RVBEbsKWb3urJXw",
"sync": false
}
]
\ No newline at end of file
{
"ver": "1.2.7",
"uuid": "b4cceb6a-30d5-400a-ac0f-9fb6961a728b",
"optimizationPolicy": "AUTO",
"asyncLoadAssets": false,
"readonly": false,
"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": "coach1",
"_objFlags": 0,
"_parent": null,
"_children": [
{
"__id__": 2
},
{
"__id__": 5
},
{
"__id__": 8
}
],
"_active": true,
"_components": [
{
"__id__": 11
}
],
"_prefab": {
"__id__": 12
},
"_opacity": 255,
"_color": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"_contentSize": {
"__type__": "cc.Size",
"width": 0,
"height": 0
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_trs": {
"__type__": "TypedArray",
"ctor": "Float64Array",
"array": [
0,
0,
0,
0,
0,
0,
1,
1,
1,
1
]
},
"_eulerAngles": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_skewX": 0,
"_skewY": 0,
"_is3DNode": false,
"_groupIndex": 0,
"groupIndex": 0,
"_id": ""
},
{
"__type__": "cc.Node",
"_name": "invalid-name_11",
"_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": 244,
"height": 205
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_trs": {
"__type__": "TypedArray",
"ctor": "Float64Array",
"array": [
0,
-158,
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__": "f72c13fd-0e22-4af0-9fdc-5b4a4ff04356"
},
"_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__": "7760047e-74e6-4d91-9457-8ae061db649c"
},
"fileId": "f8pDpdcEtN5rESeG2G/kbV",
"sync": false
},
{
"__type__": "cc.Node",
"_name": "letters",
"_objFlags": 0,
"_parent": {
"__id__": 1
},
"_children": [],
"_active": true,
"_components": [
{
"__id__": 6
}
],
"_prefab": {
"__id__": 7
},
"_opacity": 255,
"_color": {
"__type__": "cc.Color",
"r": 60,
"g": 48,
"b": 72,
"a": 255
},
"_contentSize": {
"__type__": "cc.Size",
"width": 107.44999999999999,
"height": 37.8
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_trs": {
"__type__": "TypedArray",
"ctor": "Float64Array",
"array": [
22.577,
-172.078,
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.Layout",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 5
},
"_enabled": true,
"_layoutSize": {
"__type__": "cc.Size",
"width": 107.44999999999999,
"height": 37.8
},
"_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": 0,
"_N$spacingY": 0,
"_N$verticalDirection": 1,
"_N$horizontalDirection": 0,
"_N$affectedByScale": false,
"_id": ""
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__uuid__": "7760047e-74e6-4d91-9457-8ae061db649c"
},
"fileId": "e8D7ESCSxAg4M5Bn/1xDWQ",
"sync": false
},
{
"__type__": "cc.Node",
"_name": "button",
"_objFlags": 0,
"_parent": {
"__id__": 1
},
"_children": [],
"_active": true,
"_components": [
{
"__id__": 9
}
],
"_prefab": {
"__id__": 10
},
"_opacity": 255,
"_color": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"_contentSize": {
"__type__": "cc.Size",
"width": 194,
"height": 118
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_trs": {
"__type__": "TypedArray",
"ctor": "Float64Array",
"array": [
23.405,
-167.256,
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.Button",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 8
},
"_enabled": true,
"_normalMaterial": null,
"_grayMaterial": null,
"duration": 0.1,
"zoomScale": 1.2,
"clickEvents": [],
"_N$interactable": true,
"_N$enableAutoGrayEffect": false,
"_N$transition": 0,
"transition": 0,
"_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__": 8
},
"_id": ""
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__uuid__": "7760047e-74e6-4d91-9457-8ae061db649c"
},
"fileId": "82LbSHHy9Bj4B819AAy/Wd",
"sync": false
},
{
"__type__": "6a79aze0bxMlY7SvVfBgVVg",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 1
},
"_enabled": true,
"pfbLetter": {
"__uuid__": "b4cceb6a-30d5-400a-ac0f-9fb6961a728b"
},
"_id": ""
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__uuid__": "7760047e-74e6-4d91-9457-8ae061db649c"
},
"fileId": "462mMOzKVNbqHY6rIY7BCq",
"sync": false
}
]
\ No newline at end of file
{
"ver": "1.2.7",
"uuid": "7760047e-74e6-4d91-9457-8ae061db649c",
"optimizationPolicy": "AUTO",
"asyncLoadAssets": false,
"readonly": false,
"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": "coach2",
"_objFlags": 0,
"_parent": null,
"_children": [
{
"__id__": 2
},
{
"__id__": 5
},
{
"__id__": 8
}
],
"_active": true,
"_components": [
{
"__id__": 11
}
],
"_prefab": {
"__id__": 12
},
"_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": [
207.5,
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": "invalid-name_10",
"_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": 244,
"height": 440
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_trs": {
"__type__": "TypedArray",
"ctor": "Float64Array",
"array": [
0,
-41,
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__": "dd153fb3-52a9-4875-aae2-cb2e4dab49ad"
},
"_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__": "39553e67-4de9-4d3b-8597-ed88a22fd71f"
},
"fileId": "fcM7GKmWFBBJsE+MaHWtYx",
"sync": false
},
{
"__type__": "cc.Node",
"_name": "letters",
"_objFlags": 0,
"_parent": {
"__id__": 1
},
"_children": [],
"_active": true,
"_components": [
{
"__id__": 6
}
],
"_prefab": {
"__id__": 7
},
"_opacity": 255,
"_color": {
"__type__": "cc.Color",
"r": 60,
"g": 48,
"b": 72,
"a": 255
},
"_contentSize": {
"__type__": "cc.Size",
"width": 72.09,
"height": 37.8
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_trs": {
"__type__": "TypedArray",
"ctor": "Float64Array",
"array": [
22.577,
-172.078,
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.Layout",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 5
},
"_enabled": true,
"_layoutSize": {
"__type__": "cc.Size",
"width": 72.09,
"height": 37.8
},
"_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": 0,
"_N$spacingY": 0,
"_N$verticalDirection": 1,
"_N$horizontalDirection": 0,
"_N$affectedByScale": false,
"_id": ""
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__uuid__": "39553e67-4de9-4d3b-8597-ed88a22fd71f"
},
"fileId": "11pCJxmj5AzIDQLMw98HU8",
"sync": false
},
{
"__type__": "cc.Node",
"_name": "button",
"_objFlags": 0,
"_parent": {
"__id__": 1
},
"_children": [],
"_active": true,
"_components": [
{
"__id__": 9
}
],
"_prefab": {
"__id__": 10
},
"_opacity": 255,
"_color": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"_contentSize": {
"__type__": "cc.Size",
"width": 194,
"height": 118
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_trs": {
"__type__": "TypedArray",
"ctor": "Float64Array",
"array": [
23.405,
-167.256,
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.Button",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 8
},
"_enabled": true,
"_normalMaterial": null,
"_grayMaterial": null,
"duration": 0.1,
"zoomScale": 1.2,
"clickEvents": [],
"_N$interactable": true,
"_N$enableAutoGrayEffect": false,
"_N$transition": 0,
"transition": 0,
"_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__": 8
},
"_id": ""
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__uuid__": "39553e67-4de9-4d3b-8597-ed88a22fd71f"
},
"fileId": "f9WSUwWDJK5YAryJy78YaG",
"sync": false
},
{
"__type__": "96cfdFfbxZFcaiWwYH6/Y/g",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 1
},
"_enabled": true,
"pfbLetter": {
"__uuid__": "b4cceb6a-30d5-400a-ac0f-9fb6961a728b"
},
"_id": ""
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__uuid__": "39553e67-4de9-4d3b-8597-ed88a22fd71f"
},
"fileId": "daL5F5F1BD8KW4TWPJC5eu",
"sync": false
}
]
\ No newline at end of file
{
"ver": "1.2.7",
"uuid": "39553e67-4de9-4d3b-8597-ed88a22fd71f",
"optimizationPolicy": "AUTO",
"asyncLoadAssets": false,
"readonly": false,
"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": "coach3",
"_objFlags": 0,
"_parent": null,
"_children": [
{
"__id__": 2
},
{
"__id__": 5
},
{
"__id__": 8
}
],
"_active": true,
"_components": [
{
"__id__": 11
}
],
"_prefab": {
"__id__": 12
},
"_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": [
415,
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": "invalid-name_9",
"_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": 244,
"height": 217
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_trs": {
"__type__": "TypedArray",
"ctor": "Float64Array",
"array": [
0,
-152,
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__": "db3ad8c1-2ed5-4a5a-90e6-05fc359b4bb2"
},
"_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__": "3eb6ea80-571b-4871-aec4-1f278fb1eca5"
},
"fileId": "84HrZxC39CKIIZ3+6rJnuD",
"sync": false
},
{
"__type__": "cc.Node",
"_name": "letters",
"_objFlags": 0,
"_parent": {
"__id__": 1
},
"_children": [],
"_active": true,
"_components": [
{
"__id__": 6
}
],
"_prefab": {
"__id__": 7
},
"_opacity": 255,
"_color": {
"__type__": "cc.Color",
"r": 60,
"g": 48,
"b": 72,
"a": 255
},
"_contentSize": {
"__type__": "cc.Size",
"width": 72.09,
"height": 37.8
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_trs": {
"__type__": "TypedArray",
"ctor": "Float64Array",
"array": [
22.577,
-172.078,
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.Layout",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 5
},
"_enabled": true,
"_layoutSize": {
"__type__": "cc.Size",
"width": 72.09,
"height": 37.8
},
"_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": 0,
"_N$spacingY": 0,
"_N$verticalDirection": 1,
"_N$horizontalDirection": 0,
"_N$affectedByScale": false,
"_id": ""
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__uuid__": "3eb6ea80-571b-4871-aec4-1f278fb1eca5"
},
"fileId": "51cJqg4QNDYJHaUbmkpB4S",
"sync": false
},
{
"__type__": "cc.Node",
"_name": "button",
"_objFlags": 0,
"_parent": {
"__id__": 1
},
"_children": [],
"_active": true,
"_components": [
{
"__id__": 9
}
],
"_prefab": {
"__id__": 10
},
"_opacity": 255,
"_color": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"_contentSize": {
"__type__": "cc.Size",
"width": 194,
"height": 118
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_trs": {
"__type__": "TypedArray",
"ctor": "Float64Array",
"array": [
23.405,
-167.256,
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.Button",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 8
},
"_enabled": true,
"_normalMaterial": null,
"_grayMaterial": null,
"duration": 0.1,
"zoomScale": 1.2,
"clickEvents": [],
"_N$interactable": true,
"_N$enableAutoGrayEffect": false,
"_N$transition": 0,
"transition": 0,
"_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__": 8
},
"_id": ""
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__uuid__": "3eb6ea80-571b-4871-aec4-1f278fb1eca5"
},
"fileId": "07Af1XD8NJyou5SxLU0qXj",
"sync": false
},
{
"__type__": "c25a65basBPDKEUUSB1oObH",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 1
},
"_enabled": true,
"pfbLetter": {
"__uuid__": "b4cceb6a-30d5-400a-ac0f-9fb6961a728b"
},
"_id": ""
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__uuid__": "3eb6ea80-571b-4871-aec4-1f278fb1eca5"
},
"fileId": "ad6vPeBsBH4oVPwM4NU9JW",
"sync": false
}
]
\ No newline at end of file
{
"ver": "1.2.7",
"uuid": "3eb6ea80-571b-4871-aec4-1f278fb1eca5",
"optimizationPolicy": "AUTO",
"asyncLoadAssets": false,
"readonly": false,
"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": "coach4",
"_objFlags": 0,
"_parent": null,
"_children": [
{
"__id__": 2
},
{
"__id__": 5
},
{
"__id__": 8
}
],
"_active": true,
"_components": [
{
"__id__": 11
}
],
"_prefab": {
"__id__": 12
},
"_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": [
622.5,
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": "invalid-name_99",
"_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": 244,
"height": 265
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_trs": {
"__type__": "TypedArray",
"ctor": "Float64Array",
"array": [
0,
-128,
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__": "3e296944-3359-4f2a-88b5-5204364cee3f"
},
"_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__": "1fb5dcb5-3f94-4eef-9057-4186bef49ce3"
},
"fileId": "cdtEgpYr9GJ5gWeYGujBnw",
"sync": false
},
{
"__type__": "cc.Node",
"_name": "letters",
"_objFlags": 0,
"_parent": {
"__id__": 1
},
"_children": [],
"_active": true,
"_components": [
{
"__id__": 6
}
],
"_prefab": {
"__id__": 7
},
"_opacity": 255,
"_color": {
"__type__": "cc.Color",
"r": 60,
"g": 48,
"b": 72,
"a": 255
},
"_contentSize": {
"__type__": "cc.Size",
"width": 72.09,
"height": 37.8
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_trs": {
"__type__": "TypedArray",
"ctor": "Float64Array",
"array": [
22.577,
-172.078,
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.Layout",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 5
},
"_enabled": true,
"_layoutSize": {
"__type__": "cc.Size",
"width": 72.09,
"height": 37.8
},
"_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": 0,
"_N$spacingY": 0,
"_N$verticalDirection": 1,
"_N$horizontalDirection": 0,
"_N$affectedByScale": false,
"_id": ""
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__uuid__": "1fb5dcb5-3f94-4eef-9057-4186bef49ce3"
},
"fileId": "c17RZv3xtCSoQQIRMGyw1X",
"sync": false
},
{
"__type__": "cc.Node",
"_name": "button",
"_objFlags": 0,
"_parent": {
"__id__": 1
},
"_children": [],
"_active": true,
"_components": [
{
"__id__": 9
}
],
"_prefab": {
"__id__": 10
},
"_opacity": 255,
"_color": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"_contentSize": {
"__type__": "cc.Size",
"width": 194,
"height": 118
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_trs": {
"__type__": "TypedArray",
"ctor": "Float64Array",
"array": [
23.405,
-167.256,
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.Button",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 8
},
"_enabled": true,
"_normalMaterial": null,
"_grayMaterial": null,
"duration": 0.1,
"zoomScale": 1.2,
"clickEvents": [],
"_N$interactable": true,
"_N$enableAutoGrayEffect": false,
"_N$transition": 0,
"transition": 0,
"_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__": 8
},
"_id": ""
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__uuid__": "1fb5dcb5-3f94-4eef-9057-4186bef49ce3"
},
"fileId": "67wfwqHhJI5bcyF0vxyJB5",
"sync": false
},
{
"__type__": "032bciB7PRGFr14T29NMmtB",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 1
},
"_enabled": true,
"pfbLetter": {
"__uuid__": "b4cceb6a-30d5-400a-ac0f-9fb6961a728b"
},
"_id": ""
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__uuid__": "1fb5dcb5-3f94-4eef-9057-4186bef49ce3"
},
"fileId": "10QeSw8edEloTGhrm+q5RL",
"sync": false
}
]
\ No newline at end of file
{
"ver": "1.2.7",
"uuid": "1fb5dcb5-3f94-4eef-9057-4186bef49ce3",
"optimizationPolicy": "AUTO",
"asyncLoadAssets": false,
"readonly": false,
"subMetas": {}
}
\ No newline at end of file
...@@ -75,19 +75,22 @@ ...@@ -75,19 +75,22 @@
"__id__": 5 "__id__": 5
}, },
{ {
"__id__": 31 "__id__": 7
},
{
"__id__": 50
} }
], ],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 38 "__id__": 59
}, },
{ {
"__id__": 39 "__id__": 60
}, },
{ {
"__id__": 40 "__id__": 61
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -177,7 +180,7 @@ ...@@ -177,7 +180,7 @@
"array": [ "array": [
0, 0,
0, 0,
244.2191638672117, 417.4675617516874,
0, 0,
0, 0,
0, 0,
...@@ -236,6 +239,100 @@ ...@@ -236,6 +239,100 @@
"_alignWithScreen": true, "_alignWithScreen": true,
"_id": "81GN3uXINKVLeW4+iKSlim" "_id": "81GN3uXINKVLeW4+iKSlim"
}, },
{
"__type__": "cc.Node",
"_name": "group-2",
"_objFlags": 0,
"_parent": {
"__id__": 2
},
"_children": [],
"_active": false,
"_components": [
{
"__id__": 6
}
],
"_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
},
"_skewX": 0,
"_skewY": 0,
"_is3DNode": false,
"_groupIndex": 0,
"groupIndex": 0,
"_id": "e6NowwZ5NFt73ubTk6xa8j"
},
{
"__type__": "cc.Sprite",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 5
},
"_enabled": true,
"_materials": [
{
"__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
}
],
"_srcBlendFactor": 770,
"_dstBlendFactor": 771,
"_spriteFrame": {
"__uuid__": "43e42009-1446-4c84-ad83-6203b1c588fd"
},
"_type": 0,
"_sizeMode": 1,
"_fillType": 0,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_fillStart": 0,
"_fillRange": 0,
"_isTrimmedMode": true,
"_atlas": null,
"_id": "b4NpAZbchIz6UTpmkQe7WO"
},
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "bg", "_name": "bg",
...@@ -245,40 +342,40 @@ ...@@ -245,40 +342,40 @@
}, },
"_children": [ "_children": [
{ {
"__id__": 6 "__id__": 8
}, },
{ {
"__id__": 8 "__id__": 11
}, },
{ {
"__id__": 10 "__id__": 14
}, },
{ {
"__id__": 13 "__id__": 17
}, },
{ {
"__id__": 15 "__id__": 24
}, },
{ {
"__id__": 19 "__id__": 27
}, },
{ {
"__id__": 22 "__id__": 30
}, },
{ {
"__id__": 25 "__id__": 33
}, },
{ {
"__id__": 27 "__id__": 36
},
{
"__id__": 39
} }
], ],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 29 "__id__": 49
},
{
"__id__": 30
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -331,16 +428,19 @@ ...@@ -331,16 +428,19 @@
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "cloud1", "_name": "invalid-name",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 5 "__id__": 7
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 7 "__id__": 9
},
{
"__id__": 10
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -354,8 +454,8 @@ ...@@ -354,8 +454,8 @@
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 84, "width": 1280,
"height": 63 "height": 720
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
...@@ -366,8 +466,8 @@ ...@@ -366,8 +466,8 @@
"__type__": "TypedArray", "__type__": "TypedArray",
"ctor": "Float64Array", "ctor": "Float64Array",
"array": [ "array": [
-98.833, 0,
28.588, 0,
0, 0,
0, 0,
0, 0,
...@@ -389,14 +489,14 @@ ...@@ -389,14 +489,14 @@
"_is3DNode": false, "_is3DNode": false,
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"_id": "1flhctXcxCjoScc+GUR0uX" "_id": "63jSMO8sVHRqqMhyF4ToAL"
}, },
{ {
"__type__": "cc.Sprite", "__type__": "cc.Sprite",
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 6 "__id__": 8
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -407,7 +507,7 @@ ...@@ -407,7 +507,7 @@
"_srcBlendFactor": 770, "_srcBlendFactor": 770,
"_dstBlendFactor": 771, "_dstBlendFactor": 771,
"_spriteFrame": { "_spriteFrame": {
"__uuid__": "7752fc5d-5228-4725-b685-c476e05108b3" "__uuid__": "c8d52b46-9de5-4566-bba1-cef6225abba1"
}, },
"_type": 0, "_type": 0,
"_sizeMode": 1, "_sizeMode": 1,
...@@ -421,20 +521,34 @@ ...@@ -421,20 +521,34 @@
"_fillRange": 0, "_fillRange": 0,
"_isTrimmedMode": true, "_isTrimmedMode": true,
"_atlas": null, "_atlas": null,
"_id": "9dJijy/epAjLa7BDu1wny3" "_id": "55rwu0gPVCAo5OMVIR4UaO"
},
{
"__type__": "e22e11e0CVGPajfhd4ljXke",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 8
},
"_enabled": true,
"FitType": 1,
"_id": "28YDFuER9OG4BNuSEmzfGn"
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "cloud2", "_name": "cloud1",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 5 "__id__": 7
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 9 "__id__": 12
},
{
"__id__": 13
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -448,8 +562,8 @@ ...@@ -448,8 +562,8 @@
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 167, "width": 84,
"height": 97 "height": 63
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
...@@ -460,8 +574,8 @@ ...@@ -460,8 +574,8 @@
"__type__": "TypedArray", "__type__": "TypedArray",
"ctor": "Float64Array", "ctor": "Float64Array",
"array": [ "array": [
124.666, -98.83299999999997,
194.706, 28.588,
0, 0,
0, 0,
0, 0,
...@@ -483,14 +597,14 @@ ...@@ -483,14 +597,14 @@
"_is3DNode": false, "_is3DNode": false,
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"_id": "82BpK7Bv1OS55S0PrFfLfI" "_id": "1flhctXcxCjoScc+GUR0uX"
}, },
{ {
"__type__": "cc.Sprite", "__type__": "cc.Sprite",
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 8 "__id__": 11
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -501,7 +615,7 @@ ...@@ -501,7 +615,7 @@
"_srcBlendFactor": 770, "_srcBlendFactor": 770,
"_dstBlendFactor": 771, "_dstBlendFactor": 771,
"_spriteFrame": { "_spriteFrame": {
"__uuid__": "35a1527a-347c-4bdd-93bb-3d3b024cfab6" "__uuid__": "7752fc5d-5228-4725-b685-c476e05108b3"
}, },
"_type": 0, "_type": 0,
"_sizeMode": 1, "_sizeMode": 1,
...@@ -515,23 +629,50 @@ ...@@ -515,23 +629,50 @@
"_fillRange": 0, "_fillRange": 0,
"_isTrimmedMode": true, "_isTrimmedMode": true,
"_atlas": null, "_atlas": null,
"_id": "8306EsngZD3pCajAzus+2Y" "_id": "9dJijy/epAjLa7BDu1wny3"
},
{
"__type__": "cc.Widget",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 11
},
"_enabled": true,
"alignMode": 1,
"_target": null,
"_alignFlags": 32,
"_left": 0,
"_right": 696.833,
"_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": "6bWQFCxwVLrqY23RYlsbUg"
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "cloud3", "_name": "cloud2",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 5 "__id__": 7
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 11 "__id__": 15
}, },
{ {
"__id__": 12 "__id__": 16
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -545,8 +686,8 @@ ...@@ -545,8 +686,8 @@
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 351, "width": 167,
"height": 129 "height": 97
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
...@@ -557,8 +698,8 @@ ...@@ -557,8 +698,8 @@
"__type__": "TypedArray", "__type__": "TypedArray",
"ctor": "Float64Array", "ctor": "Float64Array",
"array": [ "array": [
-464.5, 124.666,
295.5, 194.706,
0, 0,
0, 0,
0, 0,
...@@ -580,14 +721,14 @@ ...@@ -580,14 +721,14 @@
"_is3DNode": false, "_is3DNode": false,
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"_id": "93EZJ+WkNDHoOG/5gGT0mQ" "_id": "82BpK7Bv1OS55S0PrFfLfI"
}, },
{ {
"__type__": "cc.Sprite", "__type__": "cc.Sprite",
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 10 "__id__": 14
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -598,7 +739,7 @@ ...@@ -598,7 +739,7 @@
"_srcBlendFactor": 770, "_srcBlendFactor": 770,
"_dstBlendFactor": 771, "_dstBlendFactor": 771,
"_spriteFrame": { "_spriteFrame": {
"__uuid__": "2fa8d642-92eb-4e4f-8d20-b04eccb39863" "__uuid__": "35a1527a-347c-4bdd-93bb-3d3b024cfab6"
}, },
"_type": 0, "_type": 0,
"_sizeMode": 1, "_sizeMode": 1,
...@@ -612,21 +753,21 @@ ...@@ -612,21 +753,21 @@
"_fillRange": 0, "_fillRange": 0,
"_isTrimmedMode": true, "_isTrimmedMode": true,
"_atlas": null, "_atlas": null,
"_id": "84IZPuhGJOvZ0oeuUCtp5g" "_id": "8306EsngZD3pCajAzus+2Y"
}, },
{ {
"__type__": "cc.Widget", "__type__": "cc.Widget",
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 10 "__id__": 14
}, },
"_enabled": true, "_enabled": true,
"alignMode": 1, "alignMode": 1,
"_target": null, "_target": null,
"_alignFlags": 9, "_alignFlags": 32,
"_left": 0, "_left": 0,
"_right": 0, "_right": 431.834,
"_top": 0, "_top": 0,
"_bottom": 0, "_bottom": 0,
"_verticalCenter": 0, "_verticalCenter": 0,
...@@ -639,20 +780,27 @@ ...@@ -639,20 +780,27 @@
"_isAbsVerticalCenter": true, "_isAbsVerticalCenter": true,
"_originalWidth": 0, "_originalWidth": 0,
"_originalHeight": 0, "_originalHeight": 0,
"_id": "d1Be5TL11Gpbb4lEfR6aCO" "_id": "02cpVkG8xHgbLacyOmWIIG"
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "cloud4", "_name": "cloud3",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 5 "__id__": 7
}, },
"_children": [], "_children": [
{
"__id__": 18
}
],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 14 "__id__": 22
},
{
"__id__": 23
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -666,8 +814,8 @@ ...@@ -666,8 +814,8 @@
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 147, "width": 351,
"height": 81 "height": 129
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
...@@ -678,8 +826,8 @@ ...@@ -678,8 +826,8 @@
"__type__": "TypedArray", "__type__": "TypedArray",
"ctor": "Float64Array", "ctor": "Float64Array",
"array": [ "array": [
-271.828, -464.5,
94.001, 295.5,
0, 0,
0, 0,
0, 0,
...@@ -701,56 +849,24 @@ ...@@ -701,56 +849,24 @@
"_is3DNode": false, "_is3DNode": false,
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"_id": "38LBVnp8dILaj42plHy6ZK" "_id": "93EZJ+WkNDHoOG/5gGT0mQ"
}, },
{ {
"__type__": "cc.Sprite", "__type__": "cc.Node",
"_name": "", "_name": "phonics-train",
"_objFlags": 0, "_objFlags": 0,
"node": { "_parent": {
"__id__": 13 "__id__": 17
}, },
"_enabled": true, "_children": [
"_materials": [
{ {
"__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" "__id__": 19
}
],
"_srcBlendFactor": 770,
"_dstBlendFactor": 771,
"_spriteFrame": {
"__uuid__": "1a24190e-d74e-4e82-921b-5c14c7c0af25"
},
"_type": 0,
"_sizeMode": 1,
"_fillType": 0,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_fillStart": 0,
"_fillRange": 0,
"_isTrimmedMode": true,
"_atlas": null,
"_id": "bdsDXmav9MKq0xISlSHCeR"
},
{
"__type__": "cc.Node",
"_name": "phonics-train",
"_objFlags": 0,
"_parent": {
"__id__": 5
},
"_children": [
{
"__id__": 16
} }
], ],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 18 "__id__": 21
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -776,8 +892,8 @@ ...@@ -776,8 +892,8 @@
"__type__": "TypedArray", "__type__": "TypedArray",
"ctor": "Float64Array", "ctor": "Float64Array",
"array": [ "array": [
-493.825, -29.325,
306.923, 11.423,
0, 0,
0, 0,
0, 0,
...@@ -806,13 +922,13 @@ ...@@ -806,13 +922,13 @@
"_name": "phonics-train_2", "_name": "phonics-train_2",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 15 "__id__": 18
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 17 "__id__": 20
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -868,7 +984,7 @@ ...@@ -868,7 +984,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 16 "__id__": 19
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -900,7 +1016,7 @@ ...@@ -900,7 +1016,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 15 "__id__": 18
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -927,21 +1043,80 @@ ...@@ -927,21 +1043,80 @@
"_atlas": null, "_atlas": null,
"_id": "26OT08IcBP1owFBYjVP9N3" "_id": "26OT08IcBP1owFBYjVP9N3"
}, },
{
"__type__": "cc.Sprite",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 17
},
"_enabled": true,
"_materials": [
{
"__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
}
],
"_srcBlendFactor": 770,
"_dstBlendFactor": 771,
"_spriteFrame": {
"__uuid__": "2fa8d642-92eb-4e4f-8d20-b04eccb39863"
},
"_type": 0,
"_sizeMode": 1,
"_fillType": 0,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_fillStart": 0,
"_fillRange": 0,
"_isTrimmedMode": true,
"_atlas": null,
"_id": "84IZPuhGJOvZ0oeuUCtp5g"
},
{
"__type__": "cc.Widget",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 17
},
"_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": "d1Be5TL11Gpbb4lEfR6aCO"
},
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "invalid-name_4", "_name": "cloud4",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 5 "__id__": 7
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 20 "__id__": 25
}, },
{ {
"__id__": 21 "__id__": 26
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -955,8 +1130,8 @@ ...@@ -955,8 +1130,8 @@
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 926, "width": 147,
"height": 720 "height": 81
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
...@@ -967,8 +1142,8 @@ ...@@ -967,8 +1142,8 @@
"__type__": "TypedArray", "__type__": "TypedArray",
"ctor": "Float64Array", "ctor": "Float64Array",
"array": [ "array": [
177, -271.828,
0, 94.001,
0, 0,
0, 0,
0, 0,
...@@ -990,14 +1165,14 @@ ...@@ -990,14 +1165,14 @@
"_is3DNode": false, "_is3DNode": false,
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"_id": "2aOECctkJMeZ56sG/o/diM" "_id": "38LBVnp8dILaj42plHy6ZK"
}, },
{ {
"__type__": "cc.Sprite", "__type__": "cc.Sprite",
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 19 "__id__": 24
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -1008,7 +1183,7 @@ ...@@ -1008,7 +1183,7 @@
"_srcBlendFactor": 770, "_srcBlendFactor": 770,
"_dstBlendFactor": 771, "_dstBlendFactor": 771,
"_spriteFrame": { "_spriteFrame": {
"__uuid__": "cc513d83-0d1c-4a9d-accc-1000c54cfcef" "__uuid__": "1a24190e-d74e-4e82-921b-5c14c7c0af25"
}, },
"_type": 0, "_type": 0,
"_sizeMode": 1, "_sizeMode": 1,
...@@ -1022,20 +1197,20 @@ ...@@ -1022,20 +1197,20 @@
"_fillRange": 0, "_fillRange": 0,
"_isTrimmedMode": true, "_isTrimmedMode": true,
"_atlas": null, "_atlas": null,
"_id": "9fl3BAicNDw5gXeHLA78XU" "_id": "bdsDXmav9MKq0xISlSHCeR"
}, },
{ {
"__type__": "cc.Widget", "__type__": "cc.Widget",
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 19 "__id__": 24
}, },
"_enabled": true, "_enabled": true,
"alignMode": 1, "alignMode": 1,
"_target": null, "_target": null,
"_alignFlags": 32, "_alignFlags": 8,
"_left": 0, "_left": 294.672,
"_right": 0, "_right": 0,
"_top": 0, "_top": 0,
"_bottom": 0, "_bottom": 0,
...@@ -1049,23 +1224,23 @@ ...@@ -1049,23 +1224,23 @@
"_isAbsVerticalCenter": true, "_isAbsVerticalCenter": true,
"_originalWidth": 0, "_originalWidth": 0,
"_originalHeight": 0, "_originalHeight": 0,
"_id": "4a/jLILA9NMZ7+k2QTtpwW" "_id": "42FFMF80dHAKmb5xiHwb6q"
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "invalid-name_5", "_name": "invalid-name_4",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 5 "__id__": 7
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 23 "__id__": 28
}, },
{ {
"__id__": 24 "__id__": 29
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -1079,8 +1254,8 @@ ...@@ -1079,8 +1254,8 @@
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 1280, "width": 926,
"height": 333 "height": 720
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
...@@ -1091,8 +1266,8 @@ ...@@ -1091,8 +1266,8 @@
"__type__": "TypedArray", "__type__": "TypedArray",
"ctor": "Float64Array", "ctor": "Float64Array",
"array": [ "array": [
177,
0, 0,
-193.5,
0, 0,
0, 0,
0, 0,
...@@ -1114,14 +1289,14 @@ ...@@ -1114,14 +1289,14 @@
"_is3DNode": false, "_is3DNode": false,
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"_id": "f5zSgFHytFvJUTsIyoF6oj" "_id": "2aOECctkJMeZ56sG/o/diM"
}, },
{ {
"__type__": "cc.Sprite", "__type__": "cc.Sprite",
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 22 "__id__": 27
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -1132,7 +1307,7 @@ ...@@ -1132,7 +1307,7 @@
"_srcBlendFactor": 770, "_srcBlendFactor": 770,
"_dstBlendFactor": 771, "_dstBlendFactor": 771,
"_spriteFrame": { "_spriteFrame": {
"__uuid__": "f9baa7bb-20de-43ac-94d2-805e2defef9c" "__uuid__": "cc513d83-0d1c-4a9d-accc-1000c54cfcef"
}, },
"_type": 0, "_type": 0,
"_sizeMode": 1, "_sizeMode": 1,
...@@ -1146,19 +1321,19 @@ ...@@ -1146,19 +1321,19 @@
"_fillRange": 0, "_fillRange": 0,
"_isTrimmedMode": true, "_isTrimmedMode": true,
"_atlas": null, "_atlas": null,
"_id": "0ahLgY8KBF6Ypj4Akf8jqo" "_id": "9fl3BAicNDw5gXeHLA78XU"
}, },
{ {
"__type__": "cc.Widget", "__type__": "cc.Widget",
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 22 "__id__": 27
}, },
"_enabled": true, "_enabled": true,
"alignMode": 1, "alignMode": 1,
"_target": null, "_target": null,
"_alignFlags": 4, "_alignFlags": 33,
"_left": 0, "_left": 0,
"_right": 0, "_right": 0,
"_top": 0, "_top": 0,
...@@ -1173,20 +1348,23 @@ ...@@ -1173,20 +1348,23 @@
"_isAbsVerticalCenter": true, "_isAbsVerticalCenter": true,
"_originalWidth": 0, "_originalWidth": 0,
"_originalHeight": 0, "_originalHeight": 0,
"_id": "3aGzXuaPhJpJnwQkF7CGzN" "_id": "5asRigMmdJdqwJeYwQ8bhv"
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "invalid-name_6", "_name": "invalid-name_5",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 5 "__id__": 7
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 26 "__id__": 31
},
{
"__id__": 32
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -1201,7 +1379,7 @@ ...@@ -1201,7 +1379,7 @@
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 1280, "width": 1280,
"height": 77 "height": 333
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
...@@ -1213,7 +1391,7 @@ ...@@ -1213,7 +1391,7 @@
"ctor": "Float64Array", "ctor": "Float64Array",
"array": [ "array": [
0, 0,
-241.58, -193.5,
0, 0,
0, 0,
0, 0,
...@@ -1235,14 +1413,14 @@ ...@@ -1235,14 +1413,14 @@
"_is3DNode": false, "_is3DNode": false,
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"_id": "d4Jg1eMM1Fi4j99fg96NOa" "_id": "f5zSgFHytFvJUTsIyoF6oj"
}, },
{ {
"__type__": "cc.Sprite", "__type__": "cc.Sprite",
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 25 "__id__": 30
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -1253,7 +1431,7 @@ ...@@ -1253,7 +1431,7 @@
"_srcBlendFactor": 770, "_srcBlendFactor": 770,
"_dstBlendFactor": 771, "_dstBlendFactor": 771,
"_spriteFrame": { "_spriteFrame": {
"__uuid__": "19dfd24c-e26b-4d18-a9ea-73c85171f85d" "__uuid__": "f9baa7bb-20de-43ac-94d2-805e2defef9c"
}, },
"_type": 0, "_type": 0,
"_sizeMode": 1, "_sizeMode": 1,
...@@ -1267,20 +1445,50 @@ ...@@ -1267,20 +1445,50 @@
"_fillRange": 0, "_fillRange": 0,
"_isTrimmedMode": true, "_isTrimmedMode": true,
"_atlas": null, "_atlas": null,
"_id": "e8V697a+ZIJI/nVFdQpoU6" "_id": "0ahLgY8KBF6Ypj4Akf8jqo"
},
{
"__type__": "cc.Widget",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 30
},
"_enabled": true,
"alignMode": 1,
"_target": null,
"_alignFlags": 40,
"_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": 0,
"_id": "11MYa8hvtMt7oLpRKCvxf4"
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "invalid-name_7", "_name": "invalid-name_6",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 5 "__id__": 7
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 28 "__id__": 34
},
{
"__id__": 35
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -1294,8 +1502,8 @@ ...@@ -1294,8 +1502,8 @@
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 1198, "width": 1280,
"height": 129 "height": 77
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
...@@ -1307,7 +1515,7 @@ ...@@ -1307,7 +1515,7 @@
"ctor": "Float64Array", "ctor": "Float64Array",
"array": [ "array": [
0, 0,
-295.959, -241.58,
0, 0,
0, 0,
0, 0,
...@@ -1329,46 +1537,14 @@ ...@@ -1329,46 +1537,14 @@
"_is3DNode": false, "_is3DNode": false,
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"_id": "592q4L2etNnpz8Ux25CcDy" "_id": "d4Jg1eMM1Fi4j99fg96NOa"
},
{
"__type__": "cc.Sprite",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 27
},
"_enabled": true,
"_materials": [
{
"__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
}
],
"_srcBlendFactor": 770,
"_dstBlendFactor": 771,
"_spriteFrame": {
"__uuid__": "47b359d3-9bfa-49e4-bcac-14b01dc4ecdc"
},
"_type": 0,
"_sizeMode": 1,
"_fillType": 0,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_fillStart": 0,
"_fillRange": 0,
"_isTrimmedMode": true,
"_atlas": null,
"_id": "eeiF8amaBDNqPCmsZ/BEO1"
}, },
{ {
"__type__": "cc.Sprite", "__type__": "cc.Sprite",
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 5 "__id__": 33
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -1379,9 +1555,9 @@ ...@@ -1379,9 +1555,9 @@
"_srcBlendFactor": 770, "_srcBlendFactor": 770,
"_dstBlendFactor": 771, "_dstBlendFactor": 771,
"_spriteFrame": { "_spriteFrame": {
"__uuid__": "c8d52b46-9de5-4566-bba1-cef6225abba1" "__uuid__": "19dfd24c-e26b-4d18-a9ea-73c85171f85d"
}, },
"_type": 0, "_type": 2,
"_sizeMode": 1, "_sizeMode": 1,
"_fillType": 0, "_fillType": 0,
"_fillCenter": { "_fillCenter": {
...@@ -1393,45 +1569,52 @@ ...@@ -1393,45 +1569,52 @@
"_fillRange": 0, "_fillRange": 0,
"_isTrimmedMode": true, "_isTrimmedMode": true,
"_atlas": null, "_atlas": null,
"_id": "97/S6HDq9MeqgmV1Zwnhbb" "_id": "e8V697a+ZIJI/nVFdQpoU6"
}, },
{ {
"__type__": "e22e11e0CVGPajfhd4ljXke", "__type__": "cc.Widget",
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 5 "__id__": 33
}, },
"_enabled": true, "_enabled": true,
"FitType": 0, "alignMode": 1,
"_id": "32MFyLqtJCTpFRRm4VKESG" "_target": null,
"_alignFlags": 40,
"_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": 0,
"_id": "71IEUuz8hFq5bmKH3fNQvm"
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "layerTrain", "_name": "invalid-name_7",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 2 "__id__": 7
}, },
"_children": [ "_children": [],
{ "_active": true,
"__id__": 32 "_components": [
},
{
"__id__": 34
},
{
"__id__": 35
},
{ {
"__id__": 36 "__id__": 37
}, },
{ {
"__id__": 37 "__id__": 38
} }
], ],
"_active": true,
"_components": [],
"_prefab": null, "_prefab": null,
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -1443,8 +1626,8 @@ ...@@ -1443,8 +1626,8 @@
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 0, "width": 1198,
"height": 0 "height": 129
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
...@@ -1456,7 +1639,7 @@ ...@@ -1456,7 +1639,7 @@
"ctor": "Float64Array", "ctor": "Float64Array",
"array": [ "array": [
0, 0,
0, -295.959,
0, 0,
0, 0,
0, 0,
...@@ -1478,20 +1661,92 @@ ...@@ -1478,20 +1661,92 @@
"_is3DNode": false, "_is3DNode": false,
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"_id": "32duG2luZNI6UkvFdIN0rb" "_id": "592q4L2etNnpz8Ux25CcDy"
},
{
"__type__": "cc.Sprite",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 36
},
"_enabled": true,
"_materials": [
{
"__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
}
],
"_srcBlendFactor": 770,
"_dstBlendFactor": 771,
"_spriteFrame": {
"__uuid__": "47b359d3-9bfa-49e4-bcac-14b01dc4ecdc"
},
"_type": 2,
"_sizeMode": 1,
"_fillType": 0,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_fillStart": 0,
"_fillRange": 0,
"_isTrimmedMode": true,
"_atlas": null,
"_id": "eeiF8amaBDNqPCmsZ/BEO1"
},
{
"__type__": "cc.Widget",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 36
},
"_enabled": true,
"alignMode": 1,
"_target": null,
"_alignFlags": 40,
"_left": 41,
"_right": 41,
"_top": 0,
"_bottom": 0,
"_verticalCenter": 0,
"_horizontalCenter": 0,
"_isAbsLeft": true,
"_isAbsRight": true,
"_isAbsTop": true,
"_isAbsBottom": true,
"_isAbsHorizontalCenter": true,
"_isAbsVerticalCenter": true,
"_originalWidth": 1198,
"_originalHeight": 0,
"_id": "7bEg7yV7hCZ7EKv0qMCw82"
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "train", "_name": "speedLevels",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 31 "__id__": 7
}, },
"_children": [], "_children": [
{
"__id__": 40
},
{
"__id__": 42
},
{
"__id__": 44
},
{
"__id__": 46
}
],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 33 "__id__": 48
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -1505,8 +1760,8 @@ ...@@ -1505,8 +1760,8 @@
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 526.11, "width": 246,
"height": 273.25 "height": 51
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
...@@ -1517,14 +1772,14 @@ ...@@ -1517,14 +1772,14 @@
"__type__": "TypedArray", "__type__": "TypedArray",
"ctor": "Float64Array", "ctor": "Float64Array",
"array": [ "array": [
0, 454.438,
0, 256.133,
0, 0,
0, 0,
0, 0,
0, 0,
1, 1,
-1, 1,
1, 1,
1 1
] ]
...@@ -1540,58 +1795,22 @@ ...@@ -1540,58 +1795,22 @@
"_is3DNode": false, "_is3DNode": false,
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"_id": "9dmRthNElIQ7LqbvtI2lYu" "_id": "98l85xavhIlahaShX4hum6"
},
{
"__type__": "dragonBones.ArmatureDisplay",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 32
},
"_enabled": true,
"_materials": [
{
"__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
}
],
"_armatureName": "Armature",
"_animationName": "",
"_preCacheMode": 0,
"_cacheMode": 0,
"playTimes": -1,
"premultipliedAlpha": false,
"_armatureKey": "326e2192-0498-4afe-863e-c490cf047fde#2e938429-e16c-422d-b7d5-8e36058808ed",
"_accTime": 0,
"_playCount": 0,
"_frameCache": null,
"_curFrame": null,
"_playing": false,
"_armatureCache": null,
"_N$dragonAsset": {
"__uuid__": "326e2192-0498-4afe-863e-c490cf047fde"
},
"_N$dragonAtlasAsset": {
"__uuid__": "2e938429-e16c-422d-b7d5-8e36058808ed"
},
"_N$_defaultArmatureIndex": 0,
"_N$_animationIndex": 0,
"_N$_defaultCacheMode": 0,
"_N$timeScale": 1,
"_N$debugBones": false,
"_N$enableBatch": false,
"_id": "0eF0Wzjg1J9ZRbV6aE9ZNi"
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "coach1", "_name": "invalid-name_14",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 31 "__id__": 39
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [], "_components": [
{
"__id__": 41
}
],
"_prefab": null, "_prefab": null,
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -1603,8 +1822,8 @@ ...@@ -1603,8 +1822,8 @@
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 0, "width": 246,
"height": 0 "height": 51
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
...@@ -1638,18 +1857,54 @@ ...@@ -1638,18 +1857,54 @@
"_is3DNode": false, "_is3DNode": false,
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"_id": "462mMOzKVNbqHY6rIY7BCq" "_id": "21j4Sy0qdCor8CJGCfl2sr"
},
{
"__type__": "cc.Sprite",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 40
},
"_enabled": true,
"_materials": [
{
"__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
}
],
"_srcBlendFactor": 770,
"_dstBlendFactor": 771,
"_spriteFrame": {
"__uuid__": "74af4b5d-2541-41b9-8365-cb849f84b17d"
},
"_type": 0,
"_sizeMode": 1,
"_fillType": 0,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_fillStart": 0,
"_fillRange": 0,
"_isTrimmedMode": true,
"_atlas": null,
"_id": "34DWtp+8dIP7pM52+gfoYD"
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "coach2", "_name": "level1",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 31 "__id__": 39
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [], "_components": [
{
"__id__": 43
}
],
"_prefab": null, "_prefab": null,
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -1661,8 +1916,8 @@ ...@@ -1661,8 +1916,8 @@
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 0, "width": 94,
"height": 0 "height": 43
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
...@@ -1673,8 +1928,8 @@ ...@@ -1673,8 +1928,8 @@
"__type__": "TypedArray", "__type__": "TypedArray",
"ctor": "Float64Array", "ctor": "Float64Array",
"array": [ "array": [
0, -72,
0, -1.507,
0, 0,
0, 0,
0, 0,
...@@ -1696,18 +1951,54 @@ ...@@ -1696,18 +1951,54 @@
"_is3DNode": false, "_is3DNode": false,
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"_id": "daL5F5F1BD8KW4TWPJC5eu" "_id": "6a7vY3sPlMbJsuH+RhS5DY"
},
{
"__type__": "cc.Sprite",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 42
},
"_enabled": true,
"_materials": [
{
"__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
}
],
"_srcBlendFactor": 770,
"_dstBlendFactor": 771,
"_spriteFrame": {
"__uuid__": "04bb467a-6dae-4f4f-8365-712dd166d1b5"
},
"_type": 0,
"_sizeMode": 2,
"_fillType": 0,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_fillStart": 0,
"_fillRange": 0,
"_isTrimmedMode": false,
"_atlas": null,
"_id": "dci+j0fcxG+IcaVRtjZLmN"
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "coach3", "_name": "level2",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 31 "__id__": 39
}, },
"_children": [], "_children": [],
"_active": true, "_active": false,
"_components": [], "_components": [
{
"__id__": 45
}
],
"_prefab": null, "_prefab": null,
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -1719,8 +2010,8 @@ ...@@ -1719,8 +2010,8 @@
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 0, "width": 94,
"height": 0 "height": 43
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
...@@ -1732,7 +2023,7 @@ ...@@ -1732,7 +2023,7 @@
"ctor": "Float64Array", "ctor": "Float64Array",
"array": [ "array": [
0, 0,
0, -1.507,
0, 0,
0, 0,
0, 0,
...@@ -1754,18 +2045,54 @@ ...@@ -1754,18 +2045,54 @@
"_is3DNode": false, "_is3DNode": false,
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"_id": "ad6vPeBsBH4oVPwM4NU9JW" "_id": "f1brFWoQhPEJ0ZP5Fq55PG"
},
{
"__type__": "cc.Sprite",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 44
},
"_enabled": true,
"_materials": [
{
"__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
}
],
"_srcBlendFactor": 770,
"_dstBlendFactor": 771,
"_spriteFrame": {
"__uuid__": "9ba28c93-6f7b-46f4-830a-65783400e2a4"
},
"_type": 0,
"_sizeMode": 2,
"_fillType": 0,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_fillStart": 0,
"_fillRange": 0,
"_isTrimmedMode": false,
"_atlas": null,
"_id": "55BcR2yflHG4BA1zAH0Xxs"
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "coach4", "_name": "level3",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 31 "__id__": 39
}, },
"_children": [], "_children": [],
"_active": true, "_active": false,
"_components": [], "_components": [
{
"__id__": 47
}
],
"_prefab": null, "_prefab": null,
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -1777,8 +2104,8 @@ ...@@ -1777,8 +2104,8 @@
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 0, "width": 94,
"height": 0 "height": 43
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
...@@ -1789,8 +2116,8 @@ ...@@ -1789,8 +2116,8 @@
"__type__": "TypedArray", "__type__": "TypedArray",
"ctor": "Float64Array", "ctor": "Float64Array",
"array": [ "array": [
0, 72,
0, -1.507,
0, 0,
0, 0,
0, 0,
...@@ -1812,39 +2139,54 @@ ...@@ -1812,39 +2139,54 @@
"_is3DNode": false, "_is3DNode": false,
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"_id": "10QeSw8edEloTGhrm+q5RL" "_id": "edS6azuqlIvbdRlsUBsVlE"
}, },
{ {
"__type__": "cc.Canvas", "__type__": "cc.Sprite",
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 2 "__id__": 46
}, },
"_enabled": true, "_enabled": true,
"_designResolution": { "_materials": [
"__type__": "cc.Size", {
"width": 1280, "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
"height": 720 }
],
"_srcBlendFactor": 770,
"_dstBlendFactor": 771,
"_spriteFrame": {
"__uuid__": "24c792f3-f584-4234-a98c-f7bdb7038650"
}, },
"_fitWidth": false, "_type": 0,
"_fitHeight": false, "_sizeMode": 2,
"_id": "59Cd0ovbdF4byw5sbjJDx7" "_fillType": 0,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_fillStart": 0,
"_fillRange": 0,
"_isTrimmedMode": false,
"_atlas": null,
"_id": "8aiu4t0yJORry+sDylcZnf"
}, },
{ {
"__type__": "cc.Widget", "__type__": "cc.Widget",
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 2 "__id__": 39
}, },
"_enabled": true, "_enabled": true,
"alignMode": 1, "alignMode": 1,
"_target": null, "_target": null,
"_alignFlags": 45, "_alignFlags": 33,
"_left": 0, "_left": 0,
"_right": 0, "_right": 62.56200000000001,
"_top": 0, "_top": 78.36700000000002,
"_bottom": 0, "_bottom": 0,
"_verticalCenter": 0, "_verticalCenter": 0,
"_horizontalCenter": 0, "_horizontalCenter": 0,
...@@ -1856,7 +2198,484 @@ ...@@ -1856,7 +2198,484 @@
"_isAbsVerticalCenter": true, "_isAbsVerticalCenter": true,
"_originalWidth": 0, "_originalWidth": 0,
"_originalHeight": 0, "_originalHeight": 0,
"_id": "29zXboiXFBKoIV4PQ2liTe" "_id": "682q42JzxCM6NpInrzcGi2"
},
{
"__type__": "e22e11e0CVGPajfhd4ljXke",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 7
},
"_enabled": true,
"FitType": 1,
"_id": "d2d7tWj1RCkoGmGJOQgkXO"
},
{
"__type__": "cc.Node",
"_name": "layerTrain",
"_objFlags": 0,
"_parent": {
"__id__": 2
},
"_children": [
{
"__id__": 51
},
{
"__id__": 53
},
{
"__id__": 56
}
],
"_active": true,
"_components": [
{
"__id__": 58
}
],
"_prefab": null,
"_opacity": 255,
"_color": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"_contentSize": {
"__type__": "cc.Size",
"width": 0,
"height": 200
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_trs": {
"__type__": "TypedArray",
"ctor": "Float64Array",
"array": [
1165.378,
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": "32duG2luZNI6UkvFdIN0rb"
},
{
"__type__": "cc.Node",
"_name": "layerCoach",
"_objFlags": 0,
"_parent": {
"__id__": 50
},
"_children": [],
"_active": true,
"_components": [
{
"__id__": 52
}
],
"_prefab": null,
"_opacity": 255,
"_color": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"_contentSize": {
"__type__": "cc.Size",
"width": 622.5,
"height": 200
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0.5
},
"_trs": {
"__type__": "TypedArray",
"ctor": "Float64Array",
"array": [
632.764,
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": "0fC7r6Gx1OMYQGxXPPdgto"
},
{
"__type__": "cc.Layout",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 51
},
"_enabled": true,
"_layoutSize": {
"__type__": "cc.Size",
"width": 622.5,
"height": 200
},
"_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": 207.5,
"_N$spacingY": 0,
"_N$verticalDirection": 1,
"_N$horizontalDirection": 1,
"_N$affectedByScale": false,
"_id": "3cupb5/idBr5loX2+OV4R4"
},
{
"__type__": "cc.Node",
"_name": "train",
"_objFlags": 0,
"_parent": {
"__id__": 50
},
"_children": [
{
"__id__": 54
}
],
"_active": true,
"_components": [],
"_prefab": null,
"_opacity": 255,
"_color": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"_contentSize": {
"__type__": "cc.Size",
"width": 526.11,
"height": 273.25
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_trs": {
"__type__": "TypedArray",
"ctor": "Float64Array",
"array": [
263.124,
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": "9dmRthNElIQ7LqbvtI2lYu"
},
{
"__type__": "cc.Node",
"_name": "train copy",
"_objFlags": 0,
"_parent": {
"__id__": 53
},
"_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": 526.11,
"height": 273.25
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_trs": {
"__type__": "TypedArray",
"ctor": "Float64Array",
"array": [
0,
-81.705,
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": "b9qxmjg+VKTqRNZtVu9yuK"
},
{
"__type__": "dragonBones.ArmatureDisplay",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 54
},
"_enabled": true,
"_materials": [
{
"__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
}
],
"_armatureName": "Armature",
"_animationName": "",
"_preCacheMode": 0,
"_cacheMode": 0,
"playTimes": -1,
"premultipliedAlpha": false,
"_armatureKey": "326e2192-0498-4afe-863e-c490cf047fde#2e938429-e16c-422d-b7d5-8e36058808ed",
"_accTime": 0,
"_playCount": 0,
"_frameCache": null,
"_curFrame": null,
"_playing": false,
"_armatureCache": null,
"_N$dragonAsset": {
"__uuid__": "326e2192-0498-4afe-863e-c490cf047fde"
},
"_N$dragonAtlasAsset": {
"__uuid__": "2e938429-e16c-422d-b7d5-8e36058808ed"
},
"_N$_defaultArmatureIndex": 0,
"_N$_animationIndex": 0,
"_N$_defaultCacheMode": 0,
"_N$timeScale": 1,
"_N$debugBones": false,
"_N$enableBatch": false,
"_id": "a9WVTL34lHaLOG8OOw3QpZ"
},
{
"__type__": "cc.Node",
"_name": "finger",
"_objFlags": 0,
"_parent": {
"__id__": 50
},
"_children": [],
"_active": false,
"_components": [
{
"__id__": 57
}
],
"_prefab": null,
"_opacity": 255,
"_color": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"_contentSize": {
"__type__": "cc.Size",
"width": 92,
"height": 134.18
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_trs": {
"__type__": "TypedArray",
"ctor": "Float64Array",
"array": [
674.524,
-194.258,
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": "56HNCjHJlCib2sipuuMHNo"
},
{
"__type__": "dragonBones.ArmatureDisplay",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 56
},
"_enabled": true,
"_materials": [
{
"__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
}
],
"_armatureName": "Armature",
"_animationName": "normal",
"_preCacheMode": 0,
"_cacheMode": 0,
"playTimes": -1,
"premultipliedAlpha": false,
"_armatureKey": "e16ce43e-9333-461e-85ce-628fa1ed97a4#16218261-8e92-4ddc-b531-9264a6481141",
"_accTime": 0,
"_playCount": 0,
"_frameCache": null,
"_curFrame": null,
"_playing": false,
"_armatureCache": null,
"_N$dragonAsset": {
"__uuid__": "e16ce43e-9333-461e-85ce-628fa1ed97a4"
},
"_N$dragonAtlasAsset": {
"__uuid__": "16218261-8e92-4ddc-b531-9264a6481141"
},
"_N$_defaultArmatureIndex": 0,
"_N$_animationIndex": 1,
"_N$_defaultCacheMode": 0,
"_N$timeScale": 0.67,
"_N$debugBones": false,
"_N$enableBatch": false,
"_id": "8c198KqJ9HqL4yG0FmKahy"
},
{
"__type__": "cc.Animation",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 50
},
"_enabled": true,
"_defaultClip": null,
"_clips": [
{
"__uuid__": "1ec43c34-3523-4470-bbc9-c6eb9ab33386"
}
],
"playOnLoad": false,
"_id": "edpMZgErZEobi9aXXU+HlL"
},
{
"__type__": "cc.Canvas",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 2
},
"_enabled": true,
"_designResolution": {
"__type__": "cc.Size",
"width": 1280,
"height": 720
},
"_fitWidth": false,
"_fitHeight": false,
"_id": "59Cd0ovbdF4byw5sbjJDx7"
}, },
{ {
"__type__": "f4edeRi+NdAabqAkVYRwFjK", "__type__": "f4edeRi+NdAabqAkVYRwFjK",
...@@ -1866,6 +2685,43 @@ ...@@ -1866,6 +2685,43 @@
"__id__": 2 "__id__": 2
}, },
"_enabled": true, "_enabled": true,
"dragonBone": {
"__id__": 55
},
"audEnter": {
"__uuid__": "3b4d792e-6e1e-4a06-9f07-8368268755b7"
},
"audTrain": {
"__uuid__": "a7e0fc53-293f-4b46-81ca-8e1c62a84a9c"
},
"layerCoach": {
"__id__": 51
},
"pfbItemCoaches": [
{
"__uuid__": "7760047e-74e6-4d91-9457-8ae061db649c"
},
{
"__uuid__": "39553e67-4de9-4d3b-8597-ed88a22fd71f"
},
{
"__uuid__": "3eb6ea80-571b-4871-aec4-1f278fb1eca5"
},
{
"__uuid__": "1fb5dcb5-3f94-4eef-9057-4186bef49ce3"
}
],
"_id": "e687yyoRBIzZAOVRL8Sseh" "_id": "e687yyoRBIzZAOVRL8Sseh"
},
{
"__type__": "e22e11e0CVGPajfhd4ljXke",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 2
},
"_enabled": true,
"FitType": 2,
"_id": "19I7u27pdHvrow1q9oRKpe"
} }
] ]
\ No newline at end of file
cc.Class({
extends: cc.Component,
properties: {
pfbLetter: cc.Prefab,
},
onLoad() {
this.layerLetters = this.node.getChildByName('letters');
this.button = this.node.getChildByName('button');
this.button.on('click', this.onClick, this);
},
setData(data, index) {
this.data = data;
this.index = index;
this.initLetters();
this.initLayerLettersScale();
},
initLetters() {
for (let i = 0; i < this.data.text.length; i++) {
let node = cc.instantiate(this.pfbLetter);
node.parent = this.layerLetters;
let colorType = this.index % 4;
let color = 'normal';
if (colorType == 0) {
color = 'yellow';
} else if (colorType == 1) {
color = 'green';
} else if (colorType == 2) {
color = 'red';
} else if (colorType == 3) {
color = 'blue';
}
let letter = this.data.text.charAt(i);
if (this.data.letters[i] == 1) {
node.getComponent('ItemLetter').setData(color, letter);
} else {
node.getComponent('ItemLetter').setData('normal', letter);
}
}
this.layerLetters.getComponent(cc.Layout).updateLayout();
if (this.data.text.length <= 7) {
return;
}
let maxWidth = 107.45;
let scale = maxWidth / this.layerLetters.width;
if(!window.minWordScale){
window.minWordScale = scale;
}else if(scale < window.minWordScale){
window.minWordScale = scale;
}
},
initLayerLettersScale() {
this.scheduleOnce(()=>{
this.layerLetters.scale = window.minWordScale;
})
},
onClick() {
console.log(this.data.text);
},
// update (dt) {},
});
{ {
"ver": "1.0.8", "ver": "1.0.8",
"uuid": "5f356007-6b71-4b51-b45f-c3517fe33887", "uuid": "6a79acde-d1bc-4c95-8ed2-bd57c1815560",
"isPlugin": false, "isPlugin": false,
"loadPluginInWeb": true, "loadPluginInWeb": true,
"loadPluginInNative": true, "loadPluginInNative": true,
......
cc.Class({
extends: cc.Component,
properties: {
pfbLetter: cc.Prefab,
},
onLoad() {
this.layerLetters = this.node.getChildByName('letters');
this.button = this.node.getChildByName('button');
this.button.on('click', this.onClick, this);
},
setData(data, index) {
this.data = data;
this.index = index;
this.initLetters();
this.initLayerLettersScale();
},
initLetters() {
for (let i = 0; i < this.data.text.length; i++) {
let node = cc.instantiate(this.pfbLetter);
node.parent = this.layerLetters;
let colorType = this.index % 4;
let color = 'normal';
if (colorType == 0) {
color = 'yellow';
} else if (colorType == 1) {
color = 'green';
} else if (colorType == 2) {
color = 'red';
} else if (colorType == 3) {
color = 'blue';
}
let letter = this.data.text.charAt(i);
if (this.data.letters[i] == 1) {
node.getComponent('ItemLetter').setData(color, letter);
} else {
node.getComponent('ItemLetter').setData('normal', letter);
}
}
this.layerLetters.getComponent(cc.Layout).updateLayout();
if (this.data.text.length <= 7) {
return;
}
let maxWidth = 107.45;
let scale = maxWidth / this.layerLetters.width;
if(!window.minWordScale){
window.minWordScale = scale;
}else if(scale < window.minWordScale){
window.minWordScale = scale;
}
},
initLayerLettersScale() {
this.scheduleOnce(()=>{
this.layerLetters.scale = window.minWordScale;
})
},
onClick() {
console.log(this.data.text);
},
// update (dt) {},
});
{ {
"ver": "1.0.8", "ver": "1.0.8",
"uuid": "03c4dde2-ba65-4786-9c84-61ca373331e2", "uuid": "96cfd15f-6f16-4571-a896-c181fafd8fe0",
"isPlugin": false, "isPlugin": false,
"loadPluginInWeb": true, "loadPluginInWeb": true,
"loadPluginInNative": true, "loadPluginInNative": true,
......
cc.Class({
extends: cc.Component,
properties: {
pfbLetter: cc.Prefab,
},
onLoad() {
this.layerLetters = this.node.getChildByName('letters');
this.button = this.node.getChildByName('button');
this.button.on('click', this.onClick, this);
},
setData(data, index) {
this.data = data;
this.index = index;
this.initLetters();
this.initLayerLettersScale();
},
initLetters() {
for (let i = 0; i < this.data.text.length; i++) {
let node = cc.instantiate(this.pfbLetter);
node.parent = this.layerLetters;
let colorType = this.index % 4;
let color = 'normal';
if (colorType == 0) {
color = 'yellow';
} else if (colorType == 1) {
color = 'green';
} else if (colorType == 2) {
color = 'red';
} else if (colorType == 3) {
color = 'blue';
}
let letter = this.data.text.charAt(i);
if (this.data.letters[i] == 1) {
node.getComponent('ItemLetter').setData(color, letter);
} else {
node.getComponent('ItemLetter').setData('normal', letter);
}
}
this.layerLetters.getComponent(cc.Layout).updateLayout();
if (this.data.text.length <= 7) {
return;
}
let maxWidth = 107.45;
let scale = maxWidth / this.layerLetters.width;
if(!window.minWordScale){
window.minWordScale = scale;
}else if(scale < window.minWordScale){
window.minWordScale = scale;
}
},
initLayerLettersScale() {
this.scheduleOnce(()=>{
this.layerLetters.scale = window.minWordScale;
})
},
onClick() {
console.log(this.data.text);
},
// update (dt) {},
});
{
"ver": "1.0.8",
"uuid": "c25a6e5b-6ac0-4f0c-a114-512075a0e6c7",
"isPlugin": false,
"loadPluginInWeb": true,
"loadPluginInNative": true,
"loadPluginInEditor": false,
"subMetas": {}
}
\ No newline at end of file
cc.Class({
extends: cc.Component,
properties: {
pfbLetter: cc.Prefab,
},
onLoad() {
this.layerLetters = this.node.getChildByName('letters');
this.button = this.node.getChildByName('button');
this.button.on('click', this.onClick, this);
},
setData(data, index) {
this.data = data;
this.index = index;
this.initLetters();
this.initLayerLettersScale();
},
initLetters() {
for (let i = 0; i < this.data.text.length; i++) {
let node = cc.instantiate(this.pfbLetter);
node.parent = this.layerLetters;
let colorType = this.index % 4;
let color = 'normal';
if (colorType == 0) {
color = 'yellow';
} else if (colorType == 1) {
color = 'green';
} else if (colorType == 2) {
color = 'red';
} else if (colorType == 3) {
color = 'blue';
}
let letter = this.data.text.charAt(i);
if (this.data.letters[i] == 1) {
node.getComponent('ItemLetter').setData(color, letter);
} else {
node.getComponent('ItemLetter').setData('normal', letter);
}
}
this.layerLetters.getComponent(cc.Layout).updateLayout();
if (this.data.text.length <= 7) {
return;
}
let maxWidth = 107.45;
let scale = maxWidth / this.layerLetters.width;
if(!window.minWordScale){
window.minWordScale = scale;
}else if(scale < window.minWordScale){
window.minWordScale = scale;
}
},
initLayerLettersScale() {
this.scheduleOnce(()=>{
this.layerLetters.scale = window.minWordScale;
})
},
onClick() {
console.log(this.data.text);
},
// update (dt) {},
});
{
"ver": "1.0.8",
"uuid": "032bc881-ecf4-4616-bd78-4f6f4d326b41",
"isPlugin": false,
"loadPluginInWeb": true,
"loadPluginInNative": true,
"loadPluginInEditor": false,
"subMetas": {}
}
\ No newline at end of file
cc.Class({
extends: cc.Component,
properties: {
nodAnimal: cc.Node,
labNum: cc.Label,
},
setNum(str) {
this.labNum.string = str;
},
setSelected() {
this.labNum.node.active = true;
this.selected = true;
this.nodAnimal.scale = 1;
},
setUnselected() {
this.selected = false;
this.nodAnimal.scale = 0;
},
select() {
if (this.selected) {
return;
}
this.selected = true;
this.nodAnimal.scale = 0;
cc.tween(this.nodAnimal)
.to(0.3, { scale: 1.2 })
.to(0.1, { scale: 1 })
.call(() => {
this.labNum.node.active = true;
})
.start();
},
unselect() {
if (!this.selected) {
return;
}
this.selected = false;
this.nodAnimal.scale = 1;
this.labNum.node.active = false;
cc.tween(this.nodAnimal)
.to(0.1, { scale: 1.2 })
.to(0.3, { scale: 0 })
.start();
},
});
cc.Class({
extends: cc.Component,
properties: {
colorYellow: '#F67627',
colorGreen: '#009776',
colorRed: '#E11C24',
colorBlue: '#0093CD',
colorNormal: '#3C3048',
},
onLoad() {
this.label = this.getComponent(cc.Label);
},
setData(strColor, letter) {
this.label.string = letter;
let color = this.colorNormal;
if (strColor == 'yellow') {
color = this.colorYellow;
} else if (strColor == 'green') {
color = this.colorGreen;
} else if (strColor == 'red') {
color = this.colorRed;
} else if (strColor == 'blue') {
color = this.colorBlue;
} else if (strColor == 'normal') {
color = this.colorNormal;
}
this.scheduleOnce(()=>{
this.node.color = new cc.Color().fromHEX(color);
})
},
// update (dt) {},
});
{
"ver": "1.0.8",
"uuid": "7dba0cc8-0023-4a8a-9e97-b447ca2452ec",
"isPlugin": false,
"loadPluginInWeb": true,
"loadPluginInNative": true,
"loadPluginInEditor": false,
"subMetas": {}
}
\ No newline at end of file
const Color_texts = ['#BE1AC1', '#24C11A', '#1A1DC1', '#9F5307'];
cc.Class({
extends: cc.Component,
properties: {
dragonBone: dragonBones.ArmatureDisplay,
sprBg: cc.Sprite,
nodMask: cc.Node,
layoutText: cc.Node,
labWord: cc.Label,
},
onEnable() {
this.node.on('touchend', this.onTouchEnd, this);
},
onDisable() {
this.node.off('touchend', this.onTouchEnd, this);
},
onTouchEnd() {
this.scheduleOnce(() => {
if (GameData._isPageTurning) {
return;
}
if (this.isPlaying) {
return;
}
this.isPlaying = true;
// 播放动画
this.playAudio();
this.playSpine();
})
},
onLoad() {
this.anim = this.getComponent(cc.Animation)
},
setInfo(data, index) {
this.index = index;
this.data = data;
},
start() {
if (this.data.type == 'Image') {
this.loadBg();
} else {
this.loadSpine();
}
this.initRichText();
},
loadBg() {
let url = this.data.image_url;
cc.assetManager.loadRemote(url, (error, texture) => {
if (error) {
console.log(error)
}
this.sprBg.spriteFrame = new cc.SpriteFrame(texture);
this.setBgScale();
})
},
loadSpine() {
this.dragonBone.dragonAtlasAsset = null;
this.dragonBone.dragonAsset = null;
this.dragonBone.armatureName = '';
var imageUrl = this.data.tex_png;
var skeUrl = this.data.ske_json;
var atlasUrl = this.data.tex_json;
// imageUrl = 'http://127.0.0.1/walkingfish_tex.png';
// skeUrl = 'http://127.0.0.1/walkingfish_ske.json';
// atlasUrl = 'http://127.0.0.1/walkingfish_tex.json';
cc.assetManager.loadAny([{ url: atlasUrl, ext: '.txt' }, { url: skeUrl, ext: '.txt' }], (error, assets) => {
if (error) {
console.log(error)
}
else {
cc.assetManager.loadRemote(imageUrl, (error, texture) => {
if (error) {
console.log(error)
}
else {
var atlas = new dragonBones.DragonBonesAtlasAsset();
atlas._uuid = atlasUrl;
atlas.atlasJson = assets[0];
atlas.texture = texture;
var asset = new dragonBones.DragonBonesAsset();
asset._uuid = skeUrl;
asset.dragonBonesJson = assets[1];
this.dragonBone.dragonAtlasAsset = atlas;
this.dragonBone.dragonAsset = asset;
let data = asset._dragonBonesJsonData.armature[0];
if(!data){
return;
}
this.dragonBone.armatureName = data.name;
this.animationName = data.animation[0].name;
}
});
}
});
},
// 缩放
setBgScale() {
let bgWidth = 1000;
let bgHeight = 500;
if (!this.data.text) {
bgHeight = 546;
}
if (this.sprBg.node.width != bgWidth || this.sprBg.node.height != bgHeight) {
let designScale = bgWidth / bgHeight;
let scale = this.sprBg.node.width / this.sprBg.node.height;
if (scale > designScale) {
this.sprBg.node.scale = bgWidth / this.sprBg.node.width;
} else {
this.sprBg.node.scale = bgHeight / this.sprBg.node.height;
}
}
},
setSpineScale() {
let bgWidth = 1000;
let bgHeight = 500;
if (!this.data.text) {
bgHeight = 546;
}
if (this.dragonBone.node.width != bgWidth || this.dragonBone.node.height != bgHeight) {
let designScale = bgWidth / bgHeight;
let scale = this.dragonBone.node.width / this.dragonBone.node.height;
if (scale > designScale) {
this.dragonBone.node.scale = bgWidth / this.dragonBone.node.width;
} else {
this.dragonBone.node.scale = bgHeight / this.dragonBone.node.height;
}
}
},
// 初始化文本
initRichText() {
// this.data.text = 'I am flying';
this.sprBg.node.y = 40;
this.dragonBone.node.y = 40;
if (!this.data.text) {
this.sprBg.node.y = 0;
this.dragonBone.node.y = 0;
return;
}
this.data.text = this.data.text.replace(/ /g, " |");
let arr = this.data.text.split('|');
if (arr.length <= 0) {
return;
}
this.layoutText.active = true;
this.labWord.string = arr[0];
this.labWord._forceUpdateRenderData(true)
for (let i = 0; i < arr.length - 1; i++) {
if (arr[i + 1] == ' ') {
continue;
}
let node = cc.instantiate(this.labWord.node);
node.parent = this.layoutText;
let label = node.getComponent(cc.Label);
label.string = arr[i + 1];
label._forceUpdateRenderData(true);
}
this.layoutText.getComponent(cc.Layout).updateLayout();
let width = this.layoutText.width;
if (width > 1000) {
let scale = 1000 / width;
this.layoutText.scale = scale;
}
},
playAudio() {
// this.data.shortAudio_url = 'http://127.0.0.1/iamflying.mp3';
cc.assetManager.loadRemote(this.data.shortAudio_url, null, (err, clip) => {
this.audioID = cc.audioEngine.play(clip, false, 1);
this.audioDuration = cc.audioEngine.getDuration(this.audioID);
this.textDuration = this.audioDuration / this.layoutText.childrenCount;
this.textIndex = 0;
this.schedule(this.chengeTextColor, this.textDuration, this.layoutText.childrenCount, 0.01)
});
this.playSpine();
},
stopAudio() {
cc.audioEngine.stop(this.audioID);
this.unschedule(this.chengeTextColor);
this.isPlaying = false;
this.stopSpine();
},
playSpine() {
this.dragonBone.playAnimation(this.animationName, 1);
},
stopSpine() {
this.loadSpine();
},
chengeTextColor() {
if (!this.layoutText.children[this.textIndex] || this.textIndex == this.layoutText.childrenCount) {
this.isPlaying = false;
this.unschedule(this.chengeTextColor);
}
this.layoutText.children[this.textIndex] && (this.layoutText.children[this.textIndex].color = new cc.Color().fromHEX(Color_texts[this.index % 3]));
this.layoutText.children[this.textIndex - 1] && (this.layoutText.children[this.textIndex - 1].color = new cc.Color().fromHEX(Color_texts[3]));
this.textIndex++;
},
clearTextColor() {
for (let i = 0; i < this.layoutText.children.length; i++) {
this.layoutText.children[i].color = new cc.Color().fromHEX(Color_texts[3]);
}
},
// 变为当前页
onCurrPage() {
this.clearTextColor();
},
playPageUp() {
this.anim.play('pageUp');
this.stopAudio();
},
playPageDown() {
this.anim.play('pageDown');
this.stopAudio();
},
showMask() {
this.nodMask.opacity = 51;
this.node.angle = -1;
},
playShowMask() {
cc.tween(this.node)
.to(0.75, { angle: -1 })
.start()
cc.tween(this.nodMask)
.to(0.75, { opacity: 51 })
.start()
},
hideMask() {
this.nodMask.opacity = 0;
this.node.angle = 0;
},
playHideMask() {
cc.tween(this.node)
.to(0.75, { angle: 0 })
.start()
cc.tween(this.nodMask)
.to(0.75, { opacity: 0 })
.start()
},
// update (dt) {},
});
...@@ -4,21 +4,42 @@ cc.Class({ ...@@ -4,21 +4,42 @@ cc.Class({
extends: cc.Component, extends: cc.Component,
properties: { properties: {
dragonBone: dragonBones.ArmatureDisplay,
audEnter: cc.AudioClip,
audTrain: cc.AudioClip,
layerCoach: cc.Node,
pfbItemCoaches: [cc.Prefab],
}, },
// 生命周期 onLoad // 生命周期 onLoad
onLoad() { onLoad() {
this.initNodes();
this.initSceneData(); this.initSceneData();
this.initSize(); this.initSize();
}, },
initNodes() {
this.layerTrain = this.layerCoach.parent;
let bg = this.node.getChildByName('bg');
this.speedLevels = bg.getChildByName('speedLevels');
this.level1 = this.speedLevels.getChildByName('level1');
this.level2 = this.speedLevels.getChildByName('level2');
this.level3 = this.speedLevels.getChildByName('level3');
},
onEnable() { onEnable() {
this.speedLevels.on('touchend',this.onSpeedTouchend,this);
}, },
onDisable() { onDisable() {
this.speedLevels.off('touchend',this.onSpeedTouchend,this);
},
onSpeedTouchend(e){
console.log('onToggleTouchend')
let pos = e.getLocation();
console.log(pos.x,pos.y)
pos = this.speedLevels.convertToNodeSpaceAR(pos);
console.log(pos.x,pos.y)
}, },
_imageResList: null, _imageResList: null,
...@@ -37,7 +58,7 @@ cc.Class({ ...@@ -37,7 +58,7 @@ cc.Class({
_mapScaleMax: null, // 场景中常用缩放(取小值) _mapScaleMax: null, // 场景中常用缩放(取小值)
_cocosScale: null, // cocos 自缩放 (较少用到) _cocosScale: null, // cocos 自缩放 (较少用到)
initSize() { initSize() {
return
// 注意cc.winSize只有在适配后(修改fitHeight/fitWidth后)才能获取到正确的值,因此使用cc.getFrameSize()来获取初始的屏幕大小 // 注意cc.winSize只有在适配后(修改fitHeight/fitWidth后)才能获取到正确的值,因此使用cc.getFrameSize()来获取初始的屏幕大小
let screen_size = cc.view.getFrameSize().width / cc.view.getFrameSize().height let screen_size = cc.view.getFrameSize().width / cc.view.getFrameSize().height
let design_size = cc.Canvas.instance.designResolution.width / cc.Canvas.instance.designResolution.height let design_size = cc.Canvas.instance.designResolution.width / cc.Canvas.instance.designResolution.height
...@@ -86,8 +107,9 @@ cc.Class({ ...@@ -86,8 +107,9 @@ cc.Class({
}, },
getDefaultData() { getDefaultData() {
const dataJson = '{"contentObj":{"version":"1.1","key":"DataKey_Cocos_Test","haveCover":true,"dataArray":[{"type":"Image","text":"没 有 数 据","image_url":""},{"type":"Spine","text":"没 有 数 据","image_url":""}]}}' let dataJson = '{"contentObj":{"version":"1.1","key":"DataKey_Cocos_Test","haveCover":true,"dataArray":[{"type":"Image","text":"没 有 数 据","image_url":""},{"type":"Spine","text":"没 有 数 据","image_url":""}]}}'
const data = JSON.parse(dataJson); dataJson = '{"contentObj":{"version":"1.1","key":"DataKey_Cocos_Test","dataArray":[{"text":"computer","isRight":false,"shortAudio_url":"","image_url":"","letters":{"0":1,"1":0,"2":0,"3":0,"4":0,"5":0,"6":0,"7":0}},{"text":"apple","isRight":true,"shortAudio_url":"","image_url":"","letters":{"0":1,"1":0,"2":0,"3":0,"4":0}},{"text":"cat","isRight":false,"shortAudio_url":"","image_url":"","letters":{"0":1,"1":0,"2":0}},{"text":"bear","isRight":true,"shortAudio_url":"","image_url":"","letters":{"0":1,"1":0,"2":0,"3":0}},{"text":"banana","isRight":true,"shortAudio_url":"","image_url":"","letters":{"0":0,"1":1,"2":0,"3":1,"4":0,"5":1}}]}}';
let data = JSON.parse(dataJson);
return data; return data;
}, },
...@@ -127,72 +149,113 @@ cc.Class({ ...@@ -127,72 +149,113 @@ cc.Class({
loadEnd() { loadEnd() {
this.initData(); this.initData();
// this.initAudio(); this.initCoaches();
// this.initView();
// this.initListener(); this.initLayerTrainPosition();
this.playBgm(); this.playAudioEntrer();
}, },
playBgm() { initLayerTrainPosition() {
if (!this.data || !this.data.contentObj || !this.data.contentObj.bgm_url) { this.layerTrain.x = cc.view.getFrameSize().width / 2 - 1320;
return; this.dragonBone.playAnimation('normal', -1);
} },
playAudioEntrer() {
let id = cc.audioEngine.play(this.audEnter, false, 1);
let duration = cc.audioEngine.getDuration(id);
this.scheduleOnce(() => {
this.playAudioQuestion();
}, duration)
},
playAudioQuestion() {
this.data.contentObj.bgm_url = 'http://127.0.0.1/imdrivingmycar.mp3';
cc.assetManager.loadRemote(this.data.contentObj.bgm_url, null, (err, clip) => { cc.assetManager.loadRemote(this.data.contentObj.bgm_url, null, (err, clip) => {
this.bgAudioId = cc.audioEngine.play(clip, true, 0.5); if (err) {
console.log(err)
this.playAudioTrain();
return;
}
this.layerTrain.getComponent(cc.Animation).play('fingerMove');
let id = cc.audioEngine.play(clip, false, 1);
let duration = cc.audioEngine.getDuration(id);
this.scheduleOnce(() => {
this.playAudioTrain();
}, Math.max(duration, 3.4))
}); });
}, },
stopBgm() {
if (this.bgAudioId) { playAudioTrain() {
cc.audioEngine.stop(this.bgAudioId); cc.tween(this.layerTrain)
.to(0.2, { opacity: 0 })
.call(() => {
this.layerTrain.opacity = 255;
this.startRunTrain();
})
.start()
this.audTrainId = cc.audioEngine.play(this.audTrain, true, 1);
let volume = 0.01;
cc.audioEngine.setVolume(this.audTrainId, volume);
let duration = cc.audioEngine.getDuration(this.audTrainId);
let tFunc = () => {
volume += 0.02;
cc.audioEngine.setVolume(this.audTrainId, volume);
if (volume >= 1) {
this.unschedule(tFunc)
}
} }
this.schedule(tFunc, duration / 50)
}, },
stopAudioTrain() {
initData() { cc.audioEngine.stop(this.audTrainId);
// 所有全局变量 默认都是null
}, },
puaseAudioTrain() {
audioBtn: null, cc.audioEngine.pause(this.audTrainId);
initAudio() {
}, },
resumeAudioTrain() {
cc.audioEngine.resume(this.audTrainId);
initView() {
this.initBg();
this.initPic();
this.initBtn();
this.initIcon();
}, },
initBg() { startRunTrain() {
const bgNode = cc.find('Canvas/bg'); this.layerTrain.x = cc.view.getFrameSize().width / 2;
bgNode.scale = this._mapScaleMax; this.isTrainMove = true;
this.dragonBone.playAnimation('move', -1);
}, },
pic1: null, checkTrainMoveDone() {
pic2: null, let width = this.layerCoach.width + 770;
initPic() { let width2 = cc.view.getFrameSize().width;
const canvas = cc.find('Canvas'); if (this.layerTrain.x < -width2 / 2 - width) {
const maxW = canvas.width * 0.7; console.log('结束');
this.isTrainMove = false;
this.stopAudioTrain();
}
}, },
initIcon() { update(dt) {
if (!this.isTrainMove) {
return;
}
this.layerTrain.x -= dt * 50;
this.checkTrainMoveDone();
}, },
curPage: null, initData() {
initBtn() { // 所有全局变量 默认都是null
}, },
// update (dt) {},
initCoaches() {
let l = this.data.contentObj.dataArray.length;
for (let i = 0; i < l; i++) {
let prefabIndex = i % 4;
let prefab = this.pfbItemCoaches[prefabIndex];
let node = cc.instantiate(prefab);
node.parent = this.layerCoach;
node.zIndex = l - i;
node.getComponent('ItemCoach' + (prefabIndex + 1)).setData(this.data.contentObj.dataArray[i], i);
}
},
......
{ {
"ver": "2.3.5", "ver": "2.3.5",
"uuid": "a46eee8e-7441-442a-937b-08c13eacd424", "uuid": "3a4c2411-d5bc-473a-a519-2d7122dc476c",
"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": 2644, "width": 245,
"height": 1528, "height": 219,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"微信图片_20201127132757": { "apple_2": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "2bea30d5-7476-4ab9-9bbc-b3bafc3083df", "uuid": "0abd61c0-72fb-4bb8-8f05-d33847e4912d",
"rawTextureUuid": "a46eee8e-7441-442a-937b-08c13eacd424", "rawTextureUuid": "3a4c2411-d5bc-473a-a519-2d7122dc476c",
"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": 2644, "width": 245,
"height": 1528, "height": 219,
"rawWidth": 2644, "rawWidth": 245,
"rawHeight": 1528, "rawHeight": 219,
"borderTop": 0, "borderTop": 0,
"borderBottom": 0, "borderBottom": 0,
"borderLeft": 0, "borderLeft": 0,
......
{
"ver": "2.3.5",
"uuid": "8c8a7045-7109-4af3-b211-1aa5b2500135",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 1280,
"height": 720,
"platformSettings": {},
"subMetas": {
"group-2": {
"ver": "1.0.4",
"uuid": "43e42009-1446-4c84-ad83-6203b1c588fd",
"rawTextureUuid": "8c8a7045-7109-4af3-b211-1aa5b2500135",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 1280,
"height": 720,
"rawWidth": 1280,
"rawHeight": 720,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "c873f149-4db0-480e-935c-836f03f93939",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 137,
"height": 46,
"platformSettings": {},
"subMetas": {
"aa-bb": {
"ver": "1.0.4",
"uuid": "54284963-3ede-429e-8d58-44ff73787af4",
"rawTextureUuid": "c873f149-4db0-480e-935c-836f03f93939",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 137,
"height": 46,
"rawWidth": 137,
"rawHeight": 46,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "12b622b2-745b-483e-ac2c-86ec1e6a18bc",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 50,
"height": 63,
"platformSettings": {},
"subMetas": {
"box": {
"ver": "1.0.4",
"uuid": "5141817a-f8d2-4c99-b586-f1dad3942d33",
"rawTextureUuid": "12b622b2-745b-483e-ac2c-86ec1e6a18bc",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 50,
"height": 63,
"rawWidth": 50,
"rawHeight": 63,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "297c3b9d-7acf-4ac4-89f1-56d1a7e31bfd",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 179,
"height": 179,
"platformSettings": {},
"subMetas": {
"combined-shape": {
"ver": "1.0.4",
"uuid": "477b31e1-2f92-4ef6-965a-4a8e7e2f7991",
"rawTextureUuid": "297c3b9d-7acf-4ac4-89f1-56d1a7e31bfd",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 179,
"height": 179,
"rawWidth": 179,
"rawHeight": 179,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "4fad4076-2192-4643-9225-cc7c68e03cea",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 510,
"height": 182,
"platformSettings": {},
"subMetas": {
"invalid-name_13": {
"ver": "1.0.4",
"uuid": "f5bb1bfa-8669-45e1-8c28-0ad4f179564f",
"rawTextureUuid": "4fad4076-2192-4643-9225-cc7c68e03cea",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 510,
"height": 182,
"rawWidth": 510,
"rawHeight": 182,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "0510f3db-4e7f-403b-be3d-f69fc2ee05d0",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 209,
"height": 131,
"platformSettings": {},
"subMetas": {
"invalid-name_133": {
"ver": "1.0.4",
"uuid": "e4497b56-6ddf-4bcc-a012-c4b99aa3ac1d",
"rawTextureUuid": "0510f3db-4e7f-403b-be3d-f69fc2ee05d0",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 209,
"height": 131,
"rawWidth": 209,
"rawHeight": 131,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "9260bec0-f6e3-431e-9bcc-f33a99ae67c0",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 246,
"height": 51,
"platformSettings": {},
"subMetas": {
"invalid-name_14": {
"ver": "1.0.4",
"uuid": "74af4b5d-2541-41b9-8365-cb849f84b17d",
"rawTextureUuid": "9260bec0-f6e3-431e-9bcc-f33a99ae67c0",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 246,
"height": 51,
"rawWidth": 246,
"rawHeight": 51,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
"premultiplyAlpha": false, "premultiplyAlpha": false,
"genMipmaps": false, "genMipmaps": false,
"packable": true, "packable": true,
"width": 144, "width": 47,
"height": 255, "height": 57,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"invalid-name_8": { "invalid-name_8": {
...@@ -22,10 +22,10 @@ ...@@ -22,10 +22,10 @@
"offsetY": 0, "offsetY": 0,
"trimX": 0, "trimX": 0,
"trimY": 0, "trimY": 0,
"width": 144, "width": 47,
"height": 255, "height": 57,
"rawWidth": 144, "rawWidth": 47,
"rawHeight": 255, "rawHeight": 57,
"borderTop": 0, "borderTop": 0,
"borderBottom": 0, "borderBottom": 0,
"borderLeft": 0, "borderLeft": 0,
......
{
"ver": "2.3.5",
"uuid": "3f523e8b-db4e-4ddd-b534-abdf4e0b7f16",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 244,
"height": 265,
"platformSettings": {},
"subMetas": {
"invalid-name_99": {
"ver": "1.0.4",
"uuid": "3e296944-3359-4f2a-88b5-5204364cee3f",
"rawTextureUuid": "3f523e8b-db4e-4ddd-b534-abdf4e0b7f16",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 244,
"height": 265,
"rawWidth": 244,
"rawHeight": 265,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "574a2a0a-05b3-444e-a9c7-7af073571eaa",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 94,
"height": 43,
"platformSettings": {},
"subMetas": {
"step-1": {
"ver": "1.0.4",
"uuid": "04bb467a-6dae-4f4f-8365-712dd166d1b5",
"rawTextureUuid": "574a2a0a-05b3-444e-a9c7-7af073571eaa",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 94,
"height": 43,
"rawWidth": 94,
"rawHeight": 43,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "d0158ad6-7fc9-4e96-8267-a64a93202d3a",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 94,
"height": 43,
"platformSettings": {},
"subMetas": {
"step-2": {
"ver": "1.0.4",
"uuid": "9ba28c93-6f7b-46f4-830a-65783400e2a4",
"rawTextureUuid": "d0158ad6-7fc9-4e96-8267-a64a93202d3a",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 94,
"height": 43,
"rawWidth": 94,
"rawHeight": 43,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "5801a3b9-3736-41c8-b4ed-b2f19fdefebc",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 94,
"height": 43,
"platformSettings": {},
"subMetas": {
"step-3": {
"ver": "1.0.4",
"uuid": "24c792f3-f584-4234-a98c-f7bdb7038650",
"rawTextureUuid": "5801a3b9-3736-41c8-b4ed-b2f19fdefebc",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 94,
"height": 43,
"rawWidth": 94,
"rawHeight": 43,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
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