12.10 进度 基本完成
This commit is contained in:
@@ -83,11 +83,11 @@ namespace Continentis.MainGame.UI
|
||||
targetPos.y = 0;
|
||||
|
||||
cardRect.localPosition =
|
||||
Vector3.Lerp(cardRect.localPosition, targetPos + new Vector3(0, 150f, 0), Time.deltaTime * 20f);
|
||||
Vector3.Lerp(cardRect.localPosition, targetPos + new Vector3(0, 100f, 0), Time.deltaTime * 20f);
|
||||
cardRect.localRotation =
|
||||
Quaternion.Lerp(cardRect.localRotation, Quaternion.identity, Time.deltaTime * 20f);
|
||||
cardRect.localScale =
|
||||
Vector3.Lerp(cardRect.localScale, Vector3.one * 1.2f, Time.deltaTime * 20f);
|
||||
Vector3.Lerp(cardRect.localScale, Vector3.one, Time.deltaTime * 20f);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user