Skip to content

Commit

Permalink
啊对对对
Browse files Browse the repository at this point in the history
沟槽的
  • Loading branch information
cdwcgt committed Jul 15, 2024
1 parent eab55e0 commit 0c90103
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@ protected override void LoadComplete()
{
base.LoadComplete();

leftArrow.MoveToX(-25, 3000, Easing.Out).Then().MoveToX(0, 3000, Easing.Out).Loop();
rightArrow.MoveToX(25, 3000, Easing.Out).Then().MoveToX(0, 3000, Easing.Out).Loop();
leftArrow.MoveToX(-25, 1500, Easing.Out).Then().MoveToX(0, 1500, Easing.In).Loop();
rightArrow.MoveToX(25, 1500, Easing.Out).Then().MoveToX(0, 1500, Easing.In).Loop();
}

private void matchChanged(ValueChangedEvent<TournamentMatch?> match)
Expand Down

0 comments on commit 0c90103

Please sign in to comment.