问题修改
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user