Commit 54327a53 authored by 李维's avatar 李维

dev commit

parent 5f2a3d79
...@@ -59,7 +59,11 @@ ...@@ -59,7 +59,11 @@
</div> </div>
</div> </div>
</div> </div>
<div class="card-item clearfix" style="padding: 0.5vw; width: 100%; margin-bottom: 0px;" >
<h3>最多上传10个卡片</h3>
</div>
<div *ngFor="let item of contentObj.dataArray; let i = index" class="card-item" style="padding: 0.5vw; " > <div *ngFor="let item of contentObj.dataArray; let i = index" class="card-item" style="padding: 0.5vw; " >
<div class="card-item-content border"> <div class="card-item-content border">
<div class="card-item-content"> <div class="card-item-content">
...@@ -102,7 +106,7 @@ ...@@ -102,7 +106,7 @@
</div> </div>
</div> </div>
<div class="card-item" style="padding: 0.5vw;" > <div class="card-item" style="padding: 0.5vw;" >
<button nz-button nzType="primary" class="add-btn" (click)="addItem(contentObj.dataArray)"> <button [disabled]="contentObj.dataArray.length>=10" 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>
新建卡片组 新建卡片组
</button> </button>
......
...@@ -97,6 +97,25 @@ export default class Cartoon { ...@@ -97,6 +97,25 @@ export default class Cartoon {
return labelNode return labelNode
} }
createFrameAni(imagePath, len) {
let frameAni = new cc.Sprite(imagePath.replace(/_NUM_/g, 1));
frameAni.setPosition(cc.p(cc.winSize.width*0.3, cc.winSize.height/2));
this.addChild(frameAni);
//创建帧动画序列,名词形式
var animation = new cc.Animation();
for (var i = 1; i <= len; i++) {
animation.addSpriteFrameWithFile(imagePath.replace(/_NUM_/g, i));
}
//设置帧动画属性
animation.setDelayPerUnit(2.0 / 4); //每一帧停留的时间
animation.setRestoreOriginalFrame(true); //播放完后回到第一帧
var animate = new cc.Animate(animation);
frameAni.run = () => {
frameAni.runAction(new cc.RepeatForever(animate));
}
}
cloneNode(targetNode) { cloneNode(targetNode) {
var node = cc.instantiate(targetNode); var node = cc.instantiate(targetNode);
return node return node
......
...@@ -33,7 +33,6 @@ export default class GameLogic { ...@@ -33,7 +33,6 @@ export default class GameLogic {
this.g_enableClick = false; this.g_enableClick = false;
this.g_cartoon.initLocalAudios([ this.g_cartoon.initLocalAudios([
"test_audio",
"bird_fly", "bird_fly",
"enter", "enter",
"good_job", "good_job",
...@@ -223,6 +222,17 @@ export default class GameLogic { ...@@ -223,6 +222,17 @@ export default class GameLogic {
this.g_enableClick = false; this.g_enableClick = false;
if(this.m_currentQuestion == imageContainer.correctIndex ) { if(this.m_currentQuestion == imageContainer.correctIndex ) {
this.g_cartoon.playAudio("good_job") this.g_cartoon.playAudio("good_job")
let bell1 = this.g_cartoon.getCartoonElement(`card_${this.m_currentQuestionArray[this.m_currentQuestion]+1}_bell`)
let bell2 = this.g_cartoon.getCartoonElement(`card_${imageContainer.cardIndex+1}_bell`)
this.g_cartoon.playAudio(this.g_formData.dataArray[this.m_currentQuestion].audio_url)
this.g_cartoon.tweenChange(bell1.node, {scaleX: 1.2, scaleY: 1.2}, 0.3, ()=>{
this.g_cartoon.tweenChange(bell1.node, {scaleX: 0, scaleY: 0}, 0.4);
});
this.g_cartoon.tweenChange(bell2.node, {scaleX: 1.2, scaleY: 1.2}, 0.3, ()=>{
this.g_cartoon.tweenChange(bell2.node, {scaleX: 0, scaleY: 0}, 0.4);
});
card.open = true; card.open = true;
this.g_cartoon.getCartoonElement(`card_${imageContainer.cardIndex+1}_normal`).node.opacity = 0; this.g_cartoon.getCartoonElement(`card_${imageContainer.cardIndex+1}_normal`).node.opacity = 0;
this.g_cartoon.getCartoonElement(`card_${imageContainer.cardIndex+1}_selected`).node.opacity = 255; this.g_cartoon.getCartoonElement(`card_${imageContainer.cardIndex+1}_selected`).node.opacity = 255;
...@@ -264,7 +274,7 @@ export default class GameLogic { ...@@ -264,7 +274,7 @@ export default class GameLogic {
this.g_cartoon.subscribeTouchEvent(`card_${index+1}_bell`, ()=>{ this.g_cartoon.subscribeTouchEvent(`card_${index+1}_bell`, ()=>{
if(dataItem.audio_url) { if(dataItem.audio_url) {
this.g_cartoon.stopAllAudio() this.g_cartoon.stopAllAudio([this.g_formData.bgMusic?this.g_formData.bgMusic:""])
card.playAudio(()=>{ card.playAudio(()=>{
stopBell() stopBell()
}) })
...@@ -291,28 +301,30 @@ export default class GameLogic { ...@@ -291,28 +301,30 @@ export default class GameLogic {
let bell1 = this.g_cartoon.getCartoonElement(`card_${i1}_bell`) let bell1 = this.g_cartoon.getCartoonElement(`card_${i1}_bell`)
let bell2 = this.g_cartoon.getCartoonElement(`card_${toIndex+1}_bell`) let bell2 = this.g_cartoon.getCartoonElement(`card_${toIndex+1}_bell`)
this.g_cartoon.tweenChange(bell1.node, {scaleX: 1.2, scaleY: 1.2}, 0.3, ()=>{ // this.g_cartoon.tweenChange(bell1.node, {scaleX: 1.2, scaleY: 1.2}, 0.3, ()=>{
this.g_cartoon.tweenChange(bell1.node, {scaleX: 0, scaleY: 0}, 0.4, ()=>{ // this.g_cartoon.tweenChange(bell1.node, {scaleX: 0, scaleY: 0}, 0.4, ()=>{
this.g_cartoon.tweenChange(card_1.node, {x: x_2, y: y_2}, 1, ()=>{
this.g_cartoon.tweenChange(bell1.node, {scaleX: 1, scaleY: 1}, 0.2); // });
}); // });
}); this.g_cartoon.tweenChange(card_1.node, {x: x_2, y: y_2}, 1, ()=>{
this.g_cartoon.tweenChange(bell1.node, {scaleX: 1, scaleY: 1}, 0.2);
}); });
this.g_cartoon.tweenChange(bell2.node, {scaleX: 1.2, scaleY: 1.2}, 0.3, ()=>{ // this.g_cartoon.tweenChange(bell2.node, {scaleX: 1.2, scaleY: 1.2}, 0.3, ()=>{
this.g_cartoon.tweenChange(bell2.node, {scaleX: 0, scaleY: 0}, 0.4, ()=>{ // this.g_cartoon.tweenChange(bell2.node, {scaleX: 0, scaleY: 0}, 0.4, ()=>{
this.g_cartoon.tweenChange(card_2.node, {x: x_1, y: y_1}, 1, ()=>{
this.g_cartoon.tweenChange(bell2.node, {scaleX: 1, scaleY: 1}, 0.2, ()=>{ // });
this.g_cartoon.getCartoonElement("bird_1").flyBack(()=>{ // });
setTimeout(()=>{ this.g_cartoon.tweenChange(card_2.node, {x: x_1, y: y_1}, 1, ()=>{
if(callback) { this.g_cartoon.tweenChange(bell2.node, {scaleX: 1, scaleY: 1}, 0.2, ()=>{
callback(); this.g_cartoon.getCartoonElement("bird_1").flyBack(()=>{
} setTimeout(()=>{
}, 1500) if(callback) {
}) callback();
this.g_cartoon.getCartoonElement("bird_2").flyBack() }
}); }, 1500)
}); })
this.g_cartoon.getCartoonElement("bird_2").flyBack()
}); });
}); });
...@@ -444,8 +456,8 @@ export default class GameLogic { ...@@ -444,8 +456,8 @@ export default class GameLogic {
endGame() { endGame() {
this.m_gameEnd = true; this.m_gameEnd = true;
this.snowing(5000) this.snowing(5000)
let resetBtn = this.g_cartoon.getCartoonElement("restart_button") // let resetBtn = this.g_cartoon.getCartoonElement("restart_button")
resetBtn.node.active = true; // resetBtn.node.active = true;
} }
restartGame(callback) { restartGame(callback) {
...@@ -457,7 +469,7 @@ export default class GameLogic { ...@@ -457,7 +469,7 @@ export default class GameLogic {
for(let index=0; index<10; index++) { for(let index=0; index<10; index++) {
const card = this.g_cartoon.getCartoonElement(`card_${index+1}`) const card = this.g_cartoon.getCartoonElement(`card_${index+1}`)
} }
this.g_cartoon.stopAllAudio() this.g_cartoon.stopAllAudio([this.g_formData.bgMusic])
this.showMaskLayer(()=>{ this.showMaskLayer(()=>{
this.resetPosition(); this.resetPosition();
this.initImageCards(); this.initImageCards();
...@@ -477,11 +489,11 @@ export default class GameLogic { ...@@ -477,11 +489,11 @@ export default class GameLogic {
bottomButtons.node.y = -cc.winSize.height / 2 + 50 bottomButtons.node.y = -cc.winSize.height / 2 + 50
let resetBtn = this.g_cartoon.getCartoonElement("restart_button") let resetBtn = this.g_cartoon.getCartoonElement("restart_button")
resetBtn.node.active = false; // resetBtn.node.active = false;
this.g_cartoon.subscribeTouchEvent(resetBtn.key, ()=>{ this.g_cartoon.subscribeTouchEvent(resetBtn.key, ()=>{
jelly(resetBtn.node).then(()=>{ jelly(resetBtn.node).then(()=>{
resetBtn.node.active = false; // resetBtn.node.active = false;
}) })
this.restartGame() this.restartGame()
}) })
...@@ -762,7 +774,7 @@ export default class GameLogic { ...@@ -762,7 +774,7 @@ export default class GameLogic {
let intervalID = setInterval(() => { let intervalID = setInterval(() => {
let snow = getSnow( Math.ceil(Math.random()*4) ) let snow = getSnow( Math.ceil(Math.random()*4) )
this.g_cartoon.tweenChange(snow, {y: -cc.winSize.height / 2}, 2000) this.g_cartoon.tweenChange(snow, {y: -cc.winSize.height / 2}, 2000)
cc.tween(snow).to(3, {y: -cc.winSize.height / 2}).start() cc.tween(snow).to(3, {y: -cc.winSize.height / 2}).call(()=>snow.destroy()).start()
}, 100); }, 100);
setTimeout(() => { setTimeout(() => {
......
...@@ -93,8 +93,8 @@ cc.Class({ ...@@ -93,8 +93,8 @@ cc.Class({
getDefaultData() { getDefaultData() {
// const dataJson = '{"contentObj":{"version":"1.0","key":"DataKey_Sbox_FT_08","bgMusic":"","titleText":"TEstd","questionAudio_url":"","dataArray":[{"text":"","image_url":"http://staging-teach.cdn.ireadabc.com/06cc843598a912921f6ca3acfde6220b.png","audio_url":"http://staging-teach.cdn.ireadabc.com/3b5540cc95a006dff8c41dba7537075a.mp3"},{"text":"","image_url":"http://staging-teach.cdn.ireadabc.com/571974922f6678111348a5643dba7e20.png"},{"text":"","image_url":"http://staging-teach.cdn.ireadabc.com/78579114773af12a7aec6723e3b9d475.png"},{"text":"","image_url":"http://staging-teach.cdn.ireadabc.com/c99e82e1c3f087c6dc0469e30c624f70.png"},{"text":"","image_url":"http://staging-teach.cdn.ireadabc.com/5b45c89ac9e899d76522767219b1346b.png"},{"text":"","image_url":"http://staging-teach.cdn.ireadabc.com/2e28eae8f0e0f01193da6f3677379ed3.png"},{"text":"","image_url":"http://staging-teach.cdn.ireadabc.com/fad2dac4f8b59a185dc30d42617c2ca8.png"},{"text":"","image_url":"http://staging-teach.cdn.ireadabc.com/6c3fca11052464102407f173e4a83db9.png"},{"text":"","image_url":"http://staging-teach.cdn.ireadabc.com/ec82c796af801486548ae98623f614d2.png"},{"text":"","image_url":"http://staging-teach.cdn.ireadabc.com/ac4b9422df1556f80ac5c3058cd3d670.png"}]}}' // const dataJson = '{"contentObj":{"version":"1.0","key":"DataKey_Sbox_FT_08","bgMusic":"","titleText":"TEstd","questionAudio_url":"","dataArray":[{"text":"","image_url":"http://staging-teach.cdn.ireadabc.com/06cc843598a912921f6ca3acfde6220b.png","audio_url":"http://staging-teach.cdn.ireadabc.com/3b5540cc95a006dff8c41dba7537075a.mp3"},{"text":"","image_url":"http://staging-teach.cdn.ireadabc.com/571974922f6678111348a5643dba7e20.png"},{"text":"","image_url":"http://staging-teach.cdn.ireadabc.com/78579114773af12a7aec6723e3b9d475.png"},{"text":"","image_url":"http://staging-teach.cdn.ireadabc.com/c99e82e1c3f087c6dc0469e30c624f70.png"},{"text":"","image_url":"http://staging-teach.cdn.ireadabc.com/5b45c89ac9e899d76522767219b1346b.png"},{"text":"","image_url":"http://staging-teach.cdn.ireadabc.com/2e28eae8f0e0f01193da6f3677379ed3.png"},{"text":"","image_url":"http://staging-teach.cdn.ireadabc.com/fad2dac4f8b59a185dc30d42617c2ca8.png"},{"text":"","image_url":"http://staging-teach.cdn.ireadabc.com/6c3fca11052464102407f173e4a83db9.png"},{"text":"","image_url":"http://staging-teach.cdn.ireadabc.com/ec82c796af801486548ae98623f614d2.png"},{"text":"","image_url":"http://staging-teach.cdn.ireadabc.com/ac4b9422df1556f80ac5c3058cd3d670.png"}]}}'
// const dataJson = '{"contentObj":{"version":"1.0","key":"DataKey_Sbox_FT_08","bgMusic":"http://staging-teach.cdn.ireadabc.com/ad58bae62ea02cf215ce7dee22df306f.mp3","titleText":"TEstd","questionAudio_url":"http://staging-teach.cdn.ireadabc.com/2bf96923b83ee0c5f20930386ce07384.mp3","dataArray":[{"text":"","image_url":"http://staging-teach.cdn.ireadabc.com/06cc843598a912921f6ca3acfde6220b.png","audio_url":"http://staging-teach.cdn.ireadabc.com/3b5540cc95a006dff8c41dba7537075a.mp3"},{"text":"","image_url":"http://staging-teach.cdn.ireadabc.com/571974922f6678111348a5643dba7e20.png","audio_url":"http://staging-teach.cdn.ireadabc.com/ae7c0930a45d0ffc9f13182298e2be71.mp3"},{"text":"","image_url":"http://staging-teach.cdn.ireadabc.com/78579114773af12a7aec6723e3b9d475.png","audio_url":"http://staging-teach.cdn.ireadabc.com/c14938125a52096dc0be9fbbf6638cb2.mp3"},{"text":"","image_url":"http://staging-teach.cdn.ireadabc.com/c99e82e1c3f087c6dc0469e30c624f70.png","audio_url":"http://staging-teach.cdn.ireadabc.com/135c628899396df62c14567f46d61f3f.mp3"},{"text":"","image_url":"http://staging-teach.cdn.ireadabc.com/5b45c89ac9e899d76522767219b1346b.png","audio_url":"http://staging-teach.cdn.ireadabc.com/3b5540cc95a006dff8c41dba7537075a.mp3"},{"text":"","image_url":"http://staging-teach.cdn.ireadabc.com/2e28eae8f0e0f01193da6f3677379ed3.png","audio_url":"http://staging-teach.cdn.ireadabc.com/cb0ac1d1bcdfdaf768f0a06d3fff37a3.mp3"},{"text":"","image_url":"http://staging-teach.cdn.ireadabc.com/fad2dac4f8b59a185dc30d42617c2ca8.png","audio_url":"http://staging-teach.cdn.ireadabc.com/9df3f14bc88bcffc49b6717c40428ed8.mp3"},{"text":"","image_url":"http://staging-teach.cdn.ireadabc.com/6c3fca11052464102407f173e4a83db9.png","audio_url":"http://staging-teach.cdn.ireadabc.com/d5a5ac2f45431a8a15492cb9f78e0396.mp3"},{"text":"","image_url":"http://staging-teach.cdn.ireadabc.com/ec82c796af801486548ae98623f614d2.png","audio_url":"http://staging-teach.cdn.ireadabc.com/fb08783926362bf64232e2ec6966011d.mp3"},{"text":"","image_url":"http://staging-teach.cdn.ireadabc.com/ac4b9422df1556f80ac5c3058cd3d670.png","audio_url":"http://staging-teach.cdn.ireadabc.com/fb08783926362bf64232e2ec6966011d.mp3"}]}}' // const dataJson = '{"contentObj":{"version":"1.0","key":"DataKey_Sbox_FT_08","bgMusic":"http://staging-teach.cdn.ireadabc.com/ad58bae62ea02cf215ce7dee22df306f.mp3","titleText":"TEstd","questionAudio_url":"http://staging-teach.cdn.ireadabc.com/2bf96923b83ee0c5f20930386ce07384.mp3","dataArray":[{"text":"","image_url":"http://staging-teach.cdn.ireadabc.com/06cc843598a912921f6ca3acfde6220b.png","audio_url":"http://staging-teach.cdn.ireadabc.com/3b5540cc95a006dff8c41dba7537075a.mp3"},{"text":"","image_url":"http://staging-teach.cdn.ireadabc.com/571974922f6678111348a5643dba7e20.png","audio_url":"http://staging-teach.cdn.ireadabc.com/ae7c0930a45d0ffc9f13182298e2be71.mp3"},{"text":"","image_url":"http://staging-teach.cdn.ireadabc.com/78579114773af12a7aec6723e3b9d475.png","audio_url":"http://staging-teach.cdn.ireadabc.com/c14938125a52096dc0be9fbbf6638cb2.mp3"},{"text":"","image_url":"http://staging-teach.cdn.ireadabc.com/c99e82e1c3f087c6dc0469e30c624f70.png","audio_url":"http://staging-teach.cdn.ireadabc.com/135c628899396df62c14567f46d61f3f.mp3"},{"text":"","image_url":"http://staging-teach.cdn.ireadabc.com/5b45c89ac9e899d76522767219b1346b.png","audio_url":"http://staging-teach.cdn.ireadabc.com/3b5540cc95a006dff8c41dba7537075a.mp3"},{"text":"","image_url":"http://staging-teach.cdn.ireadabc.com/2e28eae8f0e0f01193da6f3677379ed3.png","audio_url":"http://staging-teach.cdn.ireadabc.com/cb0ac1d1bcdfdaf768f0a06d3fff37a3.mp3"},{"text":"","image_url":"http://staging-teach.cdn.ireadabc.com/fad2dac4f8b59a185dc30d42617c2ca8.png","audio_url":"http://staging-teach.cdn.ireadabc.com/9df3f14bc88bcffc49b6717c40428ed8.mp3"},{"text":"","image_url":"http://staging-teach.cdn.ireadabc.com/6c3fca11052464102407f173e4a83db9.png","audio_url":"http://staging-teach.cdn.ireadabc.com/d5a5ac2f45431a8a15492cb9f78e0396.mp3"},{"text":"","image_url":"http://staging-teach.cdn.ireadabc.com/ec82c796af801486548ae98623f614d2.png","audio_url":"http://staging-teach.cdn.ireadabc.com/fb08783926362bf64232e2ec6966011d.mp3"},{"text":"","image_url":"http://staging-teach.cdn.ireadabc.com/ac4b9422df1556f80ac5c3058cd3d670.png","audio_url":"http://staging-teach.cdn.ireadabc.com/fb08783926362bf64232e2ec6966011d.mp3"}]}}'
// const dataJson = '{"contentObj":{"version":"1.0","key":"DataKey_Sbox_FT_08","bgMusic":"","titleText":"TEST","questionAudio_url":"","dataArray":[{"text":"","image_url":"","dragonBones":{"texPngData":{"url":"","name":""},"texJsonData":{"url":"http://staging-teach.cdn.ireadabc.com/70f2284f40825f812603c2302ca23607.json","name":"鸟飞_tex.json"},"skeJsonData":{"url":"http://staging-teach.cdn.ireadabc.com/813eea2f97e13533a47ba94edd0a9f22.json","name":"鸟飞_ske.json"}}},{"text":"","image_url":"","dragonBones":{"texPngData":{"url":"","name":""},"texJsonData":{"url":"","name":""},"skeJsonData":{"url":"http://staging-teach.cdn.ireadabc.com/813eea2f97e13533a47ba94edd0a9f22.json","name":"鸟飞_ske.json"}}}],"birdDragonBones_1":{"texPngData":{"url":"http://staging-teach.cdn.ireadabc.com/3fa1882c54e339da6dd269c97f04bb2a.png","name":"bird1_tex.png"},"texJsonData":{"url":"http://staging-teach.cdn.ireadabc.com/59b30e639be3a22584acec712dd78574.json","name":"bird1_tex.json"},"skeJsonData":{"url":"http://staging-teach.cdn.ireadabc.com/decfe2180607b27160bd34d07448898c.json","name":"bird1_ske.json"}},"birdDragonBones_2":{"texPngData":{"url":"http://staging-teach.cdn.ireadabc.com/09ff5666c731f45808e1c0f3d0bfc124.png","name":"bird2_tex.png"},"texJsonData":{"url":"http://staging-teach.cdn.ireadabc.com/49231d10601dfadffedb9ee25dac164b.json","name":"bird2_tex.json"},"skeJsonData":{"url":"http://staging-teach.cdn.ireadabc.com/c39541350a2828337d5cecb59deac5e8.json","name":"bird2_ske.json"}}}}' const dataJson = '{"contentObj":{"version":"1.0","key":"DataKey_Sbox_FT_08","bgMusic":"http://staging-teach.cdn.ireadabc.com/ad58bae62ea02cf215ce7dee22df306f.mp3","titleText":"TEstd","questionAudio_url":"http://staging-teach.cdn.ireadabc.com/2bf96923b83ee0c5f20930386ce07384.mp3","dataArray":[{"text":"","image_url":"http://staging-teach.cdn.ireadabc.com/06cc843598a912921f6ca3acfde6220b.png","audio_url":"http://staging-teach.cdn.ireadabc.com/3b5540cc95a006dff8c41dba7537075a.mp3"},{"text":"","image_url":"http://staging-teach.cdn.ireadabc.com/571974922f6678111348a5643dba7e20.png","audio_url":"http://staging-teach.cdn.ireadabc.com/ae7c0930a45d0ffc9f13182298e2be71.mp3"}]}}'
const dataJson = '{"contentObj":{"version":"1.0","key":"DataKey_Sbox_FT_08","bgMusic":"","titleText":"","questionAudio_url":"","dataArray":[]}}' // const dataJson = '{"contentObj":{"version":"1.0","key":"DataKey_Sbox_FT_08","bgMusic":"","titleText":"","questionAudio_url":"","dataArray":[]}}'
const data = JSON.parse(dataJson); const data = JSON.parse(dataJson);
return data; return data;
}, },
......
{
"ver": "1.1.2",
"uuid": "293a0d16-44c2-42af-a9e4-fb2cf1994801",
"isBundle": false,
"bundleName": "",
"priority": 1,
"compressionType": {},
"optimizeHotUpdate": {},
"inlineSpriteFrames": {},
"isRemoteBundle": {},
"subMetas": {}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "2898a433-2aca-4a06-9c12-ccd722c7dbf6",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 274,
"height": 277,
"platformSettings": {},
"subMetas": {
"bg_star (1)": {
"ver": "1.0.4",
"uuid": "5d105fb2-dc4f-4c57-bef5-66252429a234",
"rawTextureUuid": "2898a433-2aca-4a06-9c12-ccd722c7dbf6",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0.5,
"trimX": 98,
"trimY": 101,
"width": 78,
"height": 74,
"rawWidth": 274,
"rawHeight": 277,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "89372334-8aad-4621-99dc-f86c40680773",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 274,
"height": 277,
"platformSettings": {},
"subMetas": {
"bg_star (10)": {
"ver": "1.0.4",
"uuid": "8d54788b-bc28-4a96-9a98-b9eaa66f9180",
"rawTextureUuid": "89372334-8aad-4621-99dc-f86c40680773",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": -5,
"offsetY": 0.5,
"trimX": 1,
"trimY": 0,
"width": 262,
"height": 276,
"rawWidth": 274,
"rawHeight": 277,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "258dd5f3-f5fe-4422-a5c6-bd157c0c7428",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 274,
"height": 277,
"platformSettings": {},
"subMetas": {
"bg_star (11)": {
"ver": "1.0.4",
"uuid": "2813a94c-83c4-400a-ba60-1291d82a28dd",
"rawTextureUuid": "258dd5f3-f5fe-4422-a5c6-bd157c0c7428",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": -1,
"offsetY": 0.5,
"trimX": 2,
"trimY": 0,
"width": 268,
"height": 276,
"rawWidth": 274,
"rawHeight": 277,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "fb135c42-7ec5-4010-91b9-bddde96c310e",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 274,
"height": 277,
"platformSettings": {},
"subMetas": {
"bg_star (12)": {
"ver": "1.0.4",
"uuid": "e218f658-9bf7-46f4-b189-564c1b89dd90",
"rawTextureUuid": "fb135c42-7ec5-4010-91b9-bddde96c310e",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": -1,
"offsetY": 0.5,
"trimX": 2,
"trimY": 1,
"width": 268,
"height": 274,
"rawWidth": 274,
"rawHeight": 277,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "2aab9016-d425-42fa-86be-f8c7a379eb99",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 274,
"height": 277,
"platformSettings": {},
"subMetas": {
"bg_star (13)": {
"ver": "1.0.4",
"uuid": "1c85c595-5336-4110-8d4d-6e22375db767",
"rawTextureUuid": "2aab9016-d425-42fa-86be-f8c7a379eb99",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": -0.5,
"offsetY": 0,
"trimX": 3,
"trimY": 2,
"width": 267,
"height": 273,
"rawWidth": 274,
"rawHeight": 277,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "05ed76d9-85e3-46a6-814b-9c88238241a6",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 274,
"height": 277,
"platformSettings": {},
"subMetas": {
"bg_star (14)": {
"ver": "1.0.4",
"uuid": "5806d61f-78e6-42d8-bae3-449b4be0430c",
"rawTextureUuid": "05ed76d9-85e3-46a6-814b-9c88238241a6",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 4,
"trimX": 3,
"trimY": 6,
"width": 268,
"height": 257,
"rawWidth": 274,
"rawHeight": 277,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "d00ccd31-9c81-48aa-a400-498a01fec5d2",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 274,
"height": 277,
"platformSettings": {},
"subMetas": {
"bg_star (15)": {
"ver": "1.0.4",
"uuid": "db4cd162-d38d-4c49-b58c-bc62ba1175ab",
"rawTextureUuid": "d00ccd31-9c81-48aa-a400-498a01fec5d2",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 3,
"trimX": 0,
"trimY": 6,
"width": 274,
"height": 259,
"rawWidth": 274,
"rawHeight": 277,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "9a630f5f-95cb-4159-ab2c-80aec3b1d6c9",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 274,
"height": 277,
"platformSettings": {},
"subMetas": {
"bg_star (16)": {
"ver": "1.0.4",
"uuid": "ff534e9d-d2b8-42d3-b3be-7b0145c26085",
"rawTextureUuid": "9a630f5f-95cb-4159-ab2c-80aec3b1d6c9",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": -2.5,
"offsetY": 3.5,
"trimX": 18,
"trimY": 15,
"width": 233,
"height": 240,
"rawWidth": 274,
"rawHeight": 277,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "b54b93f6-c7a2-4a30-9f75-ff499a929760",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 274,
"height": 277,
"platformSettings": {},
"subMetas": {
"bg_star (17)": {
"ver": "1.0.4",
"uuid": "52a6e9e6-4f90-4a5c-badb-0f768678a9f8",
"rawTextureUuid": "b54b93f6-c7a2-4a30-9f75-ff499a929760",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 1,
"offsetY": 4,
"trimX": 32,
"trimY": 25,
"width": 212,
"height": 219,
"rawWidth": 274,
"rawHeight": 277,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "ea2f8e28-8eeb-4af6-8ff1-2a952c60e6a9",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 274,
"height": 277,
"platformSettings": {},
"subMetas": {
"bg_star (18)": {
"ver": "1.0.4",
"uuid": "3ceb4aa4-584b-4f33-92b6-a04b5f98ad49",
"rawTextureUuid": "ea2f8e28-8eeb-4af6-8ff1-2a952c60e6a9",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 3,
"offsetY": 4.5,
"trimX": 48,
"trimY": 39,
"width": 184,
"height": 190,
"rawWidth": 274,
"rawHeight": 277,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "962b0a68-cf9c-432a-9f3b-9a84036c22cf",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 274,
"height": 277,
"platformSettings": {},
"subMetas": {
"bg_star (2)": {
"ver": "1.0.4",
"uuid": "1d7c6738-498e-4ade-aa17-032c84fbebdd",
"rawTextureUuid": "962b0a68-cf9c-432a-9f3b-9a84036c22cf",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": -3,
"offsetY": -5.5,
"trimX": 61,
"trimY": 69,
"width": 146,
"height": 150,
"rawWidth": 274,
"rawHeight": 277,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "fb13d9de-557f-44e2-84fe-046bfc051ae7",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 274,
"height": 277,
"platformSettings": {},
"subMetas": {
"bg_star (3)": {
"ver": "1.0.4",
"uuid": "cc9b60a3-bb44-4f00-b483-2e77eb7042b8",
"rawTextureUuid": "fb13d9de-557f-44e2-84fe-046bfc051ae7",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": -1.5,
"offsetY": -6,
"trimX": 42,
"trimY": 46,
"width": 187,
"height": 197,
"rawWidth": 274,
"rawHeight": 277,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "d374a006-9f3b-49a9-88ad-d50044a9cc08",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 274,
"height": 277,
"platformSettings": {},
"subMetas": {
"bg_star (4)": {
"ver": "1.0.4",
"uuid": "ae286e7b-1fff-4db0-825a-7cd60f3bd3fa",
"rawTextureUuid": "d374a006-9f3b-49a9-88ad-d50044a9cc08",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": -2.5,
"offsetY": -4,
"trimX": 28,
"trimY": 28,
"width": 213,
"height": 229,
"rawWidth": 274,
"rawHeight": 277,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "bb959b6f-436e-42f3-8e2c-456f6d466f23",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 274,
"height": 277,
"platformSettings": {},
"subMetas": {
"bg_star (5)": {
"ver": "1.0.4",
"uuid": "fc1d7aa5-5228-4cf7-b970-1d86f406e46d",
"rawTextureUuid": "bb959b6f-436e-42f3-8e2c-456f6d466f23",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": -3,
"offsetY": -3.5,
"trimX": 21,
"trimY": 19,
"width": 226,
"height": 246,
"rawWidth": 274,
"rawHeight": 277,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "4cf1a287-52b9-4d8f-8b8d-10cc76bd6b5d",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 274,
"height": 277,
"platformSettings": {},
"subMetas": {
"bg_star (6)": {
"ver": "1.0.4",
"uuid": "10e92c11-0573-4fd3-be37-fb4720677ad6",
"rawTextureUuid": "4cf1a287-52b9-4d8f-8b8d-10cc76bd6b5d",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": -2.5,
"offsetY": -2.5,
"trimX": 11,
"trimY": 10,
"width": 247,
"height": 262,
"rawWidth": 274,
"rawHeight": 277,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "cb045a01-310d-45e3-94ed-d66c238a393e",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 274,
"height": 277,
"platformSettings": {},
"subMetas": {
"bg_star (7)": {
"ver": "1.0.4",
"uuid": "285c8df1-9e53-4e7a-a4c8-1ec7e6e2b34e",
"rawTextureUuid": "cb045a01-310d-45e3-94ed-d66c238a393e",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": -4,
"offsetY": -1,
"trimX": 5,
"trimY": 4,
"width": 256,
"height": 271,
"rawWidth": 274,
"rawHeight": 277,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "b8da1686-79d4-4934-baf5-a8a1565a950f",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 274,
"height": 277,
"platformSettings": {},
"subMetas": {
"bg_star (8)": {
"ver": "1.0.4",
"uuid": "0d0b4eb4-dea5-43f8-89fb-fd932a1e24bc",
"rawTextureUuid": "b8da1686-79d4-4934-baf5-a8a1565a950f",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": -5,
"offsetY": 0,
"trimX": 1,
"trimY": 0,
"width": 262,
"height": 277,
"rawWidth": 274,
"rawHeight": 277,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "57f1499f-5c70-4d7c-b199-7904c40cbc7d",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 274,
"height": 277,
"platformSettings": {},
"subMetas": {
"bg_star (9)": {
"ver": "1.0.4",
"uuid": "8e135a36-370e-4ebc-a755-a5fc851347bd",
"rawTextureUuid": "57f1499f-5c70-4d7c-b199-7904c40cbc7d",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": -5,
"offsetY": 0,
"trimX": 1,
"trimY": 0,
"width": 262,
"height": 277,
"rawWidth": 274,
"rawHeight": 277,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"__type__": "cc.AnimationClip",
"_name": "",
"_objFlags": 0,
"_duration": 0,
"sample": 60,
"curveData": {},
"events": []
}
\ No newline at end of file
{
"ver": "2.1.0",
"uuid": "565715a0-0fba-4ab1-b0a6-e7bc1354d6b8",
"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