yangqiwen 2 months ago
parent eaa83bed68
commit d4e67f5f80
  1. BIN
      assets/JieDao/res/图片1.png
  2. BIN
      assets/JieDao/res/图片2.png
  3. BIN
      assets/JieDao/res/图片3.png
  4. 38
      assets/JieDao/res/图片3.png.meta
  5. 4
      assets/Scripts/Manager/JieDaoManager.ts
  6. 45
      assets/Scripts/ZaoCanDian/ZaoCanDian.ts
  7. 1322
      assets/ZaoCanDian/prefab/ZaoCanDian.prefab
  8. BIN
      assets/ZaoCanDian/res/图片1.png
  9. 38
      assets/ZaoCanDian/res/图片1.png.meta
  10. BIN
      assets/ZaoCanDian/res/图片2.png
  11. 38
      assets/ZaoCanDian/res/图片2.png.meta
  12. BIN
      assets/ZaoCanDian/res/图片3.png
  13. 38
      assets/ZaoCanDian/res/图片3.png.meta
  14. BIN
      assets/ZaoCanDian/res/桌子.png
  15. 38
      assets/ZaoCanDian/res/桌子.png.meta
  16. 13
      assets/ZaoCanDian/spine/油锅.meta
  17. 1
      assets/ZaoCanDian/spine/油锅/.WeDrive
  18. 0
      assets/ZaoCanDian/spine/油锅/油锅.atlas
  19. 2
      assets/ZaoCanDian/spine/油锅/油锅.atlas.meta
  20. 0
      assets/ZaoCanDian/spine/油锅/油锅.json
  21. 4
      assets/ZaoCanDian/spine/油锅/油锅.json.meta
  22. 0
      assets/ZaoCanDian/spine/油锅/油锅.png
  23. 6
      assets/ZaoCanDian/spine/油锅/油锅.png.meta
  24. 13
      assets/ZaoCanDian/spine/蒸笼.meta
  25. 1
      assets/ZaoCanDian/spine/蒸笼/.WeDrive
  26. 132
      assets/ZaoCanDian/spine/蒸笼/蒸笼.atlas
  27. 6
      assets/ZaoCanDian/spine/蒸笼/蒸笼.atlas.meta
  28. 1
      assets/ZaoCanDian/spine/蒸笼/蒸笼.json
  29. 10
      assets/ZaoCanDian/spine/蒸笼/蒸笼.json.meta
  30. BIN
      assets/ZaoCanDian/spine/蒸笼/蒸笼.png
  31. 38
      assets/ZaoCanDian/spine/蒸笼/蒸笼.png.meta

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

