1
0
mirror of https://github.com/soarqin/DSP_Mods.git synced 2025-12-09 04:13:32 +08:00

UXAssist and CheatEnabler new version

This commit is contained in:
2024-03-29 19:00:40 +08:00
parent 6a9b9b44bc
commit 51314305d1
11 changed files with 432 additions and 40 deletions

View File

@@ -18,7 +18,7 @@ public class MyConfigWindow : MyWindowWithTabs
public override void _OnCreate()
{
_windowTrans = GetComponent<RectTransform>();
_windowTrans.sizeDelta = new Vector2(810f, 512f);
_windowTrans.sizeDelta = new Vector2(810f, 584f);
OnUICreated?.Invoke(this, _windowTrans);
SetCurrentTab(0);