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

prepare for 1.2.21(maybe 1.3.0?) release

This commit is contained in:
2025-04-25 01:50:24 +08:00
parent 68a18c113d
commit 5f53c50da0
22 changed files with 208 additions and 131 deletions

View File

@@ -255,5 +255,6 @@ public class MyCheckButton : MonoBehaviour
uiButton.transitions[0].pressedColor = closePressColor;
uiButton.transitions[0].normalColor = new Color(0.6557f, 0.9145f, 1f, 0.0627f);
}
uiButton.RefreshTransitionsImmediately();
}
}