@ -0,0 +1,38 @@
{
"ver": "2.3.7",
"uuid": "efdce3c8-5be6-493c-9894-984a7aa67420",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 404,
"height": 178,
"platformSettings": {},
"subMetas": {
"图片3": {
"ver": "1.0.6",
"uuid": "9dfa0ca6-03ee-4014-ae77-818234ed659c",
"importer": "sprite-frame",
"rawTextureUuid": "efdce3c8-5be6-493c-9894-984a7aa67420",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 404,
"height": 178,
"rawWidth": 404,
"rawHeight": 178,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}

@ -11,8 +11,8 @@ import TaskManager, { MainTaskIdEnum } from "../JuQingChat/TaskManager";
let Config = [
{ level: 0, icon: 'res/图片1', isNeedAd: false, name: '解放路', descLab: '解放路', miaozhuan: 1, jiesuoMoney: 1, jiesuoBeiShu: 1 },
{ level: 1, icon: 'res/图片2', isNeedAd: false, name: '朝阳路', descLab: '朝阳路', miaozhuan: 2, jiesuoMoney: 2, jiesuoBeiShu: 2 },
{ level: 2, icon: 'res/图片2', isNeedAd: false, name: '太平路', descLab: '太平路', miaozhuan: 3, jiesuoMoney: 3, jiesuoBeiShu: 3 },
{ level: 3, icon: 'res/图片2', isNeedAd: false, name: '劳动路', descLab: '劳动路', miaozhuan: 4, jiesuoMoney: 4, jiesuoBeiShu: 4 },
{ level: 2, icon: 'res/图片3', isNeedAd: false, name: '太平路', descLab: '太平路', miaozhuan: 3, jiesuoMoney: 3, jiesuoBeiShu: 3 },
// { level: 3, icon: 'res/图片2', isNeedAd: false, name: '劳动路', descLab: '劳动路', miaozhuan: 4, jiesuoMoney: 4, jiesuoBeiShu: 4 },
]
export default class JieDaoManager {

@ -10,6 +10,7 @@ import EventMgr from "../../FrameWork/Event/EventMgr";
import User from "../../FrameWork/User/User";
import Common5 from "../../Platform/th/Common5";
import TaskManager, { MainTaskIdEnum } from "../JuQingChat/TaskManager";
import JieDaoManager from "../Manager/JieDaoManager";
import ZaoCanManager from "../Manager/ZaoCanManager";
import PrefabManage, { GameType } from "../PrefabManager/PrefabManage";
import ZaoCanDianNpc from "./ZaoCanDianNpc";
@ -40,6 +41,9 @@ export default class ZaoCanDian extends cc.Component {
@property(sp.Skeleton)
car: sp.Skeleton = null;
@property(cc.Sprite)
m_bg: cc.Sprite = null;
npcNodes: cc.Node[] = [];
lastDirect: Npc_Direct = Npc_Direct.RIGHT;
@ -67,16 +71,32 @@ export default class ZaoCanDian extends cc.Component {
//解锁会变更早餐
this.refreshZaoCan()
}, this)
//刷新街道
this.RefreshJieDao()
EventMgr.onEvent_custom(ryw_Event.RefreshJieDao, () => {
//解锁会变更早餐
this.RefreshJieDao()
}, this)
}
RefreshJieDao() {
Common5.getSpriteFrameFromBundle("ZaoCanDian", `res/图片${JieDaoManager.getJieDaoInUse() + 1}`, this.m_bg)
}
refreshZaoCan() {
//刷新当前摊位的早餐样式
//摊位节点名字
let names = ['馒头', '鸡蛋', '饺子', '油条', '豆浆']
//制作动画名
let animation_names1 = ['蒸', '', '', '', '']
//余几个的动画名
let animation_names2 = ['', '', '', '静止放', '']
for (let i = 0; i < 5; i++) {
let name = ZaoCanManager.getCurNameByType(i)
this.ZaoCanArr[i] = name
let tanwei = this.node.getChildByName(names[i] + "摊位")
let tanwei = this.node.getChildByName("桌子").getChildByName(names[i] + "摊位")
let shengyuNum = 0
for (const child of tanwei.getChildByName("touch").children) {
if (child.active) {
@ -85,9 +105,9 @@ export default class ZaoCanDian extends cc.Component {
}
if (i == 3) {
if (shengyuNum == 3) {
this.setTanWeiSpine(i, `静止放${name}`, 3)
this.setTanWeiSpine(i, `${animation_names2[i]}${name}`, 3)
} else {
this.setTanWeiSpine(i, `静止放${name}${shengyuNum}`, shengyuNum)
this.setTanWeiSpine(i, `${animation_names2[i]}${name}${shengyuNum}`, shengyuNum)
}
}
}
@ -138,7 +158,12 @@ export default class ZaoCanDian extends cc.Component {
let _npc = this.getNpcByNeedStr(zaoCanStr)
let children = target.children
let names = ['馒头', '鸡蛋', '饺子', '油条', '豆浆']
let tanwei = this.node.getChildByName(names[custom] + "摊位")
let tanwei = this.node.getChildByName("桌子").getChildByName(names[custom] + "摊位")
//制作动画名
let animation_names1 = ['蒸', '', '', '', '']
//余几个的动画名
let animation_names2 = ['', '', '', '静止放', '']
let shengyuNum = 0
let _child
@ -155,9 +180,9 @@ export default class ZaoCanDian extends cc.Component {
if (shengyuNum < 3) {
if (shengyuNum == 0) {
//手动补货,补全
this.setTanWeiSpine(custom, zaoCanStr, 3)
this.setTanWeiSpine(custom, `${animation_names1[custom]}${zaoCanStr}`, 3)
} else {
this.setTanWeiSpine(custom, `${zaoCanStr}${shengyuNum}`, 3)
this.setTanWeiSpine(custom, `${animation_names1[custom]}${zaoCanStr}${shengyuNum}`, 3)
}
} else {
//所属物品摊位放大缩小
@ -189,13 +214,13 @@ export default class ZaoCanDian extends cc.Component {
if (shengyuNum == 0) {
//手动补货,补全
this.setTanWeiSpine(custom, zaoCanStr, 3)
this.setTanWeiSpine(custom, `${animation_names1[custom]}${zaoCanStr}`, 3)
return
} if (shengyuNum == 1) {
//自动补货,补全
this.setTanWeiSpine(custom, zaoCanStr, 3)
this.setTanWeiSpine(custom, `${animation_names1[custom]}${zaoCanStr}`, 3)
} else {
this.setTanWeiSpine(custom, `静止放${zaoCanStr}${shengyuNum - 1}`, shengyuNum - 1)
this.setTanWeiSpine(custom, `${animation_names2[custom]}${zaoCanStr}${shengyuNum - 1}`, shengyuNum - 1)
}
_position = target.convertToNodeSpaceAR(_npc.parent.convertToWorldSpaceAR(_npc.getPosition()))
@ -248,7 +273,7 @@ export default class ZaoCanDian extends cc.Component {
return
}
let names = ['馒头', '鸡蛋', '饺子', '油条', '豆浆']
let tanwei = this.node.getChildByName(names[tanweiIndex] + "摊位")
let tanwei = this.node.getChildByName("桌子").getChildByName(names[tanweiIndex] + "摊位")
let tanweiSpine = tanwei.getComponent(sp.Skeleton)
this.TanWeiSpineState[tanweiIndex] = true
tanweiSpine.setAnimation(0, animation, loop)

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 316 KiB

@ -0,0 +1,38 @@
{
"ver": "2.3.7",
"uuid": "06eacb25-d420-4c1b-8c18-b2f9c970443f",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 1100,
"height": 951,
"platformSettings": {},
"subMetas": {
"图片1": {
"ver": "1.0.6",
"uuid": "da52b849-ed1a-43b6-b818-54e708a8ef0c",
"importer": "sprite-frame",
"rawTextureUuid": "06eacb25-d420-4c1b-8c18-b2f9c970443f",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 1100,
"height": 951,
"rawWidth": 1100,
"rawHeight": 951,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 342 KiB

@ -0,0 +1,38 @@
{
"ver": "2.3.7",
"uuid": "1b4ba38a-2836-495d-b6cd-a278fddc9a83",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 1100,
"height": 951,
"platformSettings": {},
"subMetas": {
"图片2": {
"ver": "1.0.6",
"uuid": "d4d09c4e-e06f-4d85-a533-92ed1dbf62ed",
"importer": "sprite-frame",
"rawTextureUuid": "1b4ba38a-2836-495d-b6cd-a278fddc9a83",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 1100,
"height": 951,
"rawWidth": 1100,
"rawHeight": 951,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 295 KiB

@ -0,0 +1,38 @@
{
"ver": "2.3.7",
"uuid": "43a2ada0-6c29-4319-a4d9-8111b7eea7c3",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 1100,
"height": 951,
"platformSettings": {},
"subMetas": {
"图片3": {
"ver": "1.0.6",
"uuid": "fc5f6aa6-ad88-4a29-8fad-7bdd1b834754",
"importer": "sprite-frame",
"rawTextureUuid": "43a2ada0-6c29-4319-a4d9-8111b7eea7c3",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 1100,
"height": 951,
"rawWidth": 1100,
"rawHeight": 951,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 505 KiB

@ -0,0 +1,38 @@
{
"ver": "2.3.7",
"uuid": "b58c0335-9222-4138-aeaa-85e785a603da",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 1100,
"height": 798,
"platformSettings": {},
"subMetas": {
"桌子": {
"ver": "1.0.6",
"uuid": "bbfa028b-811b-45ba-bca7-b4f9ccb42400",
"importer": "sprite-frame",
"rawTextureUuid": "b58c0335-9222-4138-aeaa-85e785a603da",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 1100,
"height": 798,
"rawWidth": 1100,
"rawHeight": 798,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}

@ -0,0 +1,13 @@
{
"ver": "1.1.3",
"uuid": "03734bdd-56da-4963-a398-f874c1fe3f46",
"importer": "folder",
"isBundle": false,
"bundleName": "",
"priority": 1,
"compressionType": {},
"optimizeHotUpdate": {},
"inlineSpriteFrames": {},
"isRemoteBundle": {},
"subMetas": {}
}

@ -0,0 +1 @@
D:\WXWork\1688855028601486\WeDrive\中昱智云\抖音游戏\逆袭类\【新】咸鱼的反击\动效\油锅

@ -1,6 +1,6 @@
{
"ver": "1.0.3",
"uuid": "036ca128-2cd6-49f1-9f65-58823c23453b",
"uuid": "4b7dd3cf-86c6-48c2-b398-41b24eb8bc64",
"importer": "asset",
"subMetas": {}
}

@ -1,9 +1,9 @@
{
"ver": "1.2.5",
"uuid": "a757b566-29f5-4186-9bd8-7495cdde8a9d",
"uuid": "2ac23cea-5902-40b8-bf74-c8029eb7e600",
"importer": "spine",
"textures": [
"284b6438-2b70-446f-9128-9d7243f9d252"
"e5f1699b-52b7-435f-9673-64ee731885ea"
],
"scale": 1,
"subMetas": {}

Before

Width:  |  Height:  |  Size: 386 KiB

After

Width:  |  Height:  |  Size: 386 KiB

@ -1,6 +1,6 @@
{
"ver": "2.3.7",
"uuid": "284b6438-2b70-446f-9128-9d7243f9d252",
"uuid": "e5f1699b-52b7-435f-9673-64ee731885ea",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
@ -14,9 +14,9 @@
"subMetas": {
"油锅": {
"ver": "1.0.6",
"uuid": "314b6853-19bf-4781-b4b9-0e252611fb97",
"uuid": "45a191ac-f658-4249-8ea8-d7134ac8f59b",
"importer": "sprite-frame",
"rawTextureUuid": "284b6438-2b70-446f-9128-9d7243f9d252",
"rawTextureUuid": "e5f1699b-52b7-435f-9673-64ee731885ea",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,

@ -0,0 +1,13 @@
{
"ver": "1.1.3",
"uuid": "7e7caa11-7098-4d38-86b2-ffef35b7a7dc",
"importer": "folder",
"isBundle": false,
"bundleName": "",
"priority": 1,
"compressionType": {},
"optimizeHotUpdate": {},
"inlineSpriteFrames": {},
"isRemoteBundle": {},
"subMetas": {}
}

@ -0,0 +1 @@
D:\WXWork\1688855028601486\WeDrive\中昱智云\抖音游戏\逆袭类\【新】咸鱼的反击\动效\蒸笼

@ -0,0 +1,132 @@
蒸笼.png
size: 1807,250
format: RGBA8888
filter: Linear,Linear
repeat: none
烧麦
rotate: true
xy: 575, 33
size: 45, 43
orig: 47, 45
offset: 1, 1
index: -1
烧麦熟
rotate: false
xy: 620, 34
size: 43, 44
orig: 45, 46
offset: 1, 1
index: -1
红薯
rotate: false
xy: 297, 44
size: 96, 34
orig: 98, 36
offset: 1, 1
index: -1
红薯熟
rotate: false
xy: 297, 8
size: 87, 34
orig: 89, 36
offset: 1, 1
index: -1
肉包
rotate: false
xy: 386, 2
size: 49, 40
orig: 51, 42
offset: 1, 1
index: -1
肉包熟
rotate: true
xy: 533, 29
size: 49, 40
orig: 51, 42
offset: 1, 1
index: -1
蒸笼
rotate: false
xy: 686, 4
size: 239, 244
orig: 241, 246
offset: 1, 1
index: -1
蒸笼布
rotate: false
xy: 1201, 9
size: 263, 121
orig: 265, 123
offset: 1, 1
index: -1
蒸笼手
rotate: false
xy: 1504, 162
size: 207, 86
orig: 209, 88
offset: 1, 1
index: -1
蒸笼手2
rotate: true
xy: 1713, 39
size: 209, 92
orig: 211, 94
offset: 1, 1
index: -1
蒸笼水雾
rotate: true
xy: 1270, 133
size: 115, 232
orig: 115, 232
offset: 0, 0
index: -1
蒸笼水雾2
rotate: true
xy: 927, 2
size: 128, 272
orig: 128, 272
offset: 0, 0
index: -1
蒸笼热气
rotate: true
xy: 2, 13
size: 235, 293
orig: 235, 293
offset: 0, 0
index: -1
蒸笼盖
rotate: false
xy: 1466, 4
size: 245, 127
orig: 247, 129
offset: 1, 1
index: -1
蒸笼锅
rotate: false
xy: 297, 80
size: 387, 168
orig: 389, 170
offset: 1, 1
index: -1
蒸笼阴影
rotate: false
xy: 927, 132
size: 341, 116
orig: 349, 133
offset: 5, 3
index: -1
馒头
rotate: true
xy: 437, 28
size: 50, 46
orig: 52, 48
offset: 1, 1
index: -1
馒头熟
rotate: true
xy: 485, 28
size: 50, 46
orig: 52, 48
offset: 1, 1
index: -1

@ -0,0 +1,6 @@
{
"ver": "1.0.3",
"uuid": "c7462c90-f86a-4fb9-bd49-7f201f5011a3",
"importer": "asset",
"subMetas": {}
}

File diff suppressed because one or more lines are too long

@ -0,0 +1,10 @@
{
"ver": "1.2.5",
"uuid": "7523afa2-4688-4478-8ec0-cc34355d991d",
"importer": "spine",
"textures": [
"291931cd-c7a6-4034-98b1-6f6711c5c349"
],
"scale": 1,
"subMetas": {}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 518 KiB

@ -0,0 +1,38 @@
{
"ver": "2.3.7",
"uuid": "291931cd-c7a6-4034-98b1-6f6711c5c349",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 734,
"height": 518,
"platformSettings": {},
"subMetas": {
"蒸笼": {
"ver": "1.0.6",
"uuid": "157f3ee5-aefd-4048-b94f-427dbc491ef1",
"importer": "sprite-frame",
"rawTextureUuid": "291931cd-c7a6-4034-98b1-6f6711c5c349",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0.5,
"offsetY": 0,
"trimX": 3,
"trimY": 2,
"width": 1802,
"height": 246,
"rawWidth": 1807,
"rawHeight": 250,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
Loading…
Cancel
Save