Commit 37955550 authored by wjf's avatar wjf

l

parent 0e661a45
This diff is collapsed.
resource/playScene/ele4.png

17.5 KB | W: | H:

resource/playScene/ele4.png

15.4 KB | W: | H:

resource/playScene/ele4.png
resource/playScene/ele4.png
resource/playScene/ele4.png
resource/playScene/ele4.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -203,7 +203,7 @@ export class GameOverPanel extends Panel {
}
onClick_goEarnBtn() {
//链接待填
sendTbNet(TbNetName.navigateToOutside, { url: "https://ihdm.ews.m.jaeapp.com/shop63552270/app/sign?guid=827ef1c2-50d2-439e-b36f-45eb717252d6" }, () => { })
sendTbNet(TbNetName.navigateToOutside, { url: "https://m.tb.cn/h.V9WkBxv?sm=b3bc67" }, () => { })
}
removeEvents() {
......
......@@ -59,6 +59,19 @@ export class TaskCompletePanel extends Panel {
num.position.set(420, 746)
image.position.set(300, 638)
}
//邀请的时候需要加文案邀请人数 dac5fc
if (this.data.type == TaskType.doInvite) {
this.addChild(Tool.addText(
"成功邀请" + this.data.num + "人",
24,
"#dac5fc",
TEXT_ALIGN.CENTER,
240,
(750 - 240) / 2,
800
))
}
}
......
......@@ -14,15 +14,15 @@ import { TEXT_ALIGN } from '../../engine/2d/const';
const foodData: {
[key: number]: { name: string, des: string }
} = {
8: { name: "爆浆麻薯150g*2袋", des: "" },
16: { name: "面筋卷120g*2袋", des: "" },
32: { name: "岩焗乳酪吐司500g", des: "" },
64: { name: "鱼豆腐170g", des: "" },
128: { name: "猪肉脯200g", des: "解锁后可在首页领取奖励哦~" },
256: { name: "卤藕168g*2袋", des: "解锁后可在首页领取奖励哦~" },
512: { name: "手撕面包1050g", des: "解锁后可在首页领取奖励哦~" },
1024: { name: "枣夹核桃700g", des: "解锁后可在首页领取奖励哦~" },
2048: { name: "甜辣鸭脖190g", des: "解锁后可在首页领取奖励哦~" },
8: { name: "爆浆麻薯150g*2袋", des: "表皮光滑,内藏玄机,BOOM!甜至融化~" },
16: { name: "面筋卷120g*2袋", des: "烧烤界面筋侠,孜香通透,够味!" },
32: { name: "岩焗乳酪吐司500g", des: "蛋挞的好闺蜜,玲珑香软抢占回头率!" },
64: { name: "鱼豆腐170g", des: "豆腐不能乱吃?我,嫩鱼豆腐,放开吃!(你请客)" },
128: { name: "猪肉脯200g", des: "坐骑竹筛,身段精干,“脯”瞰群雄,实乃好猪!~" },
256: { name: "卤藕168g*2袋", des: "藕香多汁,藕断丝连,闲时一口,有滋有趣。" },
512: { name: "手撕面包1050g", des: "松软香甜,纵享“撕”滑。" },
1024: { name: "枣夹核桃700g", des: "枣与核桃的美丽邂逅~" },
2048: { name: "甜辣鸭脖190g", des: "啃肉嗦汁,鲜香销魂~" },
}
/**
* 解锁弹框
......
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