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