Commit 4a84e3c1 authored by LMZ's avatar LMZ

feat: getdata

parent 20e8eb4e
No preview for this file type
...@@ -3,13 +3,13 @@ ...@@ -3,13 +3,13 @@
<div style="padding: 30px"> <div style="padding: 30px">
<div> <!-- <div>
<span>发音方式:</span> <span>发音方式:</span>
<nz-radio-group [(ngModel)]="item.style" style="margin-left: 20px; margin-top: -11px; margin-bottom: 15px;" (ngModelChange)="save()"> <nz-radio-group [(ngModel)]="item.style" style="margin-left: 20px; margin-top: -11px; margin-bottom: 15px;" (ngModelChange)="save()">
<label nz-radio nzValue="America">英音</label> <label nz-radio nzValue="America">英音</label>
<label nz-radio nzValue="UK">美音</label> <label nz-radio nzValue="UK">美音</label>
</nz-radio-group> </nz-radio-group>
</div> </div> -->
<div> <div>
......
...@@ -3,7 +3,7 @@ import { asyncDelay, jelly } from "../script/utils"; ...@@ -3,7 +3,7 @@ import { asyncDelay, jelly } from "../script/utils";
import { letterData, letterWidthData } from "../script/letterPointData"; import { letterData, letterWidthData } from "../script/letterPointData";
import BgManager from "../script/BgManager"; import BgManager from "../script/BgManager";
import { getPosByAngle, getAngleByPos, getSprNode, delayCall, showBtnAnima, playAudio } from "../script/util"; import { getPosByAngle, getAngleByPos, getSprNode, delayCall, showBtnAnima, playAudio } from "../script/util";
import letter_data from "./letter_data"; import {letter_data} from "./letter_data";
cc.Class({ cc.Class({
extends: cc.Component, extends: cc.Component,
...@@ -78,8 +78,20 @@ cc.Class({ ...@@ -78,8 +78,20 @@ cc.Class({
}); });
}, },
getData(cb) { getData(func) {
cb(this.getDefaultData()); if (window && window.courseware) {
window.courseware.getData(func, 'Z_05_nxuan1');
return;
}
const middleLayer = cc.find('middleLayer');
if (middleLayer) {
const middleLayerComponent = middleLayer.getComponent('middleLayer');
middleLayerComponent.getData(func);
return;
}
func(this.getDefaultData());
}, },
getDefaultData() { getDefaultData() {
......
export default letter_data = { export const letter_data = {
"A" : [[{"x":-9,"y":214},{"x":-12.77,"y":204.74},{"x":-16.54,"y":195.47},{"x":-20.31,"y":186.21},{"x":-24.07,"y":176.95},{"x":-27.84,"y":167.69},{"x":-31.61,"y":158.42},{"x":-35.38,"y":149.16},{"x":-39.15,"y":139.9},{"x":-42.92,"y":130.64},{"x":-46.69,"y":121.37},{"x":-50.46,"y":112.11},{"x":-54.22,"y":102.85},{"x":-57.99,"y":93.59},{"x":-61.76,"y":84.32},{"x":-65.53,"y":75.06},{"x":-69.3,"y":65.8},{"x":-73.07,"y":56.53},{"x":-76.84,"y":47.27},{"x":-80.61,"y":38.01},{"x":-84.37,"y":28.75},{"x":-88.14,"y":19.48},{"x":-91.91,"y":10.22},{"x":-95.68,"y":0.96},{"x":-99.45,"y":-8.3},{"x":-103.22,"y":-17.57},{"x":-106.99,"y":-26.83},{"x":-110.76,"y":-36.09},{"x":-114.52,"y":-45.35},{"x":-118.29,"y":-54.62},{"x":-122.06,"y":-63.88},{"x":-125.83,"y":-73.14},{"x":-129.6,"y":-82.41},{"x":-133.37,"y":-91.67},{"x":-137.14,"y":-100.93},{"x":-140.9,"y":-110.19},{"x":-144.67,"y":-119.46},{"x":-148.44,"y":-128.72},{"x":-152.21,"y":-137.98},{"x":-155.98,"y":-147.24},{"x":-159.75,"y":-156.51},{"x":-163.52,"y":-165.77},{"x":-167.29,"y":-175.03},{"x":-171.05,"y":-184.29},{"x":-174.82,"y":-193.56},{"x":-178.59,"y":-202.82},{"x":-182.36,"y":-212.08},{"x":-184,"y":-216}],[{"x":-98,"y":-54},{"x":-88,"y":-53.91},{"x":-78,"y":-53.82},{"x":-68,"y":-53.73},{"x":-58,"y":-53.64},{"x":-48,"y":-53.55},{"x":-38,"y":-53.46},{"x":-28,"y":-53.36},{"x":-18,"y":-53.27},{"x":-8,"y":-53.18},{"x":2,"y":-53.09},{"x":12,"y":-53},{"x":22,"y":-52.91},{"x":31.99,"y":-52.82},{"x":41.99,"y":-52.73},{"x":51.99,"y":-52.64},{"x":61.99,"y":-52.55},{"x":71.99,"y":-52.46},{"x":81.99,"y":-52.37},{"x":91.99,"y":-52.28},{"x":101.99,"y":-52.18},{"x":111.99,"y":-52.09},{"x":121.99,"y":-52},{"x":123,"y":-52}],[{"x":5,"y":214},{"x":8.93,"y":204.8},{"x":12.86,"y":195.61},{"x":16.78,"y":186.41},{"x":20.71,"y":177.22},{"x":24.64,"y":168.02},{"x":28.57,"y":158.82},{"x":32.5,"y":149.63},{"x":36.43,"y":140.43},{"x":40.35,"y":131.23},{"x":44.28,"y":122.04},{"x":48.21,"y":112.84},{"x":52.14,"y":103.65},{"x":56.07,"y":94.45},{"x":59.99,"y":85.25},{"x":63.92,"y":76.06},{"x":67.85,"y":66.86},{"x":71.78,"y":57.67},{"x":75.71,"y":48.47},{"x":79.64,"y":39.27},{"x":83.56,"y":30.08},{"x":87.49,"y":20.88},{"x":91.42,"y":11.68},{"x":95.35,"y":2.49},{"x":99.28,"y":-6.71},{"x":103.2,"y":-15.9},{"x":107.13,"y":-25.1},{"x":111.06,"y":-34.3},{"x":114.99,"y":-43.49},{"x":118.92,"y":-52.69},{"x":122.85,"y":-61.88},{"x":126.77,"y":-71.08},{"x":130.7,"y":-80.28},{"x":134.63,"y":-89.47},{"x":138.56,"y":-98.67},{"x":142.49,"y":-107.87},{"x":146.41,"y":-117.06},{"x":150.34,"y":-126.26},{"x":154.27,"y":-135.45},{"x":158.2,"y":-144.65},{"x":162.13,"y":-153.85},{"x":166.06,"y":-163.04},{"x":169.98,"y":-172.24},{"x":173.91,"y":-181.43},{"x":177.84,"y":-190.63},{"x":181.77,"y":-199.83},{"x":185.7,"y":-209.02},{"x":189.62,"y":-218.22},{"x":190,"y":-219}]], "A" : [[{"x":-9,"y":214},{"x":-12.77,"y":204.74},{"x":-16.54,"y":195.47},{"x":-20.31,"y":186.21},{"x":-24.07,"y":176.95},{"x":-27.84,"y":167.69},{"x":-31.61,"y":158.42},{"x":-35.38,"y":149.16},{"x":-39.15,"y":139.9},{"x":-42.92,"y":130.64},{"x":-46.69,"y":121.37},{"x":-50.46,"y":112.11},{"x":-54.22,"y":102.85},{"x":-57.99,"y":93.59},{"x":-61.76,"y":84.32},{"x":-65.53,"y":75.06},{"x":-69.3,"y":65.8},{"x":-73.07,"y":56.53},{"x":-76.84,"y":47.27},{"x":-80.61,"y":38.01},{"x":-84.37,"y":28.75},{"x":-88.14,"y":19.48},{"x":-91.91,"y":10.22},{"x":-95.68,"y":0.96},{"x":-99.45,"y":-8.3},{"x":-103.22,"y":-17.57},{"x":-106.99,"y":-26.83},{"x":-110.76,"y":-36.09},{"x":-114.52,"y":-45.35},{"x":-118.29,"y":-54.62},{"x":-122.06,"y":-63.88},{"x":-125.83,"y":-73.14},{"x":-129.6,"y":-82.41},{"x":-133.37,"y":-91.67},{"x":-137.14,"y":-100.93},{"x":-140.9,"y":-110.19},{"x":-144.67,"y":-119.46},{"x":-148.44,"y":-128.72},{"x":-152.21,"y":-137.98},{"x":-155.98,"y":-147.24},{"x":-159.75,"y":-156.51},{"x":-163.52,"y":-165.77},{"x":-167.29,"y":-175.03},{"x":-171.05,"y":-184.29},{"x":-174.82,"y":-193.56},{"x":-178.59,"y":-202.82},{"x":-182.36,"y":-212.08},{"x":-184,"y":-216}],[{"x":-98,"y":-54},{"x":-88,"y":-53.91},{"x":-78,"y":-53.82},{"x":-68,"y":-53.73},{"x":-58,"y":-53.64},{"x":-48,"y":-53.55},{"x":-38,"y":-53.46},{"x":-28,"y":-53.36},{"x":-18,"y":-53.27},{"x":-8,"y":-53.18},{"x":2,"y":-53.09},{"x":12,"y":-53},{"x":22,"y":-52.91},{"x":31.99,"y":-52.82},{"x":41.99,"y":-52.73},{"x":51.99,"y":-52.64},{"x":61.99,"y":-52.55},{"x":71.99,"y":-52.46},{"x":81.99,"y":-52.37},{"x":91.99,"y":-52.28},{"x":101.99,"y":-52.18},{"x":111.99,"y":-52.09},{"x":121.99,"y":-52},{"x":123,"y":-52}],[{"x":5,"y":214},{"x":8.93,"y":204.8},{"x":12.86,"y":195.61},{"x":16.78,"y":186.41},{"x":20.71,"y":177.22},{"x":24.64,"y":168.02},{"x":28.57,"y":158.82},{"x":32.5,"y":149.63},{"x":36.43,"y":140.43},{"x":40.35,"y":131.23},{"x":44.28,"y":122.04},{"x":48.21,"y":112.84},{"x":52.14,"y":103.65},{"x":56.07,"y":94.45},{"x":59.99,"y":85.25},{"x":63.92,"y":76.06},{"x":67.85,"y":66.86},{"x":71.78,"y":57.67},{"x":75.71,"y":48.47},{"x":79.64,"y":39.27},{"x":83.56,"y":30.08},{"x":87.49,"y":20.88},{"x":91.42,"y":11.68},{"x":95.35,"y":2.49},{"x":99.28,"y":-6.71},{"x":103.2,"y":-15.9},{"x":107.13,"y":-25.1},{"x":111.06,"y":-34.3},{"x":114.99,"y":-43.49},{"x":118.92,"y":-52.69},{"x":122.85,"y":-61.88},{"x":126.77,"y":-71.08},{"x":130.7,"y":-80.28},{"x":134.63,"y":-89.47},{"x":138.56,"y":-98.67},{"x":142.49,"y":-107.87},{"x":146.41,"y":-117.06},{"x":150.34,"y":-126.26},{"x":154.27,"y":-135.45},{"x":158.2,"y":-144.65},{"x":162.13,"y":-153.85},{"x":166.06,"y":-163.04},{"x":169.98,"y":-172.24},{"x":173.91,"y":-181.43},{"x":177.84,"y":-190.63},{"x":181.77,"y":-199.83},{"x":185.7,"y":-209.02},{"x":189.62,"y":-218.22},{"x":190,"y":-219}]],
"B" : [[{"x":-136.5,"y":212.5},{"x":-136.52,"y":202.5},{"x":-136.55,"y":192.5},{"x":-136.57,"y":182.5},{"x":-136.59,"y":172.5},{"x":-136.61,"y":162.5},{"x":-136.64,"y":152.5},{"x":-136.66,"y":142.5},{"x":-136.68,"y":132.5},{"x":-136.7,"y":122.5},{"x":-136.73,"y":112.5},{"x":-136.75,"y":102.5},{"x":-136.77,"y":92.5},{"x":-136.79,"y":82.5},{"x":-136.82,"y":72.5},{"x":-136.84,"y":62.5},{"x":-136.86,"y":52.5},{"x":-136.89,"y":42.5},{"x":-136.91,"y":32.5},{"x":-136.93,"y":22.5},{"x":-136.95,"y":12.5},{"x":-136.98,"y":2.5},{"x":-137,"y":-7.5},{"x":-137.02,"y":-17.5},{"x":-137.04,"y":-27.5},{"x":-137.07,"y":-37.5},{"x":-137.09,"y":-47.5},{"x":-137.11,"y":-57.5},{"x":-137.14,"y":-67.5},{"x":-137.16,"y":-77.5},{"x":-137.18,"y":-87.5},{"x":-137.2,"y":-97.5},{"x":-137.23,"y":-107.5},{"x":-137.25,"y":-117.5},{"x":-137.27,"y":-127.5},{"x":-137.29,"y":-137.5},{"x":-137.32,"y":-147.5},{"x":-137.34,"y":-157.5},{"x":-137.36,"y":-167.5},{"x":-137.38,"y":-177.5},{"x":-137.41,"y":-187.5},{"x":-137.43,"y":-197.5},{"x":-137.5,"y":-204.5}],[{"x":-92.5,"y":201.5},{"x":-82.5,"y":201.71},{"x":-72.5,"y":201.93},{"x":-62.51,"y":202.14},{"x":-52.51,"y":202.35},{"x":-45.5,"y":202.5},{"x":-45.5,"y":202.5},{"x":-35.5,"y":202.5},{"x":-25.5,"y":202.5},{"x":-15.5,"y":202.5},{"x":-5.5,"y":202.5},{"x":4.5,"y":202.5},{"x":5.5,"y":202.5},{"x":5.5,"y":202.5},{"x":15.39,"y":201.03},{"x":25.28,"y":199.55},{"x":35.17,"y":198.08},{"x":45.06,"y":196.6},{"x":52.5,"y":195.5},{"x":52.5,"y":195.5},{"x":61.6,"y":191.36},{"x":70.71,"y":187.22},{"x":79.81,"y":183.08},{"x":88.91,"y":178.94},{"x":96.5,"y":175.5},{"x":96.5,"y":175.5},{"x":102.41,"y":167.44},{"x":108.33,"y":159.37},{"x":114.24,"y":151.31},{"x":118.5,"y":145.5},{"x":118.5,"y":145.5},{"x":119.74,"y":135.58},{"x":120.98,"y":125.65},{"x":122.22,"y":115.73},{"x":123.46,"y":105.81},{"x":123.5,"y":105.5},{"x":123.5,"y":105.5},{"x":120.17,"y":96.07},{"x":116.84,"y":86.64},{"x":113.52,"y":77.21},{"x":111.5,"y":71.5},{"x":111.5,"y":71.5},{"x":104.65,"y":64.21},{"x":97.81,"y":56.92},{"x":90.96,"y":49.63},{"x":84.11,"y":42.35},{"x":80.5,"y":38.5},{"x":80.5,"y":38.5},{"x":71.61,"y":33.91},{"x":62.73,"y":29.33},{"x":53.84,"y":24.74},{"x":49.5,"y":22.5},{"x":49.5,"y":22.5},{"x":39.97,"y":19.47},{"x":30.44,"y":16.43},{"x":20.91,"y":13.4},{"x":11.39,"y":10.37},{"x":5.5,"y":8.5},{"x":5.5,"y":8.5},{"x":-4.49,"y":8.12},{"x":-14.49,"y":7.74},{"x":-24.48,"y":7.35},{"x":-34.47,"y":6.97},{"x":-44.46,"y":6.59},{"x":-54.46,"y":6.21},{"x":-64.45,"y":5.83},{"x":-74.44,"y":5.44},{"x":-84.43,"y":5.06},{"x":-94.43,"y":4.68},{"x":-99.5,"y":4.5}],[{"x":-86.5,"y":7.5},{"x":-76.5,"y":7.26},{"x":-66.51,"y":7.01},{"x":-56.51,"y":6.77},{"x":-46.51,"y":6.53},{"x":-36.51,"y":6.29},{"x":-26.52,"y":6.04},{"x":-16.52,"y":5.8},{"x":-6.52,"y":5.56},{"x":-3.5,"y":5.5},{"x":-3.5,"y":5.5},{"x":6.43,"y":4.34},{"x":16.37,"y":3.19},{"x":26.3,"y":2.03},{"x":36.23,"y":0.87},{"x":39.5,"y":0.5},{"x":39.5,"y":0.5},{"x":48.95,"y":-2.77},{"x":58.4,"y":-6.04},{"x":65.5,"y":-8.5},{"x":65.5,"y":-8.5},{"x":74.44,"y":-12.97},{"x":83.39,"y":-17.45},{"x":92.33,"y":-21.92},{"x":97.5,"y":-24.5},{"x":97.5,"y":-24.5},{"x":105.5,"y":-30.5},{"x":113.5,"y":-36.5},{"x":121.5,"y":-42.5},{"x":125.5,"y":-45.5},{"x":125.5,"y":-45.5},{"x":129.07,"y":-54.84},{"x":132.64,"y":-64.18},{"x":136.21,"y":-73.52},{"x":138.5,"y":-79.5},{"x":138.5,"y":-79.5},{"x":139.31,"y":-89.47},{"x":140.11,"y":-99.43},{"x":140.92,"y":-109.4},{"x":141.5,"y":-116.5},{"x":141.5,"y":-116.5},{"x":137.12,"y":-125.49},{"x":132.73,"y":-134.48},{"x":128.35,"y":-143.46},{"x":123.97,"y":-152.45},{"x":121.5,"y":-157.5},{"x":121.5,"y":-157.5},{"x":114.19,"y":-164.32},{"x":106.88,"y":-171.15},{"x":99.57,"y":-177.97},{"x":92.26,"y":-184.8},{"x":91.5,"y":-185.5},{"x":91.5,"y":-185.5},{"x":81.89,"y":-188.28},{"x":72.29,"y":-191.06},{"x":62.68,"y":-193.84},{"x":53.5,"y":-196.5},{"x":53.5,"y":-196.5},{"x":53.5,"y":-196.5},{"x":53.5,"y":-196.5},{"x":43.55,"y":-197.52},{"x":33.6,"y":-198.53},{"x":23.66,"y":-199.55},{"x":13.71,"y":-200.56},{"x":4.5,"y":-201.5},{"x":4.5,"y":-201.5},{"x":-5.5,"y":-201.5},{"x":-15.5,"y":-201.5},{"x":-25.5,"y":-201.5},{"x":-35.5,"y":-201.5},{"x":-45.5,"y":-201.5},{"x":-55.5,"y":-201.5},{"x":-65.5,"y":-201.5},{"x":-75.5,"y":-201.5},{"x":-85.5,"y":-201.5},{"x":-95.5,"y":-201.5},{"x":-97.5,"y":-201.5}]], "B" : [[{"x":-136.5,"y":212.5},{"x":-136.52,"y":202.5},{"x":-136.55,"y":192.5},{"x":-136.57,"y":182.5},{"x":-136.59,"y":172.5},{"x":-136.61,"y":162.5},{"x":-136.64,"y":152.5},{"x":-136.66,"y":142.5},{"x":-136.68,"y":132.5},{"x":-136.7,"y":122.5},{"x":-136.73,"y":112.5},{"x":-136.75,"y":102.5},{"x":-136.77,"y":92.5},{"x":-136.79,"y":82.5},{"x":-136.82,"y":72.5},{"x":-136.84,"y":62.5},{"x":-136.86,"y":52.5},{"x":-136.89,"y":42.5},{"x":-136.91,"y":32.5},{"x":-136.93,"y":22.5},{"x":-136.95,"y":12.5},{"x":-136.98,"y":2.5},{"x":-137,"y":-7.5},{"x":-137.02,"y":-17.5},{"x":-137.04,"y":-27.5},{"x":-137.07,"y":-37.5},{"x":-137.09,"y":-47.5},{"x":-137.11,"y":-57.5},{"x":-137.14,"y":-67.5},{"x":-137.16,"y":-77.5},{"x":-137.18,"y":-87.5},{"x":-137.2,"y":-97.5},{"x":-137.23,"y":-107.5},{"x":-137.25,"y":-117.5},{"x":-137.27,"y":-127.5},{"x":-137.29,"y":-137.5},{"x":-137.32,"y":-147.5},{"x":-137.34,"y":-157.5},{"x":-137.36,"y":-167.5},{"x":-137.38,"y":-177.5},{"x":-137.41,"y":-187.5},{"x":-137.43,"y":-197.5},{"x":-137.5,"y":-204.5}],[{"x":-92.5,"y":201.5},{"x":-82.5,"y":201.71},{"x":-72.5,"y":201.93},{"x":-62.51,"y":202.14},{"x":-52.51,"y":202.35},{"x":-45.5,"y":202.5},{"x":-45.5,"y":202.5},{"x":-35.5,"y":202.5},{"x":-25.5,"y":202.5},{"x":-15.5,"y":202.5},{"x":-5.5,"y":202.5},{"x":4.5,"y":202.5},{"x":5.5,"y":202.5},{"x":5.5,"y":202.5},{"x":15.39,"y":201.03},{"x":25.28,"y":199.55},{"x":35.17,"y":198.08},{"x":45.06,"y":196.6},{"x":52.5,"y":195.5},{"x":52.5,"y":195.5},{"x":61.6,"y":191.36},{"x":70.71,"y":187.22},{"x":79.81,"y":183.08},{"x":88.91,"y":178.94},{"x":96.5,"y":175.5},{"x":96.5,"y":175.5},{"x":102.41,"y":167.44},{"x":108.33,"y":159.37},{"x":114.24,"y":151.31},{"x":118.5,"y":145.5},{"x":118.5,"y":145.5},{"x":119.74,"y":135.58},{"x":120.98,"y":125.65},{"x":122.22,"y":115.73},{"x":123.46,"y":105.81},{"x":123.5,"y":105.5},{"x":123.5,"y":105.5},{"x":120.17,"y":96.07},{"x":116.84,"y":86.64},{"x":113.52,"y":77.21},{"x":111.5,"y":71.5},{"x":111.5,"y":71.5},{"x":104.65,"y":64.21},{"x":97.81,"y":56.92},{"x":90.96,"y":49.63},{"x":84.11,"y":42.35},{"x":80.5,"y":38.5},{"x":80.5,"y":38.5},{"x":71.61,"y":33.91},{"x":62.73,"y":29.33},{"x":53.84,"y":24.74},{"x":49.5,"y":22.5},{"x":49.5,"y":22.5},{"x":39.97,"y":19.47},{"x":30.44,"y":16.43},{"x":20.91,"y":13.4},{"x":11.39,"y":10.37},{"x":5.5,"y":8.5},{"x":5.5,"y":8.5},{"x":-4.49,"y":8.12},{"x":-14.49,"y":7.74},{"x":-24.48,"y":7.35},{"x":-34.47,"y":6.97},{"x":-44.46,"y":6.59},{"x":-54.46,"y":6.21},{"x":-64.45,"y":5.83},{"x":-74.44,"y":5.44},{"x":-84.43,"y":5.06},{"x":-94.43,"y":4.68},{"x":-99.5,"y":4.5}],[{"x":-86.5,"y":7.5},{"x":-76.5,"y":7.26},{"x":-66.51,"y":7.01},{"x":-56.51,"y":6.77},{"x":-46.51,"y":6.53},{"x":-36.51,"y":6.29},{"x":-26.52,"y":6.04},{"x":-16.52,"y":5.8},{"x":-6.52,"y":5.56},{"x":-3.5,"y":5.5},{"x":-3.5,"y":5.5},{"x":6.43,"y":4.34},{"x":16.37,"y":3.19},{"x":26.3,"y":2.03},{"x":36.23,"y":0.87},{"x":39.5,"y":0.5},{"x":39.5,"y":0.5},{"x":48.95,"y":-2.77},{"x":58.4,"y":-6.04},{"x":65.5,"y":-8.5},{"x":65.5,"y":-8.5},{"x":74.44,"y":-12.97},{"x":83.39,"y":-17.45},{"x":92.33,"y":-21.92},{"x":97.5,"y":-24.5},{"x":97.5,"y":-24.5},{"x":105.5,"y":-30.5},{"x":113.5,"y":-36.5},{"x":121.5,"y":-42.5},{"x":125.5,"y":-45.5},{"x":125.5,"y":-45.5},{"x":129.07,"y":-54.84},{"x":132.64,"y":-64.18},{"x":136.21,"y":-73.52},{"x":138.5,"y":-79.5},{"x":138.5,"y":-79.5},{"x":139.31,"y":-89.47},{"x":140.11,"y":-99.43},{"x":140.92,"y":-109.4},{"x":141.5,"y":-116.5},{"x":141.5,"y":-116.5},{"x":137.12,"y":-125.49},{"x":132.73,"y":-134.48},{"x":128.35,"y":-143.46},{"x":123.97,"y":-152.45},{"x":121.5,"y":-157.5},{"x":121.5,"y":-157.5},{"x":114.19,"y":-164.32},{"x":106.88,"y":-171.15},{"x":99.57,"y":-177.97},{"x":92.26,"y":-184.8},{"x":91.5,"y":-185.5},{"x":91.5,"y":-185.5},{"x":81.89,"y":-188.28},{"x":72.29,"y":-191.06},{"x":62.68,"y":-193.84},{"x":53.5,"y":-196.5},{"x":53.5,"y":-196.5},{"x":53.5,"y":-196.5},{"x":53.5,"y":-196.5},{"x":43.55,"y":-197.52},{"x":33.6,"y":-198.53},{"x":23.66,"y":-199.55},{"x":13.71,"y":-200.56},{"x":4.5,"y":-201.5},{"x":4.5,"y":-201.5},{"x":-5.5,"y":-201.5},{"x":-15.5,"y":-201.5},{"x":-25.5,"y":-201.5},{"x":-35.5,"y":-201.5},{"x":-45.5,"y":-201.5},{"x":-55.5,"y":-201.5},{"x":-65.5,"y":-201.5},{"x":-75.5,"y":-201.5},{"x":-85.5,"y":-201.5},{"x":-95.5,"y":-201.5},{"x":-97.5,"y":-201.5}]],
"C" : [[{"x":160.5,"y":114.5},{"x":155.58,"y":123.21},{"x":150.66,"y":131.91},{"x":145.74,"y":140.62},{"x":140.82,"y":149.32},{"x":135.9,"y":158.03},{"x":134.5,"y":160.5},{"x":134.5,"y":160.5},{"x":126.21,"y":166.09},{"x":117.92,"y":171.68},{"x":109.63,"y":177.28},{"x":101.34,"y":182.87},{"x":93.05,"y":188.46},{"x":91.5,"y":189.5},{"x":91.5,"y":189.5},{"x":81.86,"y":192.15},{"x":72.21,"y":194.8},{"x":62.57,"y":197.45},{"x":52.93,"y":200.1},{"x":43.29,"y":202.74},{"x":40.5,"y":203.5},{"x":40.5,"y":203.5},{"x":30.5,"y":203.29},{"x":20.5,"y":203.08},{"x":10.51,"y":202.87},{"x":0.51,"y":202.66},{"x":-7.5,"y":202.5},{"x":-7.5,"y":202.5},{"x":-17.08,"y":199.63},{"x":-26.66,"y":196.75},{"x":-36.23,"y":193.88},{"x":-45.81,"y":191.01},{"x":-55.39,"y":188.13},{"x":-57.5,"y":187.5},{"x":-57.5,"y":187.5},{"x":-65.78,"y":181.9},{"x":-74.07,"y":176.29},{"x":-82.35,"y":170.69},{"x":-90.63,"y":165.09},{"x":-91.5,"y":164.5},{"x":-91.5,"y":164.5},{"x":-98.44,"y":157.3},{"x":-105.38,"y":150.1},{"x":-112.32,"y":142.9},{"x":-118.5,"y":136.5},{"x":-118.5,"y":136.5},{"x":-123.21,"y":127.68},{"x":-127.91,"y":118.85},{"x":-132.62,"y":110.03},{"x":-134.5,"y":106.5},{"x":-134.5,"y":106.5},{"x":-138.76,"y":97.45},{"x":-143.02,"y":88.4},{"x":-147.27,"y":79.36},{"x":-150.5,"y":72.5},{"x":-150.5,"y":72.5},{"x":-152.29,"y":62.66},{"x":-154.08,"y":52.82},{"x":-155.86,"y":42.98},{"x":-157.65,"y":33.14},{"x":-158.5,"y":28.5},{"x":-158.5,"y":28.5},{"x":-159.14,"y":18.52},{"x":-159.77,"y":8.54},{"x":-160.41,"y":-1.44},{"x":-161.05,"y":-11.42},{"x":-161.5,"y":-18.5},{"x":-161.5,"y":-18.5},{"x":-159.69,"y":-28.34},{"x":-157.89,"y":-38.17},{"x":-156.08,"y":-48.01},{"x":-154.28,"y":-57.84},{"x":-152.5,"y":-67.5},{"x":-152.5,"y":-67.5},{"x":-148.92,"y":-76.84},{"x":-145.35,"y":-86.18},{"x":-141.77,"y":-95.52},{"x":-138.2,"y":-104.86},{"x":-134.62,"y":-114.19},{"x":-134.5,"y":-114.5},{"x":-134.5,"y":-114.5},{"x":-129.13,"y":-122.94},{"x":-123.76,"y":-131.37},{"x":-118.39,"y":-139.81},{"x":-113.03,"y":-148.25},{"x":-107.66,"y":-156.68},{"x":-106.5,"y":-158.5},{"x":-106.5,"y":-158.5},{"x":-98.8,"y":-164.88},{"x":-91.1,"y":-171.26},{"x":-83.4,"y":-177.64},{"x":-75.7,"y":-184.02},{"x":-71.5,"y":-187.5},{"x":-71.5,"y":-187.5},{"x":-62.22,"y":-191.22},{"x":-52.93,"y":-194.93},{"x":-43.65,"y":-198.65},{"x":-34.36,"y":-202.36},{"x":-31.5,"y":-203.5},{"x":-31.5,"y":-203.5},{"x":-21.65,"y":-205.24},{"x":-11.8,"y":-206.98},{"x":-1.96,"y":-208.71},{"x":2.5,"y":-209.5},{"x":2.5,"y":-209.5},{"x":12.5,"y":-209.81},{"x":22.49,"y":-210.12},{"x":32.49,"y":-210.44},{"x":34.5,"y":-210.5},{"x":34.5,"y":-210.5},{"x":44.41,"y":-209.13},{"x":54.31,"y":-207.76},{"x":63.5,"y":-206.5},{"x":63.5,"y":-206.5},{"x":72.78,"y":-202.78},{"x":82.07,"y":-199.07},{"x":91.35,"y":-195.35},{"x":93.5,"y":-194.5},{"x":93.5,"y":-194.5},{"x":101.56,"y":-188.59},{"x":109.63,"y":-182.67},{"x":117.69,"y":-176.76},{"x":123.5,"y":-172.5},{"x":123.5,"y":-172.5},{"x":130.08,"y":-164.97},{"x":136.67,"y":-157.45},{"x":143.25,"y":-149.92},{"x":144.5,"y":-148.5},{"x":144.5,"y":-148.5},{"x":150.21,"y":-140.29},{"x":155.92,"y":-132.08},{"x":160.5,"y":-125.5},{"x":160.5,"y":-125.5},{"x":164.51,"y":-116.34},{"x":167.5,"y":-109.5}]], "C" : [[{"x":160.5,"y":114.5},{"x":155.58,"y":123.21},{"x":150.66,"y":131.91},{"x":145.74,"y":140.62},{"x":140.82,"y":149.32},{"x":135.9,"y":158.03},{"x":134.5,"y":160.5},{"x":134.5,"y":160.5},{"x":126.21,"y":166.09},{"x":117.92,"y":171.68},{"x":109.63,"y":177.28},{"x":101.34,"y":182.87},{"x":93.05,"y":188.46},{"x":91.5,"y":189.5},{"x":91.5,"y":189.5},{"x":81.86,"y":192.15},{"x":72.21,"y":194.8},{"x":62.57,"y":197.45},{"x":52.93,"y":200.1},{"x":43.29,"y":202.74},{"x":40.5,"y":203.5},{"x":40.5,"y":203.5},{"x":30.5,"y":203.29},{"x":20.5,"y":203.08},{"x":10.51,"y":202.87},{"x":0.51,"y":202.66},{"x":-7.5,"y":202.5},{"x":-7.5,"y":202.5},{"x":-17.08,"y":199.63},{"x":-26.66,"y":196.75},{"x":-36.23,"y":193.88},{"x":-45.81,"y":191.01},{"x":-55.39,"y":188.13},{"x":-57.5,"y":187.5},{"x":-57.5,"y":187.5},{"x":-65.78,"y":181.9},{"x":-74.07,"y":176.29},{"x":-82.35,"y":170.69},{"x":-90.63,"y":165.09},{"x":-91.5,"y":164.5},{"x":-91.5,"y":164.5},{"x":-98.44,"y":157.3},{"x":-105.38,"y":150.1},{"x":-112.32,"y":142.9},{"x":-118.5,"y":136.5},{"x":-118.5,"y":136.5},{"x":-123.21,"y":127.68},{"x":-127.91,"y":118.85},{"x":-132.62,"y":110.03},{"x":-134.5,"y":106.5},{"x":-134.5,"y":106.5},{"x":-138.76,"y":97.45},{"x":-143.02,"y":88.4},{"x":-147.27,"y":79.36},{"x":-150.5,"y":72.5},{"x":-150.5,"y":72.5},{"x":-152.29,"y":62.66},{"x":-154.08,"y":52.82},{"x":-155.86,"y":42.98},{"x":-157.65,"y":33.14},{"x":-158.5,"y":28.5},{"x":-158.5,"y":28.5},{"x":-159.14,"y":18.52},{"x":-159.77,"y":8.54},{"x":-160.41,"y":-1.44},{"x":-161.05,"y":-11.42},{"x":-161.5,"y":-18.5},{"x":-161.5,"y":-18.5},{"x":-159.69,"y":-28.34},{"x":-157.89,"y":-38.17},{"x":-156.08,"y":-48.01},{"x":-154.28,"y":-57.84},{"x":-152.5,"y":-67.5},{"x":-152.5,"y":-67.5},{"x":-148.92,"y":-76.84},{"x":-145.35,"y":-86.18},{"x":-141.77,"y":-95.52},{"x":-138.2,"y":-104.86},{"x":-134.62,"y":-114.19},{"x":-134.5,"y":-114.5},{"x":-134.5,"y":-114.5},{"x":-129.13,"y":-122.94},{"x":-123.76,"y":-131.37},{"x":-118.39,"y":-139.81},{"x":-113.03,"y":-148.25},{"x":-107.66,"y":-156.68},{"x":-106.5,"y":-158.5},{"x":-106.5,"y":-158.5},{"x":-98.8,"y":-164.88},{"x":-91.1,"y":-171.26},{"x":-83.4,"y":-177.64},{"x":-75.7,"y":-184.02},{"x":-71.5,"y":-187.5},{"x":-71.5,"y":-187.5},{"x":-62.22,"y":-191.22},{"x":-52.93,"y":-194.93},{"x":-43.65,"y":-198.65},{"x":-34.36,"y":-202.36},{"x":-31.5,"y":-203.5},{"x":-31.5,"y":-203.5},{"x":-21.65,"y":-205.24},{"x":-11.8,"y":-206.98},{"x":-1.96,"y":-208.71},{"x":2.5,"y":-209.5},{"x":2.5,"y":-209.5},{"x":12.5,"y":-209.81},{"x":22.49,"y":-210.12},{"x":32.49,"y":-210.44},{"x":34.5,"y":-210.5},{"x":34.5,"y":-210.5},{"x":44.41,"y":-209.13},{"x":54.31,"y":-207.76},{"x":63.5,"y":-206.5},{"x":63.5,"y":-206.5},{"x":72.78,"y":-202.78},{"x":82.07,"y":-199.07},{"x":91.35,"y":-195.35},{"x":93.5,"y":-194.5},{"x":93.5,"y":-194.5},{"x":101.56,"y":-188.59},{"x":109.63,"y":-182.67},{"x":117.69,"y":-176.76},{"x":123.5,"y":-172.5},{"x":123.5,"y":-172.5},{"x":130.08,"y":-164.97},{"x":136.67,"y":-157.45},{"x":143.25,"y":-149.92},{"x":144.5,"y":-148.5},{"x":144.5,"y":-148.5},{"x":150.21,"y":-140.29},{"x":155.92,"y":-132.08},{"x":160.5,"y":-125.5},{"x":160.5,"y":-125.5},{"x":164.51,"y":-116.34},{"x":167.5,"y":-109.5}]],
......
No preview for this file type
{"ios":{"sceneName":"dfzx_cocos_trace_letter","version":"72a20"},"android":{"sceneName":"dfzx_cocos_trace_letter","version":"72a20"}} {"ios":{"sceneName":"dfzx_cocos_trace_letter","version":"6913e"},"android":{"sceneName":"dfzx_cocos_trace_letter","version":"6913e"}}
\ No newline at end of file \ 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