mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-11-07 23:06:03 +00:00
提交锻造系统
This commit is contained in:
@@ -21,10 +21,16 @@ export enum GUI{
|
||||
/** 主页页面 */
|
||||
MainChat = "MainChat", //主页聊天页面
|
||||
IntoBattleView = "IntoBattleView", //上阵页面
|
||||
PetUpStarView = "PetUpStarView", //宠物升星页面
|
||||
MainOnHookView = "MainOnHookView", //挂机弹窗
|
||||
MapSelectView = "MapSelectView", //地图选择页面
|
||||
|
||||
|
||||
/**宠物 */
|
||||
PetUpStarView = "PetUpStarView", //宠物升星页面
|
||||
PetRadioView = "PetRadioView", //宠物单选页面
|
||||
PetEquipForgingPopupView = "PetEquipForgingPopupView", //弹出锻造宠物装备页面
|
||||
|
||||
|
||||
/**游戏模式页面 */
|
||||
PVPModeMatchView = "PVPModeMatchView", //PVP模式匹配页面
|
||||
CampGuardianView = "CampGuardianView", //阵营守护战斗页面
|
||||
@@ -106,6 +112,16 @@ const UIPetConfig:{ [key: string]: JNLayerInfo; } = {
|
||||
uri: "prefab/ui/宠物/宠物升星页面",
|
||||
anims:BackOutScale,
|
||||
},
|
||||
[GUI.PetRadioView]:{
|
||||
layer:GLayer.Popup,
|
||||
uri: "prefab/ui/宠物/宠物单选页面",
|
||||
anims:BackOutScale,
|
||||
},
|
||||
[GUI.PetEquipForgingPopupView]:{
|
||||
layer:GLayer.Popup,
|
||||
uri: "prefab/ui/宠物装备/弹出锻造装备页面",
|
||||
anims:BackOutScale,
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user