mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-11-07 23:06:03 +00:00
提交
This commit is contained in:
@@ -25,6 +25,9 @@ export enum GUI{
|
||||
MainOnHookView = "MainOnHookView", //挂机弹窗
|
||||
MapSelectView = "MapSelectView", //地图选择页面
|
||||
|
||||
/** 副本 */
|
||||
DungeonView = "DungeonView", //副本页面
|
||||
|
||||
|
||||
/**宠物 */
|
||||
PetUpStarView = "PetUpStarView", //宠物升星页面
|
||||
@@ -158,6 +161,15 @@ const UINoviceConfig:{ [key: string]: JNLayerInfo; } = {
|
||||
|
||||
}
|
||||
|
||||
//副本页面
|
||||
const UIDungeonConfig:{ [key: string]: JNLayerInfo; } = {
|
||||
[GUI.DungeonView]:{
|
||||
layer:GLayer.Popup,
|
||||
uri: "prefab/ui/副本页面/副本页面",
|
||||
anims:BackOutScale
|
||||
}
|
||||
}
|
||||
|
||||
//游戏模式页面
|
||||
const UIGModeConfig:{ [key: string]: JNLayerInfo; } = {
|
||||
|
||||
@@ -214,6 +226,7 @@ export const UIConfig:{ [key: string]: JNLayerInfo; } = {
|
||||
...UINoviceConfig, //新手引导页面
|
||||
...UIMainConfig, //主页面
|
||||
...UIPetConfig, //宠物页面
|
||||
...UIDungeonConfig, //副本页面
|
||||
...UIGModeConfig, //游戏模式页面
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user