测试代码

This commit is contained in:
2025-11-02 22:33:14 +08:00
parent 45531a5002
commit d12e1bc495
136 changed files with 5984 additions and 5488 deletions

View File

@@ -18,6 +18,15 @@ namespace NBF
Game.Input.OnUICanceled += OnUICanceled;
}
protected override void OnUpdate()
{
// base.OnUpdate();
if (Input.GetKeyDown(KeyCode.F9))
{
PreviewPanel.Show();
}
}
private void OnUICanceled(string action)
{
if (action == InputDef.UI.Back)