追光效果

This commit is contained in:
ifengzp
2020-04-25 16:07:43 +08:00
parent bab83394ea
commit 6fe3dca934
17 changed files with 704 additions and 8 deletions

View File

@@ -2,17 +2,18 @@ import BackHomeBtn from './BackHomeBtn';
const { ccclass, property } = cc._decorator;
const LOAD_SCENE_MIN_SEC: number = 1.2;
enum sceneList {
'Infinite_bg_scroll' = '背景无限滚动',
'Joystick' = '遥控杆',
'Dissolve_color' = 'shader 溶解效果',
'Scratch_ticket' = '刮刮卡实现',
'Coin_fly_to_wallet' = '金币落袋效果',
'Magnifying_mirror' = '局部缩放效果',
'Change_clothes' = '换装',
'Follow_spot' = 'shader 追光效果',
'Typer' = '打字机效果',
'Moving_ghost' = '移动残影效果',
'Screen_vibrating' = '震屏效果+动画恢复第一帧',
'Bullet_Tracking' = '子弹跟踪效果',
'Dissolve_color' = 'shader 溶解效果',
'Moving_ghost' = '移动残影效果',
'Infinite_bg_scroll' = '背景无限滚动',
'Change_clothes' = '换装',
'Screen_vibrating' = '震屏效果+动画恢复第一帧',
'Joystick' = '遥控杆'
}
@ccclass