mirror of
https://github.com/ifengzp/cocos-awesome.git
synced 2025-10-09 08:36:03 +00:00
Screen_vibrating
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user