poprawki UI

This commit is contained in:
szczuras4
2025-02-10 18:03:54 +01:00
parent 7e983c86dd
commit b6df5723e6
10 changed files with 2633 additions and 827 deletions

View File

@@ -15,10 +15,12 @@ namespace Beyond
protected override void Start()
{
base.Start();
/*
HideUI.SetActive += (bool b) =>
{
if (!b) InstantHide();
};
*/
}
public virtual void InstantHide()