Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
babycare_xiaoxiao
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
王剑峰
babycare_xiaoxiao
Commits
8ecb7ea7
Commit
8ecb7ea7
authored
Oct 10, 2020
by
haiyoucuv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
993e23a2
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
9 deletions
+12
-9
output.js
output.js
+3
-0
output.js.map
output.js.map
+1
-1
GameGuide.ts
src/something/uis/GameGuide.ts
+8
-8
No files found.
output.js
View file @
8ecb7ea7
...
...
@@ -20925,6 +20925,7 @@ var MapScene_1 = __webpack_require__(/*! ../scene/map/MapScene */ "./src/scene/m
var MouseEvent = FYGE.MouseEvent;
var Button = FYGE.Button;
var Texture = FYGE.Texture;
var TaoBaoNet_1 = __webpack_require__(/*! ../TaoBaoNet */ "./src/TaoBaoNet.ts");
var propImg = (_a = {},
_a[PropType_1.PropType.BOOMS] = 'boomBtn.png',
_a[PropType_1.PropType.HAMMERS] = 'hammerBtn.png',
...
...
@@ -21014,6 +21015,8 @@ var SuccessPrizePanel = (function (_super) {
};
SuccessPrizePanel.prototype.lookPrize = function () {
console.log('查看奖品');
TaoBaoNet_1.sendTbNet(TaoBaoNet_1.TbNetName.navigateTo, { url: '/pages/myprize/myprize' }, function () {
}, true);
ctrls_1.changeScene(MapScene_1.MapScene);
_super.prototype.hidePanel.call(this);
};
output.js.map
View file @
8ecb7ea7
This diff is collapsed.
Click to expand it.
src/something/uis/GameGuide.ts
View file @
8ecb7ea7
...
...
@@ -166,7 +166,7 @@ const chapterFuns = {
],
//提示文案,尽量通用点的位置。x肯定都居中
msg
:
[
"3个同色
动物头像
成一排即可消除~"
"3个同色
元素
成一排即可消除~"
]
},
//冰块消除
...
...
@@ -237,7 +237,7 @@ const chapterFuns = {
[
30
,
29
]
],
msg
:
[
"5个同色
动物头像
成L形或T形就能合成爆炸特效"
,
"5个同色
元素
成L形或T形就能合成爆炸特效"
,
"消除爆炸特效会产生3*3的范围消除"
,
]
},
...
...
@@ -273,8 +273,8 @@ const chapterFuns = {
[
73
,
64
]
],
msg
:
[
"五个相同
动物形成一字型即可合成魔力花
特效"
,
"拖动魔力
花
特效即可直接触发"
"五个相同
元素形成一字型即可合成魔力猫
特效"
,
"拖动魔力
猫
特效即可直接触发"
]
},
//魔力鸟加特效
...
...
@@ -310,7 +310,7 @@ const chapterFuns = {
],
msg
:
[
"当棒棒糖移至底层时,即可移除棒棒糖"
,
"消除棒棒糖下方的
动物
\n
就可以收集棒棒糖啦"
"消除棒棒糖下方的
元素
\n
就可以收集棒棒糖啦"
]
},
//笼子消除
...
...
@@ -326,7 +326,7 @@ const chapterFuns = {
[
3
,
2
]
],
msg
:
[
"和困住藤蔓里的
动物
匹配
\n
消除,就可以打破藤蔓啦!"
"和困住藤蔓里的
元素
匹配
\n
消除,就可以打破藤蔓啦!"
]
},
//果冻消除
...
...
@@ -342,7 +342,7 @@ const chapterFuns = {
[
40
,
49
]
],
msg
:
[
"小心!会蔓延的果冻!
\n
消除果冻旁边的
动物
\n
就能消除果冻~"
"小心!会蔓延的果冻!
\n
消除果冻旁边的
元素
\n
就能消除果冻~"
]
},
//鸡蛋
...
...
@@ -358,7 +358,7 @@ const chapterFuns = {
[
66
,
57
]
],
msg
:
[
"
鸡蛋边上不断有动物消除时,会孵出小鸡
"
"
铁锅边上不断有元素消除时,会炸出爆米花
"
]
},
//灰毛球
...
...
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