diff --git a/assets/DH/DH_3/DH_3.prefab b/assets/DH/DH_3/DH_3.prefab index 2736c5c5..78b59171 100644 --- a/assets/DH/DH_3/DH_3.prefab +++ b/assets/DH/DH_3/DH_3.prefab @@ -3242,7 +3242,9 @@ "_enabled": true, "nanzhu": null, "heishehui": null, - "progress": null, + "progress": { + "__id__": 12 + }, "m_bg": { "__id__": 5 }, diff --git a/assets/DH/DH_4/DH_4.prefab b/assets/DH/DH_4/DH_4.prefab index 4ee5ab91..c0a17701 100644 --- a/assets/DH/DH_4/DH_4.prefab +++ b/assets/DH/DH_4/DH_4.prefab @@ -37,13 +37,10 @@ }, { "__id__": 54 - }, - { - "__id__": 55 } ], "_prefab": { - "__id__": 56 + "__id__": 55 }, "_opacity": 255, "_color": { @@ -1986,16 +1983,6 @@ "_originalHeight": 1334, "_id": "" }, - { - "__type__": "01b77kAaMhGwYzF5HlMABbp", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 1 - }, - "_enabled": true, - "_id": "" - }, { "__type__": "86fb5f1RMFB1Zsr2qZ+wUYL", "_name": "", @@ -2004,7 +1991,9 @@ "__id__": 1 }, "_enabled": true, - "doctor": null, + "doctor": { + "__id__": 7 + }, "m_bg": { "__id__": 5 }, diff --git a/assets/DH/DH_5/DH_5.prefab b/assets/DH/DH_5/DH_5.prefab index 6d1413f8..068cc1e5 100644 --- a/assets/DH/DH_5/DH_5.prefab +++ b/assets/DH/DH_5/DH_5.prefab @@ -1510,10 +1510,12 @@ }, { "__type__": "cc.ClickEvent", - "target": null, + "target": { + "__id__": 1 + }, "component": "", - "_componentId": "649c49J/pxN2ohyBiR6yQqc", - "handler": "onClickNeedQiPao303", + "_componentId": "f757cpW7whA3YBZTNkv58ck", + "handler": "onTouch", "customEventData": "" }, { diff --git a/assets/DH/DH_5/res.meta b/assets/DH/DH_5/res.meta deleted file mode 100644 index 9ac0b3ed..00000000 --- a/assets/DH/DH_5/res.meta +++ /dev/null @@ -1,13 +0,0 @@ -{ - "ver": "1.1.3", - "uuid": "2e05557d-e51d-45a4-9415-fd143ae19e9c", - "importer": "folder", - "isBundle": false, - "bundleName": "", - "priority": 1, - "compressionType": {}, - "optimizeHotUpdate": {}, - "inlineSpriteFrames": {}, - "isRemoteBundle": {}, - "subMetas": {} -} \ No newline at end of file diff --git a/assets/DH/DH_5/spine.meta b/assets/DH/DH_5/spine.meta deleted file mode 100644 index 2c4bb097..00000000 --- a/assets/DH/DH_5/spine.meta +++ /dev/null @@ -1,13 +0,0 @@ -{ - "ver": "1.1.3", - "uuid": "8e2591fe-e262-421d-a232-924294b8b21a", - "importer": "folder", - "isBundle": false, - "bundleName": "", - "priority": 1, - "compressionType": {}, - "optimizeHotUpdate": {}, - "inlineSpriteFrames": {}, - "isRemoteBundle": {}, - "subMetas": {} -} \ No newline at end of file diff --git a/assets/Scripts/DH/DH_3.ts b/assets/Scripts/DH/DH_3.ts index 4c2612d0..f68ad591 100644 --- a/assets/Scripts/DH/DH_3.ts +++ b/assets/Scripts/DH/DH_3.ts @@ -38,7 +38,13 @@ export default class DH_3 extends DHBase { // Common5.playRemoteAudioMusic("remotesound/effect/打雷下雨声", true) Common5.preLoadRemoteAudioByChatConfig(this.chatConfig); super.start(); - this.continueStory(); + let mainTaskInfo: any = TaskManager.getCurUnLockMainTaskInfo() + let mainId = mainTaskInfo.Id + if (mainId == MainTaskIdEnum.MainTask_605) { + this.continueStory(); + } else { + this.m_bg.getChildByName("砸").active = true + } // this.scheduleOnce(() => { // PrefabManage.preloadPrefabByType(GameType.DH_39) // }) @@ -58,9 +64,9 @@ export default class DH_3 extends DHBase { (func) => { this.m_bg.getChildByName("needGoodNode_605").active = true // this.heishehui.setAnimation(0, "小弟待机", true) - this.showClickDialog(this.chatConfig[this.dialogIndex++], func, () => { - // this.nanzhu.setAnimation(0, "侧头笑说话", true) - }); + // this.showClickDialog(this.chatConfig[this.dialogIndex++], func, () => { + // // this.nanzhu.setAnimation(0, "侧头笑说话", true) + // }); }, ] const dialogCallFunc = (logEvents: any[]) => { @@ -102,9 +108,13 @@ export default class DH_3 extends DHBase { this.m_bg.getChildByName("needGoodNode_605").active = false UserManager.subMoney(20000000) this.showQiPao(this.chatConfig[this.dialogIndex++], () => { - this.m_bg.getChildByName("砸").active = true - TaskManager.finishCurMainTask(MainTaskIdEnum.MainTask_605) - TaskManager.setCurTask(MainTaskIdEnum.MainTask_606) + this.showQiPao(this.chatConfig[this.dialogIndex++], () => { + this.m_bg.getChildByName("砸").active = true + TaskManager.finishCurMainTask(MainTaskIdEnum.MainTask_605) + TaskManager.setCurTask(MainTaskIdEnum.MainTask_606) + }, () => { + // this.heishehui.setAnimation(0, "小弟说话", true) + }); }, () => { // this.heishehui.setAnimation(0, "小弟说话", true) }); @@ -113,11 +123,17 @@ export default class DH_3 extends DHBase { onTouchZaSuo() { this.progress.progress += 0.1 if (this.progress.progress >= 1) { - User.setStatistics("zhangJie", 6) - TaskManager.finishCurMainTask(MainTaskIdEnum.MainTask_606) - TaskManager.setCurTask(MainTaskIdEnum.MainTask_701) - - this.m_bg.getChildByName("前往医院").active = true + this.m_bg.getChildByName("砸").active = false + this.m_bg.getChildByName("背景1").active = true + this.showQiPao(this.chatConfig[this.dialogIndex++], ()=>{ + User.setStatistics("zhangJie", 6) + TaskManager.finishCurMainTask(MainTaskIdEnum.MainTask_606) + TaskManager.setCurTask(MainTaskIdEnum.MainTask_701) + + this.m_bg.getChildByName("前往医院").active = true + }, () => { + // this.heishehui.setAnimation(0, "小弟说话", true) + }); } } diff --git a/assets/Scripts/DH/DH_4.ts b/assets/Scripts/DH/DH_4.ts index 047b75de..6b74788f 100644 --- a/assets/Scripts/DH/DH_4.ts +++ b/assets/Scripts/DH/DH_4.ts @@ -32,8 +32,12 @@ export default class DH_4 extends DHBase { MoveNodes: cc.Node = null start() { - TaskManager.finishCurMainTask(MainTaskIdEnum.MainTask_701) - TaskManager.setCurTask(MainTaskIdEnum.MainTask_702) + let mainTaskInfo: any = TaskManager.getCurUnLockMainTaskInfo() + let mainId = mainTaskInfo.Id + if (mainId == MainTaskIdEnum.MainTask_701) { + TaskManager.finishCurMainTask(MainTaskIdEnum.MainTask_701) + TaskManager.setCurTask(MainTaskIdEnum.MainTask_702) + } // Common5.playRemoteAudioMusic("remotesound/effect/轻快-10秒", true) Common5.preLoadRemoteAudioByChatConfig(this.chatConfig); super.start(); diff --git a/assets/Scripts/DH/DH_5.ts b/assets/Scripts/DH/DH_5.ts index edb075ad..db44f319 100644 --- a/assets/Scripts/DH/DH_5.ts +++ b/assets/Scripts/DH/DH_5.ts @@ -38,58 +38,66 @@ export default class DH_5 extends DHBase { start() { Common5.preLoadRemoteAudioByChatConfig(this.chatConfig); super.start(); + this.continueStory() } // 继续剧情 - continueStory() { - // this.scheduleOnce(() => { - // PrefabManage.preloadPrefabByType(GameType.DH_2) - // }) - // this.nanzhu.setAnimation(0, "下面持续", true) - // this.heishehui.setAnimation(0, "小弟待机", true) - const dialogEvents = [ - (func) => { - this.showQiPao(this.chatConfig[this.dialogIndex++], func, () => { - // this.heishehui.setAnimation(0, "小弟说话", true) - }); - }, - (func) => { - // this.heishehui.setAnimation(0, "小弟待机", true) - this.showClickDialog(this.chatConfig[this.dialogIndex++], func, () => { - // this.nanzhu.setAnimation(0, "侧头笑说话", true) - }); - }, - ] - const dialogCallFunc = (logEvents: any[]) => { - logEvents.shift()(() => { - if (logEvents.length > 0) { - dialogCallFunc(logEvents); - } else { - User.setStatistics("zhangJie", 5) - TaskManager.finishCurMainTask(MainTaskIdEnum.MainTask_503) - TaskManager.setCurTask(MainTaskIdEnum.MainTask_601) - UserManager.subMoney(5000000) - PrefabManage.showBlackGuoDu(() => { - PrefabManage.loadPrefabByType(GameType.MainHall) - this.node.removeFromParent() - this.node.destroy() - }) - // PrefabManage.loadPrefabByType(GameType.GetAward, null, (prefabNode) => { - // let goods = [{ goodId: 1733, goodNum: 1 }]; - // prefabNode.getComponent(GetAward).initView(goods, () => { - // // TaskManager.finishCurMainTask(MainTaskIdEnum.MainTask_530) - // // User.setRoomGoodStatus("DH_29") - // // UserManager.clearAndaddStructureFlash("cf_FengRenYuan") - // }); - // }); - // TaskManager.finishCurMainTask(MainTaskIdEnum.MainTask_202) - // TaskManager.setCurUnLockMainTaskInfo(MainTaskIdEnum.MainTask_203) - // this.node.destroy() - } + continueStory() { + // this.scheduleOnce(() => { + // PrefabManage.preloadPrefabByType(GameType.DH_2) + // }) + // this.nanzhu.setAnimation(0, "下面持续", true) + // this.heishehui.setAnimation(0, "小弟待机", true) + const dialogEvents = [ + (func) => { + this.showQiPao(this.chatConfig[this.dialogIndex++], func, () => { + // this.heishehui.setAnimation(0, "小弟说话", true) }); - } - dialogCallFunc(dialogEvents); + }, + (func) => { + // this.heishehui.setAnimation(0, "小弟待机", true) + this.m_bg.getChildByName("needGoodNode_503").active = true + }, + ] + const dialogCallFunc = (logEvents: any[]) => { + logEvents.shift()(() => { + if (logEvents.length > 0) { + dialogCallFunc(logEvents); + } else { + // PrefabManage.loadPrefabByType(GameType.GetAward, null, (prefabNode) => { + // let goods = [{ goodId: 1733, goodNum: 1 }]; + // prefabNode.getComponent(GetAward).initView(goods, () => { + // // TaskManager.finishCurMainTask(MainTaskIdEnum.MainTask_530) + // // User.setRoomGoodStatus("DH_29") + // // UserManager.clearAndaddStructureFlash("cf_FengRenYuan") + // }); + // }); + // TaskManager.finishCurMainTask(MainTaskIdEnum.MainTask_202) + // TaskManager.setCurUnLockMainTaskInfo(MainTaskIdEnum.MainTask_203) + // this.node.destroy() + } + }); } + dialogCallFunc(dialogEvents); + } + + onTouch() { + this.m_bg.getChildByName("needGoodNode_503").active = false + UserManager.subMoney(5000000) + this.showClickDialog(this.chatConfig[this.dialogIndex++], () => { + User.setStatistics("zhangJie", 5) + TaskManager.finishCurMainTask(MainTaskIdEnum.MainTask_503) + TaskManager.setCurTask(MainTaskIdEnum.MainTask_601) + UserManager.subMoney(5000000) + PrefabManage.showBlackGuoDu(() => { + PrefabManage.loadPrefabByType(GameType.MainHall) + this.node.removeFromParent() + this.node.destroy() + }) + }, () => { + // this.nanzhu.setAnimation(0, "侧头笑说话", true) + }); + } guideView(nodeArray, opacity = -1) { PrefabManage.loadPrefabByType(GameType.GuideMskNode, this.node, (prefab) => { diff --git a/assets/Scripts/MainHall/MainHallBtn.ts b/assets/Scripts/MainHall/MainHallBtn.ts index c72ad1bb..38b86846 100644 --- a/assets/Scripts/MainHall/MainHallBtn.ts +++ b/assets/Scripts/MainHall/MainHallBtn.ts @@ -759,9 +759,19 @@ export default class MainHallBtn extends cc.Component { let mainId = mainTaskInfo.Id if (mainId == MainTaskIdEnum.MainTask_303 || mainId == MainTaskIdEnum.MainTask_401 || mainId == MainTaskIdEnum.MainTask_402) { PrefabManage.loadPrefabByType(GameType.Room2) - }else if (MainTaskIdEnum.MainTask_602) { + } + // else if (mainId == MainTaskIdEnum.MainTask_503) { + // PrefabManage.loadPrefabByType(GameType.DH_5) + // } + else if (mainId == MainTaskIdEnum.MainTask_602) { PrefabManage.loadPrefabByType(GameType.GameStory4) } + // else if (mainId == MainTaskIdEnum.MainTask_605 || mainId == MainTaskIdEnum.MainTask_606) { + // PrefabManage.loadPrefabByType(GameType.DH_3) + // } + // else if (mainId == MainTaskIdEnum.MainTask_701 || mainId == MainTaskIdEnum.MainTask_702) { + // PrefabManage.loadPrefabByType(GameType.DH_4) + // } } clickSignBtnEvent() { diff --git a/assets/Scripts/MainScene/MainScene.ts b/assets/Scripts/MainScene/MainScene.ts index 23268963..579c9af6 100644 --- a/assets/Scripts/MainScene/MainScene.ts +++ b/assets/Scripts/MainScene/MainScene.ts @@ -91,7 +91,7 @@ export default class MainScene extends cc.Component { // }) // return // User.setFirstStepIndex(6000000) - // TaskManager.setCurTask(MainTaskIdEnum.MainTask_200) + TaskManager.setCurTask(MainTaskIdEnum.MainTask_701) // User.setCurGameLevelIndex(1) // for (let i = 0; i < 18; i++) { // MiShuManager.setMishuLock(i, true, false) diff --git a/assets/Scripts/ZaoCanDian/ZaoCanDian.ts b/assets/Scripts/ZaoCanDian/ZaoCanDian.ts index bf4c3871..2a991339 100644 --- a/assets/Scripts/ZaoCanDian/ZaoCanDian.ts +++ b/assets/Scripts/ZaoCanDian/ZaoCanDian.ts @@ -9,8 +9,9 @@ import { ryw_Event } from "../../FrameWork/Event/EventEnum"; import EventMgr from "../../FrameWork/Event/EventMgr"; import User from "../../FrameWork/User/User"; import Common5 from "../../Platform/th/Common5"; -import TaskManager from "../JuQingChat/TaskManager"; +import TaskManager, { MainTaskIdEnum } from "../JuQingChat/TaskManager"; import ZaoCanManager from "../Manager/ZaoCanManager"; +import PrefabManage, { GameType } from "../PrefabManager/PrefabManage"; import ZaoCanDianNpc from "./ZaoCanDianNpc"; const { ccclass, property } = cc._decorator; @@ -36,6 +37,9 @@ export default class ZaoCanDian extends cc.Component { @property(cc.Node) npc_parent: cc.Node = null; + @property(sp.Skeleton) + car: sp.Skeleton = null; + npcNodes: cc.Node[] = []; lastDirect: Npc_Direct = Npc_Direct.RIGHT; @@ -54,11 +58,17 @@ export default class ZaoCanDian extends cc.Component { start() { let mainTaskInfo: any = TaskManager.getCurUnLockMainTaskInfo() let mainId = mainTaskInfo.Id + let config = TaskManager.getTaskConfigById(mainId) let index = User.getFirstStepIndex() // if (index == 3) { //早餐摊引导 // return // } + if (config.wanFaRuKouTip.includes('rk_chuZuChe')) { + this.car.node.active = true + }else{ + this.car.node.active = false + } //刷新早餐种类 this.refreshZaoCan() EventMgr.onEvent_custom(ryw_Event.levelUpChange, () => { @@ -98,7 +108,7 @@ export default class ZaoCanDian extends cc.Component { } this.npcNodes = [] - this.runNpc() + // this.runNpc() } runNpc() { @@ -155,7 +165,7 @@ export default class ZaoCanDian extends cc.Component { if (shengyuNum == 0) { //手动补货,补全 this.setTanWeiSpine(custom, zaoCanStr, 3) - }else{ + } else { this.setTanWeiSpine(custom, `${zaoCanStr}余${shengyuNum}`, 3) } } else { @@ -269,5 +279,22 @@ export default class ZaoCanDian extends cc.Component { } + onTouchCar() { + this.car.setAnimation(0, "开走", false) + this.car.setCompleteListener(() => { + this.car.setCompleteListener(null) + let mainTaskInfo: any = TaskManager.getCurUnLockMainTaskInfo() + let mainId = mainTaskInfo.Id + if (mainId == MainTaskIdEnum.MainTask_503) { + PrefabManage.loadPrefabByType(GameType.DH_5) + } else if (mainId == MainTaskIdEnum.MainTask_605 || mainId == MainTaskIdEnum.MainTask_606) { + PrefabManage.loadPrefabByType(GameType.DH_3) + } else if (mainId == MainTaskIdEnum.MainTask_701 || mainId == MainTaskIdEnum.MainTask_702) { + PrefabManage.loadPrefabByType(GameType.DH_4) + } + }) + + } + // update (dt) {} } diff --git a/assets/ZaoCanDian/prefab/ZaoCanDian.prefab b/assets/ZaoCanDian/prefab/ZaoCanDian.prefab index 00adf3ae..b7b5a96f 100644 --- a/assets/ZaoCanDian/prefab/ZaoCanDian.prefab +++ b/assets/ZaoCanDian/prefab/ZaoCanDian.prefab @@ -21,38 +21,41 @@ "__id__": 2 }, { - "__id__": 4 + "__id__": 9 }, { - "__id__": 12 + "__id__": 11 }, { - "__id__": 27 + "__id__": 19 }, { - "__id__": 42 + "__id__": 34 }, { - "__id__": 57 + "__id__": 49 }, { - "__id__": 73 + "__id__": 64 + }, + { + "__id__": 80 } ], "_active": true, "_components": [ { - "__id__": 88 + "__id__": 95 }, { - "__id__": 89 + "__id__": 96 }, { - "__id__": 90 + "__id__": 97 } ], "_prefab": { - "__id__": 91 + "__id__": 98 }, "_opacity": 255, "_color": { @@ -101,6 +104,284 @@ "groupIndex": 0, "_id": "" }, + { + "__type__": "cc.Node", + "_name": "电动车", + "_objFlags": 0, + "_parent": { + "__id__": 1 + }, + "_children": [ + { + "__id__": 3 + } + ], + "_active": true, + "_components": [ + { + "__id__": 7 + } + ], + "_prefab": { + "__id__": 8 + }, + "_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, + 258.295, + 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": "出发", + "_objFlags": 0, + "_parent": { + "__id__": 2 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 4 + } + ], + "_prefab": { + "__id__": 6 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 200, + "height": 200 + }, + "_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.Button", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 3 + }, + "_enabled": true, + "_normalMaterial": null, + "_grayMaterial": null, + "duration": 0.1, + "zoomScale": 1.2, + "clickEvents": [ + { + "__id__": 5 + } + ], + "_N$interactable": true, + "_N$enableAutoGrayEffect": false, + "_N$transition": 0, + "transition": 0, + "_N$normalColor": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_N$pressedColor": { + "__type__": "cc.Color", + "r": 211, + "g": 211, + "b": 211, + "a": 255 + }, + "pressedColor": { + "__type__": "cc.Color", + "r": 211, + "g": 211, + "b": 211, + "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": 124, + "g": 124, + "b": 124, + "a": 255 + }, + "_N$normalSprite": null, + "_N$pressedSprite": null, + "pressedSprite": null, + "_N$hoverSprite": null, + "hoverSprite": null, + "_N$disabledSprite": null, + "_N$target": null, + "_id": "" + }, + { + "__type__": "cc.ClickEvent", + "target": { + "__id__": 1 + }, + "component": "", + "_componentId": "78aa92gum1MDL6YWVymp3nP", + "handler": "onTouchCar", + "customEventData": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "a2OKnPGutL5bAN4AtjXzwd", + "sync": false + }, + { + "__type__": "sp.Skeleton", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 2 + }, + "_enabled": true, + "_materials": [ + { + "__uuid__": "7afd064b-113f-480e-b793-8817d19f63c3" + } + ], + "paused": false, + "defaultSkin": "default", + "defaultAnimation": "空车", + "_preCacheMode": 0, + "_cacheMode": 0, + "loop": true, + "premultipliedAlpha": true, + "timeScale": 1, + "_accTime": 0, + "_playCount": 0, + "_frameCache": null, + "_curFrame": null, + "_skeletonCache": null, + "_animationName": "空车", + "_animationQueue": [], + "_headAniInfo": null, + "_playTimes": 0, + "_isAniComplete": true, + "_N$skeletonData": { + "__uuid__": "ac55d382-492d-4089-a73d-104381adb4ce" + }, + "_N$_defaultCacheMode": 0, + "_N$debugSlots": false, + "_N$debugBones": false, + "_N$debugMesh": false, + "_N$useTint": false, + "_N$enableBatch": false, + "_id": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "0ffWzusM1JSrV//pxpupyy", + "sync": false + }, { "__type__": "cc.Node", "_name": "npc父节点", @@ -112,7 +393,7 @@ "_active": true, "_components": [], "_prefab": { - "__id__": 3 + "__id__": 10 }, "_opacity": 255, "_color": { @@ -181,19 +462,19 @@ }, "_children": [ { - "__id__": 5 + "__id__": 12 }, { - "__id__": 7 + "__id__": 14 }, { - "__id__": 9 + "__id__": 16 } ], "_active": true, "_components": [], "_prefab": { - "__id__": 11 + "__id__": 18 }, "_opacity": 255, "_color": { @@ -247,13 +528,13 @@ "_name": "npc位置1", "_objFlags": 0, "_parent": { - "__id__": 4 + "__id__": 11 }, "_children": [], "_active": true, "_components": [], "_prefab": { - "__id__": 6 + "__id__": 13 }, "_opacity": 255, "_color": { @@ -318,13 +599,13 @@ "_name": "npc位置2", "_objFlags": 0, "_parent": { - "__id__": 4 + "__id__": 11 }, "_children": [], "_active": true, "_components": [], "_prefab": { - "__id__": 8 + "__id__": 15 }, "_opacity": 255, "_color": { @@ -389,13 +670,13 @@ "_name": "npc位置3", "_objFlags": 0, "_parent": { - "__id__": 4 + "__id__": 11 }, "_children": [], "_active": true, "_components": [], "_prefab": { - "__id__": 10 + "__id__": 17 }, "_opacity": 255, "_color": { @@ -475,13 +756,13 @@ }, "_children": [ { - "__id__": 13 + "__id__": 20 } ], "_active": true, "_components": [], "_prefab": { - "__id__": 26 + "__id__": 33 }, "_opacity": 255, "_color": { @@ -535,27 +816,27 @@ "_name": "touch", "_objFlags": 0, "_parent": { - "__id__": 12 + "__id__": 19 }, "_children": [ { - "__id__": 14 + "__id__": 21 }, { - "__id__": 17 + "__id__": 24 }, { - "__id__": 20 + "__id__": 27 } ], "_active": true, "_components": [ { - "__id__": 23 + "__id__": 30 } ], "_prefab": { - "__id__": 25 + "__id__": 32 }, "_opacity": 255, "_color": { @@ -609,17 +890,17 @@ "_name": "1", "_objFlags": 0, "_parent": { - "__id__": 13 + "__id__": 20 }, "_children": [], "_active": false, "_components": [ { - "__id__": 15 + "__id__": 22 } ], "_prefab": { - "__id__": 16 + "__id__": 23 }, "_opacity": 255, "_color": { @@ -673,7 +954,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 14 + "__id__": 21 }, "_enabled": true, "_materials": [ @@ -716,17 +997,17 @@ "_name": "2", "_objFlags": 0, "_parent": { - "__id__": 13 + "__id__": 20 }, "_children": [], "_active": false, "_components": [ { - "__id__": 18 + "__id__": 25 } ], "_prefab": { - "__id__": 19 + "__id__": 26 }, "_opacity": 255, "_color": { @@ -780,7 +1061,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 17 + "__id__": 24 }, "_enabled": true, "_materials": [ @@ -823,17 +1104,17 @@ "_name": "3", "_objFlags": 0, "_parent": { - "__id__": 13 + "__id__": 20 }, "_children": [], "_active": false, "_components": [ { - "__id__": 21 + "__id__": 28 } ], "_prefab": { - "__id__": 22 + "__id__": 29 }, "_opacity": 255, "_color": { @@ -887,7 +1168,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 20 + "__id__": 27 }, "_enabled": true, "_materials": [ @@ -930,7 +1211,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 13 + "__id__": 20 }, "_enabled": true, "_normalMaterial": null, @@ -939,7 +1220,7 @@ "zoomScale": 1.2, "clickEvents": [ { - "__id__": 24 + "__id__": 31 } ], "_N$interactable": true, @@ -1038,13 +1319,13 @@ }, "_children": [ { - "__id__": 28 + "__id__": 35 } ], "_active": true, "_components": [], "_prefab": { - "__id__": 41 + "__id__": 48 }, "_opacity": 255, "_color": { @@ -1098,27 +1379,27 @@ "_name": "touch", "_objFlags": 0, "_parent": { - "__id__": 27 + "__id__": 34 }, "_children": [ { - "__id__": 29 + "__id__": 36 }, { - "__id__": 32 + "__id__": 39 }, { - "__id__": 35 + "__id__": 42 } ], "_active": true, "_components": [ { - "__id__": 38 + "__id__": 45 } ], "_prefab": { - "__id__": 40 + "__id__": 47 }, "_opacity": 255, "_color": { @@ -1172,17 +1453,17 @@ "_name": "1", "_objFlags": 0, "_parent": { - "__id__": 28 + "__id__": 35 }, "_children": [], "_active": false, "_components": [ { - "__id__": 30 + "__id__": 37 } ], "_prefab": { - "__id__": 31 + "__id__": 38 }, "_opacity": 255, "_color": { @@ -1236,7 +1517,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 29 + "__id__": 36 }, "_enabled": true, "_materials": [ @@ -1279,17 +1560,17 @@ "_name": "2", "_objFlags": 0, "_parent": { - "__id__": 28 + "__id__": 35 }, "_children": [], "_active": false, "_components": [ { - "__id__": 33 + "__id__": 40 } ], "_prefab": { - "__id__": 34 + "__id__": 41 }, "_opacity": 255, "_color": { @@ -1343,7 +1624,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 32 + "__id__": 39 }, "_enabled": true, "_materials": [ @@ -1386,17 +1667,17 @@ "_name": "3", "_objFlags": 0, "_parent": { - "__id__": 28 + "__id__": 35 }, "_children": [], "_active": false, "_components": [ { - "__id__": 36 + "__id__": 43 } ], "_prefab": { - "__id__": 37 + "__id__": 44 }, "_opacity": 255, "_color": { @@ -1450,7 +1731,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 35 + "__id__": 42 }, "_enabled": true, "_materials": [ @@ -1493,7 +1774,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 28 + "__id__": 35 }, "_enabled": true, "_normalMaterial": null, @@ -1502,7 +1783,7 @@ "zoomScale": 1.2, "clickEvents": [ { - "__id__": 39 + "__id__": 46 } ], "_N$interactable": true, @@ -1601,13 +1882,13 @@ }, "_children": [ { - "__id__": 43 + "__id__": 50 } ], "_active": true, "_components": [], "_prefab": { - "__id__": 56 + "__id__": 63 }, "_opacity": 255, "_color": { @@ -1661,27 +1942,27 @@ "_name": "touch", "_objFlags": 0, "_parent": { - "__id__": 42 + "__id__": 49 }, "_children": [ { - "__id__": 44 + "__id__": 51 }, { - "__id__": 47 + "__id__": 54 }, { - "__id__": 50 + "__id__": 57 } ], "_active": true, "_components": [ { - "__id__": 53 + "__id__": 60 } ], "_prefab": { - "__id__": 55 + "__id__": 62 }, "_opacity": 255, "_color": { @@ -1735,17 +2016,17 @@ "_name": "1", "_objFlags": 0, "_parent": { - "__id__": 43 + "__id__": 50 }, "_children": [], "_active": false, "_components": [ { - "__id__": 45 + "__id__": 52 } ], "_prefab": { - "__id__": 46 + "__id__": 53 }, "_opacity": 255, "_color": { @@ -1799,7 +2080,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 44 + "__id__": 51 }, "_enabled": true, "_materials": [ @@ -1842,17 +2123,17 @@ "_name": "2", "_objFlags": 0, "_parent": { - "__id__": 43 + "__id__": 50 }, "_children": [], "_active": false, "_components": [ { - "__id__": 48 + "__id__": 55 } ], "_prefab": { - "__id__": 49 + "__id__": 56 }, "_opacity": 255, "_color": { @@ -1906,7 +2187,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 47 + "__id__": 54 }, "_enabled": true, "_materials": [ @@ -1949,17 +2230,17 @@ "_name": "3", "_objFlags": 0, "_parent": { - "__id__": 43 + "__id__": 50 }, "_children": [], "_active": false, "_components": [ { - "__id__": 51 + "__id__": 58 } ], "_prefab": { - "__id__": 52 + "__id__": 59 }, "_opacity": 255, "_color": { @@ -2013,7 +2294,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 50 + "__id__": 57 }, "_enabled": true, "_materials": [ @@ -2056,7 +2337,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 43 + "__id__": 50 }, "_enabled": true, "_normalMaterial": null, @@ -2065,7 +2346,7 @@ "zoomScale": 1.2, "clickEvents": [ { - "__id__": 54 + "__id__": 61 } ], "_N$interactable": true, @@ -2164,17 +2445,17 @@ }, "_children": [ { - "__id__": 58 + "__id__": 65 } ], "_active": true, "_components": [ { - "__id__": 71 + "__id__": 78 } ], "_prefab": { - "__id__": 72 + "__id__": 79 }, "_opacity": 255, "_color": { @@ -2228,27 +2509,27 @@ "_name": "touch", "_objFlags": 0, "_parent": { - "__id__": 57 + "__id__": 64 }, "_children": [ { - "__id__": 59 + "__id__": 66 }, { - "__id__": 62 + "__id__": 69 }, { - "__id__": 65 + "__id__": 72 } ], "_active": true, "_components": [ { - "__id__": 68 + "__id__": 75 } ], "_prefab": { - "__id__": 70 + "__id__": 77 }, "_opacity": 255, "_color": { @@ -2302,17 +2583,17 @@ "_name": "1", "_objFlags": 0, "_parent": { - "__id__": 58 + "__id__": 65 }, "_children": [], "_active": false, "_components": [ { - "__id__": 60 + "__id__": 67 } ], "_prefab": { - "__id__": 61 + "__id__": 68 }, "_opacity": 255, "_color": { @@ -2366,7 +2647,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 59 + "__id__": 66 }, "_enabled": true, "_materials": [ @@ -2409,17 +2690,17 @@ "_name": "2", "_objFlags": 0, "_parent": { - "__id__": 58 + "__id__": 65 }, "_children": [], "_active": false, "_components": [ { - "__id__": 63 + "__id__": 70 } ], "_prefab": { - "__id__": 64 + "__id__": 71 }, "_opacity": 255, "_color": { @@ -2473,7 +2754,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 62 + "__id__": 69 }, "_enabled": true, "_materials": [ @@ -2516,17 +2797,17 @@ "_name": "3", "_objFlags": 0, "_parent": { - "__id__": 58 + "__id__": 65 }, "_children": [], "_active": false, "_components": [ { - "__id__": 66 + "__id__": 73 } ], "_prefab": { - "__id__": 67 + "__id__": 74 }, "_opacity": 255, "_color": { @@ -2580,7 +2861,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 65 + "__id__": 72 }, "_enabled": true, "_materials": [ @@ -2623,7 +2904,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 58 + "__id__": 65 }, "_enabled": true, "_normalMaterial": null, @@ -2632,7 +2913,7 @@ "zoomScale": 1.2, "clickEvents": [ { - "__id__": 69 + "__id__": 76 } ], "_N$interactable": true, @@ -2716,7 +2997,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 57 + "__id__": 64 }, "_enabled": true, "_materials": [ @@ -2773,13 +3054,13 @@ }, "_children": [ { - "__id__": 74 + "__id__": 81 } ], "_active": true, "_components": [], "_prefab": { - "__id__": 87 + "__id__": 94 }, "_opacity": 255, "_color": { @@ -2833,27 +3114,27 @@ "_name": "touch", "_objFlags": 0, "_parent": { - "__id__": 73 + "__id__": 80 }, "_children": [ { - "__id__": 75 + "__id__": 82 }, { - "__id__": 78 + "__id__": 85 }, { - "__id__": 81 + "__id__": 88 } ], "_active": true, "_components": [ { - "__id__": 84 + "__id__": 91 } ], "_prefab": { - "__id__": 86 + "__id__": 93 }, "_opacity": 255, "_color": { @@ -2907,17 +3188,17 @@ "_name": "1", "_objFlags": 0, "_parent": { - "__id__": 74 + "__id__": 81 }, "_children": [], "_active": false, "_components": [ { - "__id__": 76 + "__id__": 83 } ], "_prefab": { - "__id__": 77 + "__id__": 84 }, "_opacity": 255, "_color": { @@ -2971,7 +3252,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 75 + "__id__": 82 }, "_enabled": true, "_materials": [ @@ -3014,17 +3295,17 @@ "_name": "2", "_objFlags": 0, "_parent": { - "__id__": 74 + "__id__": 81 }, "_children": [], "_active": false, "_components": [ { - "__id__": 79 + "__id__": 86 } ], "_prefab": { - "__id__": 80 + "__id__": 87 }, "_opacity": 255, "_color": { @@ -3078,7 +3359,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 78 + "__id__": 85 }, "_enabled": true, "_materials": [ @@ -3121,17 +3402,17 @@ "_name": "3", "_objFlags": 0, "_parent": { - "__id__": 74 + "__id__": 81 }, "_children": [], "_active": false, "_components": [ { - "__id__": 82 + "__id__": 89 } ], "_prefab": { - "__id__": 83 + "__id__": 90 }, "_opacity": 255, "_color": { @@ -3185,7 +3466,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 81 + "__id__": 88 }, "_enabled": true, "_materials": [ @@ -3228,7 +3509,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 74 + "__id__": 81 }, "_enabled": true, "_normalMaterial": null, @@ -3237,7 +3518,7 @@ "zoomScale": 1.2, "clickEvents": [ { - "__id__": 85 + "__id__": 92 } ], "_N$interactable": true, @@ -3379,17 +3660,20 @@ ], "npc_Positions": [ { - "__id__": 5 + "__id__": 12 }, { - "__id__": 7 + "__id__": 14 }, { - "__id__": 9 + "__id__": 16 } ], "npc_parent": { - "__id__": 2 + "__id__": 9 + }, + "car": { + "__id__": 7 }, "_id": "" }, diff --git a/assets/ZaoCanDian/spine/电动车.atlas b/assets/ZaoCanDian/spine/电动车.atlas new file mode 100644 index 00000000..635046b2 --- /dev/null +++ b/assets/ZaoCanDian/spine/电动车.atlas @@ -0,0 +1,62 @@ + +电动车.png +size: 584,191 +format: RGBA8888 +filter: Linear,Linear +repeat: none +人 + rotate: true + xy: 211, 56 + size: 133, 203 + orig: 135, 205 + offset: 1, 1 + index: -1 +头盔 + rotate: true + xy: 415, 10 + size: 44, 49 + orig: 46, 51 + offset: 1, 1 + index: -1 +车 + rotate: true + xy: 2, 5 + size: 184, 207 + orig: 186, 209 + offset: 1, 1 + index: -1 +车灯 + rotate: false + xy: 538, 145 + size: 44, 44 + orig: 48, 49 + offset: 3, 2 + index: -1 +轮胎 + rotate: true + xy: 416, 70 + size: 119, 120 + orig: 119, 120 + offset: 0, 0 + index: -1 +轮胎前 + rotate: true + xy: 466, 2 + size: 66, 77 + orig: 68, 79 + offset: 1, 1 + index: -1 +轮胎后 + rotate: true + xy: 538, 101 + size: 42, 36 + orig: 45, 38 + offset: 1, 1 + index: -1 +阴影 + rotate: false + xy: 211, 7 + size: 202, 47 + orig: 212, 52 + offset: 1, 1 + index: -1 diff --git a/assets/ZaoCanDian/spine/电动车.atlas.meta b/assets/ZaoCanDian/spine/电动车.atlas.meta new file mode 100644 index 00000000..0021676c --- /dev/null +++ b/assets/ZaoCanDian/spine/电动车.atlas.meta @@ -0,0 +1,6 @@ +{ + "ver": "1.0.3", + "uuid": "450cf327-3558-4b9a-8b2e-53377dfcc755", + "importer": "asset", + "subMetas": {} +} \ No newline at end of file diff --git a/assets/ZaoCanDian/spine/电动车.json b/assets/ZaoCanDian/spine/电动车.json new file mode 100644 index 00000000..f132fb8d --- /dev/null +++ b/assets/ZaoCanDian/spine/电动车.json @@ -0,0 +1 @@ +{"skeleton":{"hash":"Ml8WBRQ4IO+S6n7vS0gJM6ThCJk","spine":"3.8.75"},"bones":[{"name":"root"},{"name":"bone","parent":"root","x":-1.12,"y":-111.86},{"name":"骨骼","parent":"bone","x":1.12,"y":111.86,"scaleX":-1},{"name":"轮胎前","parent":"bone","x":-74.89,"y":41.71},{"name":"轮胎后","parent":"bone","x":57.51,"y":52.77},{"name":"骨骼2","parent":"骨骼"},{"name":"骨骼3","parent":"bone","x":1.12,"y":111.86,"scaleX":-1},{"name":"骨骼4","parent":"骨骼3"}],"slots":[{"name":"阴影","bone":"bone"},{"name":"轮胎后","bone":"轮胎后"},{"name":"轮胎前","bone":"轮胎前"},{"name":"轮胎","bone":"骨骼2"},{"name":"轮胎2","bone":"骨骼4"},{"name":"车","bone":"bone"},{"name":"车灯","bone":"bone"},{"name":"人","bone":"bone"},{"name":"头盔","bone":"bone"}],"skins":[{"name":"default","attachments":{"车灯":{"车灯":{"x":-67.88,"y":165.36,"width":48,"height":49}},"轮胎2":{"轮胎":{"type":"mesh","uvs":[0.05317,0.21868,0.01838,0.30718,0,0.40768,0,0.53068,0.0078,0.65218,0.03049,0.74218,0.07435,0.80818,0.14393,0.88168,0.21805,0.94018,0.30124,0.98668,0.37082,1,0.48275,1,0.59166,1,0.70964,0.97318,0.81099,0.90868,0.88359,0.83668,0.95469,0.73618,0.99704,0.63718,1,0.52018,1,0.40018,0.96981,0.27868,0.92141,0.18718,0.86847,0.12718,0.77771,0.05518,0.70208,0.02068,0.59015,0,0.50847,0,0.4162,0.00268,0.31485,0.01768,0.21654,0.07018,0.14544,0.11668,0.09099,0.16468,0.50091,0.48868,0.22658,0.3679,0.2141,0.43877,0.21296,0.50402,0.22658,0.5974,0.26855,0.67952,0.34229,0.73915,0.4149,0.7774,0.5204,0.78302,0.61342,0.7549,0.67242,0.70315,0.73368,0.63677,0.77225,0.55015,0.77452,0.43877,0.74275,0.3499,0.6849,0.26777,0.61569,0.21265,0.54422,0.19465,0.45347,0.19465,0.37632,0.21827,0.30485,0.27115,0.25494,0.31727],"triangles":[43,32,44,44,32,45,32,46,45,32,50,49,42,41,32,41,40,32,32,40,39,38,37,32,51,50,32,38,32,39,42,32,43,32,47,46,32,48,47,32,49,48,37,36,32,36,35,32,35,34,32,34,33,32,52,51,32,53,52,32,33,53,32,43,44,16,44,45,18,45,46,20,42,43,15,12,40,41,7,37,38,35,3,34,34,2,33,53,30,52,53,33,0,36,3,35,5,36,37,9,38,39,40,11,39,41,42,14,49,25,48,50,26,49,51,27,50,52,29,51,21,46,47,47,48,23,11,40,12,13,12,41,11,10,39,10,9,39,9,8,38,13,41,14,8,7,38,14,42,15,7,6,37,15,43,16,6,5,37,5,4,36,16,44,17,36,4,3,17,44,18,45,19,18,34,3,2,19,45,20,2,1,33,46,21,20,21,47,22,33,1,0,0,31,53,31,30,53,30,29,52,47,23,22,29,28,51,51,28,27,48,24,23,48,25,24,49,26,25,50,27,26],"vertices":[-53.17,33.76,-57.31,23.14,-59.5,11.08,-59.5,-3.68,-58.57,-18.26,-55.87,-29.06,-50.65,-36.98,-42.37,-45.8,-33.55,-52.82,-23.65,-58.4,-15.37,-60,-2.05,-60,10.91,-60,24.95,-56.78,37.01,-49.04,45.65,-40.4,54.11,-28.34,59.15,-16.46,59.5,-2.42,59.5,11.98,55.91,26.56,50.15,37.54,43.85,44.74,33.05,53.38,24.05,57.52,10.73,60,1.01,60,-9.97,59.68,-22.03,57.88,-33.73,51.58,-42.19,46,-48.67,40.24,0.11,1.36,-32.54,15.85,-34.02,7.35,-34.16,-0.48,-32.54,-11.69,-27.54,-21.54,-18.77,-28.7,-10.13,-33.29,2.43,-33.96,13.5,-30.59,20.52,-24.38,27.81,-16.41,32.4,-6.02,32.67,7.35,28.89,18.01,22,27.87,13.77,34.48,5.26,36.64,-5.54,36.64,-14.72,33.81,-23.22,27.46,-29.16,21.93],"hull":32}},"头盔":{"头盔":{"x":-4.88,"y":244.36,"width":46,"height":51}},"轮胎":{"轮胎":{"type":"mesh","uvs":[0.05317,0.21868,0.01838,0.30718,0,0.40768,0,0.53068,0.0078,0.65218,0.03049,0.74218,0.07435,0.80818,0.14393,0.88168,0.21805,0.94018,0.30124,0.98668,0.37082,1,0.48275,1,0.59166,1,0.70964,0.97318,0.81099,0.90868,0.88359,0.83668,0.95469,0.73618,0.99704,0.63718,1,0.52018,1,0.40018,0.96981,0.27868,0.92141,0.18718,0.86847,0.12718,0.77771,0.05518,0.70208,0.02068,0.59015,0,0.50847,0,0.4162,0.00268,0.31485,0.01768,0.21654,0.07018,0.14544,0.11668,0.09099,0.16468,0.50091,0.48868,0.22658,0.3679,0.2141,0.43877,0.21296,0.50402,0.22658,0.5974,0.26855,0.67952,0.34229,0.73915,0.4149,0.7774,0.5204,0.78302,0.61342,0.7549,0.67242,0.70315,0.73368,0.63677,0.77225,0.55015,0.77452,0.43877,0.74275,0.3499,0.6849,0.26777,0.61569,0.21265,0.54422,0.19465,0.45347,0.19465,0.37632,0.21827,0.30485,0.27115,0.25494,0.31727],"triangles":[43,32,44,44,32,45,32,46,45,32,50,49,42,41,32,41,40,32,32,40,39,38,37,32,51,50,32,38,32,39,42,32,43,32,47,46,32,48,47,32,49,48,37,36,32,36,35,32,35,34,32,34,33,32,52,51,32,53,52,32,33,53,32,43,44,16,44,45,18,45,46,20,42,43,15,12,40,41,7,37,38,35,3,34,34,2,33,53,30,52,53,33,0,36,3,35,5,36,37,9,38,39,40,11,39,41,42,14,49,25,48,50,26,49,51,27,50,52,29,51,21,46,47,47,48,23,11,40,12,13,12,41,11,10,39,10,9,39,9,8,38,13,41,14,8,7,38,14,42,15,7,6,37,15,43,16,6,5,37,5,4,36,16,44,17,36,4,3,17,44,18,45,19,18,34,3,2,19,45,20,2,1,33,46,21,20,21,47,22,33,1,0,0,31,53,31,30,53,30,29,52,47,23,22,29,28,51,51,28,27,48,24,23,48,25,24,49,26,25,50,27,26],"vertices":[-53.17,33.76,-57.31,23.14,-59.5,11.08,-59.5,-3.68,-58.57,-18.26,-55.87,-29.06,-50.65,-36.98,-42.37,-45.8,-33.55,-52.82,-23.65,-58.4,-15.37,-60,-2.05,-60,10.91,-60,24.95,-56.78,37.01,-49.04,45.65,-40.4,54.11,-28.34,59.15,-16.46,59.5,-2.42,59.5,11.98,55.91,26.56,50.15,37.54,43.85,44.74,33.05,53.38,24.05,57.52,10.73,60,1.01,60,-9.97,59.68,-22.03,57.88,-33.73,51.58,-42.19,46,-48.67,40.24,0.11,1.36,-32.54,15.85,-34.02,7.35,-34.16,-0.48,-32.54,-11.69,-27.54,-21.54,-18.77,-28.7,-10.13,-33.29,2.43,-33.96,13.5,-30.59,20.52,-24.38,27.81,-16.41,32.4,-6.02,32.67,7.35,28.89,18.01,22,27.87,13.77,34.48,5.26,36.64,-5.54,36.64,-14.72,33.81,-23.22,27.46,-29.16,21.93],"hull":32}},"车":{"车":{"x":-12.88,"y":132.36,"width":186,"height":209}},"轮胎前":{"轮胎前":{"x":-4.98,"y":2.64,"width":68,"height":79}},"轮胎后":{"轮胎后":{"x":-3.89,"y":-13.92,"width":45,"height":38}},"人":{"人":{"x":-6.38,"y":164.36,"width":135,"height":205}},"阴影":{"阴影":{"x":8.12,"y":26.86,"width":212,"height":52}}}}],"animations":{"开走":{"slots":{"车灯":{"attachment":[{"name":"车灯"}]},"车":{"attachment":[{"name":"车"}]},"轮胎后":{"attachment":[{"name":"轮胎后"},{"time":0.7333,"name":null}]},"轮胎":{"attachment":[{"time":0.7333,"name":"轮胎"}]},"轮胎前":{"attachment":[{"name":"轮胎前"},{"time":0.7333,"name":null}]},"头盔":{"color":[{"color":"ffffff00"},{"time":0.3333,"color":"ffffffff"}],"attachment":[{"name":"头盔"}]},"阴影":{"attachment":[{"name":"阴影"}]},"人":{"color":[{"color":"ffffff00"},{"time":0.3333,"color":"ffffffff"}],"attachment":[{"name":"人"}]},"轮胎2":{"attachment":[{"time":0.7333,"name":"轮胎"}]}},"bones":{"骨骼2":{"rotate":[{"time":0.7333},{"time":0.9,"angle":180},{"time":1.0667},{"time":1.2333,"angle":180},{"time":1.4}]},"bone":{"translate":[{"time":0.3333},{"time":0.4,"y":1},{"time":0.4667},{"time":0.5333,"y":1},{"time":0.6},{"time":0.6667,"y":1},{"time":0.7333},{"time":1.4,"x":-406.27,"y":-93.27}]},"骨骼":{"translate":[{"x":-76.19,"y":-67.68}],"scale":[{"x":0.613,"y":0.713}]},"骨骼4":{"rotate":[{"time":0.7333},{"time":0.9,"angle":180},{"time":1.0667},{"time":1.2333,"angle":180},{"time":1.4}]},"骨骼3":{"translate":[{"x":54.62,"y":-62.37}],"scale":[{"x":0.448,"y":0.522}]}}},"空车":{"slots":{"车":{"attachment":[{"name":"车"}]},"轮胎后":{"attachment":[{"name":"轮胎后"}]},"轮胎前":{"attachment":[{"name":"轮胎前"}]},"头盔":{"attachment":[{"name":"头盔"}]},"阴影":{"attachment":[{"name":"阴影"}]},"人":{"attachment":[{"name":"人"}]}}}}} \ No newline at end of file diff --git a/assets/ZaoCanDian/spine/电动车.json.meta b/assets/ZaoCanDian/spine/电动车.json.meta new file mode 100644 index 00000000..18510644 --- /dev/null +++ b/assets/ZaoCanDian/spine/电动车.json.meta @@ -0,0 +1,10 @@ +{ + "ver": "1.2.5", + "uuid": "ac55d382-492d-4089-a73d-104381adb4ce", + "importer": "spine", + "textures": [ + "f9341940-9f71-469b-9603-82506b5a101d" + ], + "scale": 1, + "subMetas": {} +} \ No newline at end of file diff --git a/assets/ZaoCanDian/spine/电动车.png b/assets/ZaoCanDian/spine/电动车.png new file mode 100644 index 00000000..3c2733d1 Binary files /dev/null and b/assets/ZaoCanDian/spine/电动车.png differ diff --git a/assets/ZaoCanDian/spine/电动车.png.meta b/assets/ZaoCanDian/spine/电动车.png.meta new file mode 100644 index 00000000..d8d62fe2 --- /dev/null +++ b/assets/ZaoCanDian/spine/电动车.png.meta @@ -0,0 +1,38 @@ +{ + "ver": "2.3.7", + "uuid": "f9341940-9f71-469b-9603-82506b5a101d", + "importer": "texture", + "type": "sprite", + "wrapMode": "clamp", + "filterMode": "bilinear", + "premultiplyAlpha": false, + "genMipmaps": false, + "packable": true, + "width": 584, + "height": 191, + "platformSettings": {}, + "subMetas": { + "电动车": { + "ver": "1.0.6", + "uuid": "9eafee1f-a388-4ab4-bfac-16db963db265", + "importer": "sprite-frame", + "rawTextureUuid": "f9341940-9f71-469b-9603-82506b5a101d", + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 2, + "trimY": 2, + "width": 580, + "height": 187, + "rawWidth": 584, + "rawHeight": 191, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "subMetas": {} + } + } +} \ No newline at end of file