调整day2的yarn适应新的改动

This commit is contained in:
2024-12-26 14:17:15 +08:00
parent 2c761af133
commit 83e4ad3aee
5 changed files with 78 additions and 31 deletions
@@ -203,9 +203,10 @@ namespace AibisDream.FixSystem
{
state.text = "未检测到信号";
state.color = Color.white; // 蓝色
_screenText.text = string.Empty;
_screenText.text = "";
_screenText.color = Color.white; // 默认文本颜色
}
public IEnumerator EnableDeepInButton()
{
yield return _deepinButton.GetTransform().DOLocalMoveX(0.5f, 0.5f).WaitForCompletion();