UI 系统

This commit is contained in:
2026-06-09 10:41:43 +08:00
parent 247de307c6
commit e09bee31ec
31 changed files with 221439 additions and 997 deletions

View File

@@ -232,6 +232,8 @@ namespace BaseGames.Input
BindStarted(_ui, "InventoryTabPrev", () => _onInventoryTabPrev?.Raise());
// 快速直达UI Map 同名 ActionHub 已开时按 M 直接跳地图 Tab。共用 Gameplay 同一频道。
BindStarted(_ui, "QuickMap", () => _onQuickMap?.Raise());
// 背包键UI Map 同名 ActionTabHub 已开时按 Tab 关闭(与 Gameplay 同频道UIManager 做 toggle
BindStarted(_ui, "Inventory", () => _onInventoryOpen?.Raise());
}
_isBound = true;