editing scenes and UI
This commit is contained in:
@@ -21,7 +21,7 @@ public class Train : MonoBehaviour
|
||||
transform.localPosition.y,
|
||||
startPosition);
|
||||
|
||||
transform.DOLocalMoveZ(-4, speed)
|
||||
transform.DOLocalMoveZ(-16, speed)
|
||||
.SetEase(Ease.OutSine);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user