调整day2的yarn适应新的改动
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user