mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-11-07 23:06:03 +00:00
我也不知道在做什么 反正做的东西不少....
This commit is contained in:
@@ -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,
|
||||
},
|
||||
}
|
||||
|
||||
//宠物页面
|
||||
|
||||
Reference in New Issue
Block a user