Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
game2048
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王剑峰
game2048
Commits
37955550
Commit
37955550
authored
May 14, 2020
by
wjf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
l
parent
0e661a45
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
26 additions
and
13 deletions
+26
-13
output.js
output.js
+3
-3
ele4.png
resource/playScene/ele4.png
+0
-0
GameOverPanel.ts
src/panels/GameOverPanel.ts
+1
-1
TaskCompletePanel.ts
src/panels/TaskCompletePanel.ts
+13
-0
UnlockPanel.ts
src/panels/UnlockPanel.ts
+9
-9
No files found.
output.js
View file @
37955550
This diff is collapsed.
Click to expand it.
resource/playScene/ele4.png
View replaced file @
0e661a45
View file @
37955550
17.5 KB
|
W:
|
H:
15.4 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/panels/GameOverPanel.ts
View file @
37955550
...
...
@@ -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
()
{
...
...
src/panels/TaskCompletePanel.ts
View file @
37955550
...
...
@@ -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
))
}
}
...
...
src/panels/UnlockPanel.ts
View file @
37955550
...
...
@@ -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
:
"
啃肉嗦汁,鲜香销魂
~"
},
}
/**
* 解锁弹框
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment