Screen_vibrating

This commit is contained in:
ifengzp
2020-04-06 15:06:14 +08:00
parent 22f54d7a12
commit 5fa244fc15
23 changed files with 1074 additions and 5 deletions

View File

@@ -189,7 +189,7 @@
"array": [
0,
0,
443.4050067376326,
452.93128617926146,
0,
0,
0,
@@ -629,7 +629,7 @@
},
"_touching": false,
"_opacity": 255,
"enableAutoHide": true,
"enableAutoHide": false,
"autoHideTime": 1,
"_N$handle": {
"__id__": 11

View File

@@ -4,12 +4,13 @@ const LOAD_SCENE_MIN_SEC: number = 1.2;
enum sceneList {
'Infinite_bg_scroll' = '背景无限滚动',
'Joystick' = '遥控杆',
'Scratch_ticket' = '刮刮卡实现',
'Coin_fly_to_wallet' = '金币落袋效果',
'Magnifying_mirror' = '局部缩放效果',
'Change_clothes' = '换装',
'Typer' = '打字机效果',
'Scratch_ticket' = '刮刮卡实现',
'Moving_ghost' = '移动残影效果'
'Moving_ghost' = '移动残影效果',
'Screen_vibrating' = '震屏效果+动画恢复第一帧'
}
@ccclass