UI替换与对应代码进行调整

This commit is contained in:
YiHan0621
2025-09-13 16:25:35 +08:00
parent fe0b8cec77
commit db68c377bd
106 changed files with 6559 additions and 1151 deletions

View File

@@ -14,7 +14,7 @@ namespace TcgEngine.UI
{
public string group;
public bool active;
// public GameObject highlight;
public GameObject highlight;
public UIPanel ui_panel;
public UnityAction onClick;
@@ -47,8 +47,8 @@ namespace TcgEngine.UI
void Update()
{
// if (highlight != null)
// highlight.SetActive(active);
if (highlight != null)
highlight.SetActive(active);
}
private void OnClick()