镜面光泽

This commit is contained in:
ifengzp
2020-05-02 16:35:13 +08:00
parent f3bceea936
commit bc84c3c025
22 changed files with 1080 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ import BackHomeBtn from './BackHomeBtn';
const { ccclass, property } = cc._decorator;
const LOAD_SCENE_MIN_SEC: number = 1.2;
enum sceneList {
'Specular_gloss' = '镜面光泽效果shader',
'Dissolve_color' = '溶解效果shader',
'Scratch_ticket' = '刮刮卡实现',
'Coin_fly_to_wallet' = '金币落袋效果',