mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-11-07 23:06:03 +00:00
简单的升星
This commit is contained in:
@@ -20,9 +20,11 @@ export enum GUI{
|
||||
|
||||
/** 主页页面 */
|
||||
MainChat = "MainChat", //主页聊天页面
|
||||
|
||||
|
||||
IntoBattleView = "IntoBattleView", //上阵页面
|
||||
|
||||
PetUpStarView = "PetUpStarView", //宠物升星页面
|
||||
|
||||
/**游戏模式页面 */
|
||||
PVPModeMatchView = "PVPModeMatchView", //PVP模式匹配页面
|
||||
|
||||
@@ -85,6 +87,16 @@ const UIMainConfig:{ [key: string]: JNLayerInfo; } = {
|
||||
},
|
||||
}
|
||||
|
||||
//宠物页面
|
||||
const UIPetConfig:{ [key: string]: JNLayerInfo; } = {
|
||||
[GUI.PetUpStarView]:{
|
||||
layer:GLayer.Popup,
|
||||
uri: "prefab/ui/宠物/宠物升星页面",
|
||||
anims:BackOutScale,
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
//新手引导页面
|
||||
const UINoviceConfig:{ [key: string]: JNLayerInfo; } = {
|
||||
|
||||
@@ -146,6 +158,7 @@ export const UIConfig:{ [key: string]: JNLayerInfo; } = {
|
||||
...UISystemConfig, //系统页面
|
||||
...UINoviceConfig, //新手引导页面
|
||||
...UIMainConfig, //主页面
|
||||
...UIPetConfig, //宠物页面
|
||||
...UIGModeConfig, //游戏模式页面
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user