1
0
mirror of https://github.com/soarqin/DSP_Mods.git synced 2025-12-11 07:23:28 +08:00

use patch to resolve tips priority

This commit is contained in:
2023-09-15 15:23:40 +08:00
parent 0c9a639df6
commit c68cde65f1
2 changed files with 28 additions and 5 deletions

View File

@@ -29,11 +29,7 @@ public class MyWindow: ManualBehaviour
public void Open()
{
_Open();
}
public override void _OnUpdate()
{
transform.SetSiblingIndex(UIRoot.instance.uiMechaEditor.transform.GetSiblingIndex() + 1);
transform.SetAsLastSibling();
}
public void Close() => _Close();