完成放大镜效果

This commit is contained in:
ifengzp
2020-04-02 01:20:11 +08:00
parent e07909e403
commit 6fc3f3c7a9
16 changed files with 1036 additions and 4 deletions

View File

@@ -2,7 +2,8 @@ const {ccclass, property} = cc._decorator;
enum sceneList {
"Infinite_bg_scroll" = "背景无限滚动",
"Joystick" = "遥控杆",
"Coin_fly_to_wallet" = "金币落袋"
"Coin_fly_to_wallet" = "金币落袋",
"Magnifying_mirror" = "放大镜"
}
@ccclass