我也不知道在做什么 反正做的东西不少....

This commit is contained in:
DESKTOP-5RP3AKU\Jisol
2023-12-01 02:08:21 +08:00
parent e73cf98ff4
commit 088e91a32b
58 changed files with 4506 additions and 122 deletions

View File

@@ -20,10 +20,10 @@ export enum GUI{
/** 主页页面 */
MainChat = "MainChat", //主页聊天页面
IntoBattleView = "IntoBattleView", //上阵页面
PetUpStarView = "PetUpStarView", //宠物升星页面
MainOnHookView = "MainOnHookView", //挂机弹窗
MapSelectView = "MapSelectView", //地图选择页面
/**游戏模式页面 */
PVPModeMatchView = "PVPModeMatchView", //PVP模式匹配页面
@@ -85,6 +85,16 @@ const UIMainConfig:{ [key: string]: JNLayerInfo; } = {
uri: "prefab/ui/阵法/阵法选择页面",
anims:BackOutScale,
},
[GUI.MainOnHookView]:{
layer:GLayer.Popup,
uri: "prefab/ui/主页/挂机/主页挂机页面",
anims:BackOutScale,
},
[GUI.MapSelectView]:{
layer:GLayer.Popup,
uri: "prefab/ui/地图/地图选择页面",
anims:BackOutScale,
},
}
//宠物页面