改了很多

This commit is contained in:
2024-12-15 23:13:00 +08:00
parent 8bf3cc2a5d
commit 73ad199bfc
21 changed files with 40518 additions and 18376 deletions

View File

@@ -17,7 +17,9 @@ export enum UIID {
/** 角色控制 */
Role_Controller,
/**物品 */
ItemInfo
ItemInfo,
/**物品 */
Victory,
}
/** 打开界面方式的配置数据 */
@@ -27,4 +29,5 @@ export var UIConfigData: { [key: number]: UIConfig } = {
[UIID.Window]: { layer: LayerType.Dialog, prefab: "common/prefab/window" },
[UIID.Role_Controller]: { layer: LayerType.UI, prefab: "gui/role_controller" },
[UIID.ItemInfo]: { layer: LayerType.Dialog, prefab: "gui/element/item_info" },
[UIID.Victory]: { layer: LayerType.Dialog, prefab: "gui/element/victory" },
}