问题修改

This commit is contained in:
2025-02-21 11:12:02 +08:00
parent 88b4863a4f
commit 9ecc5191b1
7 changed files with 31 additions and 6 deletions
@@ -121,7 +121,10 @@ namespace AibisDream.FixSystem
// 先清除文字
ClearTextScreen();
// 旋转隐藏
_textScreen.DORotate(new Vector3(0, 0, -90), rotateDuration, RotateMode.FastBeyond360);
if (transform.eulerAngles.z >= -80f)
{
_textScreen.DORotate(new Vector3(0, 0, -90), rotateDuration, RotateMode.FastBeyond360);
}
}
#endregion