修复记忆胶片问题
This commit is contained in:
@@ -122,7 +122,7 @@ public class ClueSlotBase : MonoBehaviour, IDropHandler
|
||||
private void StartFilmAnimation()
|
||||
{
|
||||
// 使用 DOTween 实现胶片的循环移动
|
||||
filmImage.rectTransform.DOLocalMoveX(-1256f, 1f)
|
||||
filmImage.rectTransform.DOLocalMoveX(-494f, 1f)
|
||||
.SetLoops(-1, LoopType.Restart)
|
||||
.SetEase(Ease.Linear);
|
||||
RoateImage.rectTransform.DORotate(new Vector3(0, 0, 360), 1f, RotateMode.FastBeyond360)
|
||||
|
||||
Reference in New Issue
Block a user