This commit is contained in:
2024-08-14 22:55:17 +08:00
parent 0006a75db9
commit 36419ffda4
67 changed files with 6551 additions and 5435 deletions

View File

@@ -23,5 +23,5 @@ export var UIConfigData: { [key: number]: UIConfig } = {
[UIID.Loading]: { layer: LayerType.UI, prefab: "loading/prefab/loading", bundle: "resources" },
[UIID.Netinstable]: { layer: LayerType.PopUp, prefab: "common/prefab/netinstable" },
[UIID.Window]: { layer: LayerType.Dialog, prefab: "common/prefab/window" },
[UIID.Role_Controller]: { layer: LayerType.UI, prefab: "gui/prefab/role_controller" },
[UIID.Role_Controller]: { layer: LayerType.UI, prefab: "gui/role_controller" },
}