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
60b59494
Commit
60b59494
authored
Jul 20, 2020
by
haiyoucuv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Success Panel Effect!
parent
3a9c0c89
Changes
9
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
51 additions
and
36 deletions
+51
-36
workspace.xml
.idea/workspace.xml
+37
-25
babycare.gameOver.json
mock/miniTb/babycare.gameOver.json
+7
-3
babycare.getIndex.json
mock/miniTb/babycare.getIndex.json
+1
-1
prize.png
resource/StartPanelPrize/prize.png
+0
-0
道具.png
resource/SuccessPanel/道具.png
+0
-0
res.json
resource/res.json
+2
-2
ResJson.ts
src/ResJson.ts
+2
-2
TaoBaoNet.ts
src/TaoBaoNet.ts
+1
-0
MapScene.ts
src/scene/map/MapScene.ts
+1
-3
No files found.
.idea/workspace.xml
View file @
60b59494
This diff is collapsed.
Click to expand it.
mock/miniTb/babycare.gameOver.json
View file @
60b59494
...
...
@@ -2,10 +2,14 @@
"code"
:
"000000"
,
"data"
:
{
"currentLevel"
:
11
,
"prize"
:
{},
"isPrizeLevel"
:
false
,
"tool"
:
{}
"tool"
:
{
"type"
:
"HAMMERS"
},
"prize"
:
{
"image"
:
"https://img.alicdn.com/imgextra/i1/2275046294/O1CN01xTeKMI1wMhRux48Y6_!!2275046294-2-miniprogram.png"
}
},
"success"
:
true
,
"message"
:
"成功"
}
\ No newline at end of file
}
mock/miniTb/babycare.getIndex.json
View file @
60b59494
...
...
@@ -4,7 +4,7 @@
"message"
:
"OK"
,
"data"
:
{
"power"
:
0
,
"currentLevel"
:
1
,
"currentLevel"
:
1
20
,
"tools"
:
{
"STEPS"
:
1
,
"BOOMS"
:
2
,
...
...
resource/StartPanelPrize/prize.png
deleted
100644 → 0
View file @
3a9c0c89
3.68 KB
resource/SuccessPanel/道具.png
deleted
100644 → 0
View file @
3a9c0c89
28.8 KB
resource/res.json
View file @
60b59494
...
...
@@ -41,11 +41,11 @@
"name"
:
"StartPanel"
},
{
"keys"
:
"
prize.png,
关卡弹窗Bg.png"
,
"keys"
:
"关卡弹窗Bg.png"
,
"name"
:
"StartPanelPrize"
},
{
"keys"
:
"star_dis.png,star_en.png,去抽奖.png,圆角矩形 648.png,道具
.png,道具
圆圈.png,闯关成功.png,闯关成功Bg.png,闯关成功不满星按钮.png"
,
"keys"
:
"star_dis.png,star_en.png,去抽奖.png,圆角矩形 648.png,道具圆圈.png,闯关成功.png,闯关成功Bg.png,闯关成功不满星按钮.png"
,
"name"
:
"SuccessPanel"
},
{
...
...
src/ResJson.ts
View file @
60b59494
...
...
@@ -41,11 +41,11 @@ export const ResJson = {
"name"
:
"StartPanel"
},
{
"keys"
:
"
prize.png,
关卡弹窗Bg.png"
,
"keys"
:
"关卡弹窗Bg.png"
,
"name"
:
"StartPanelPrize"
},
{
"keys"
:
"star_dis.png,star_en.png,去抽奖.png,圆角矩形 648.png,道具
.png,道具
圆圈.png,闯关成功.png,闯关成功Bg.png,闯关成功不满星按钮.png"
,
"keys"
:
"star_dis.png,star_en.png,去抽奖.png,圆角矩形 648.png,道具圆圈.png,闯关成功.png,闯关成功Bg.png,闯关成功不满星按钮.png"
,
"name"
:
"SuccessPanel"
},
{
...
...
src/TaoBaoNet.ts
View file @
60b59494
...
...
@@ -160,6 +160,7 @@ let fc;
* @param netName
* @param parameter
* @param callback
* @param hideMsg
*/
export
function
sendTbNet
(
netName
:
TbNetName
,
...
...
src/scene/map/MapScene.ts
View file @
60b59494
...
...
@@ -13,8 +13,6 @@ import Sprite = FYGE.Sprite;
import
Texture
=
FYGE
.
Texture
;
import
Tween
=
FYGE
.
Tween
;
import
Ease
=
FYGE
.
Ease
;
import
{
sendTbNet
,
TbNetName
}
from
"../../TaoBaoNet"
;
import
{
showToast
}
from
"../../../module/ctrls"
;
export
class
MapScene
extends
Scene
{
private
mapContainer
:
Container
=
null
;
...
...
@@ -228,7 +226,7 @@ export class MapScene extends Scene {
// // },
// prize: {
// image: 'https://img.alicdn.com/imgextra/i1/2275046294/O1CN01xTeKMI1wMhRux48Y6_!!2275046294-2-miniprogram.png',
// }
// }
]
// });
}
...
...
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