Skip to content

Commit e4a3139

Browse files
author
ויויאן אומנסקי
committed
format
1 parent 676b21f commit e4a3139

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

Assets/Scripts/CabelGame/DragCable.cs

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,8 @@ private void UpdateLineEndPosition()
181181
lineRenderer.SetPosition(2, secondElbow);
182182

183183
}
184-
}
185-
184+
}
185+
186186

187187
private Vector3 GetWorldPosition(RectTransform rect)
188188
{
@@ -220,8 +220,4 @@ private void UpdateWireTipsPosition()
220220
//Debug.Log($"P0: {lineRenderer.GetPosition(0)} | P1: {lineRenderer.GetPosition(1)} | P2: {lineRenderer.GetPosition(2)} | P3: {lineRenderer.GetPosition(3)}");
221221
}
222222
}
223-
224-
225-
226-
227223
}

Assets/Scripts/SortingAsteroid/AsteroidGameManager.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public class AsteroidGameManager : MonoBehaviour
3333
[Header("Game Components")]
3434
[SerializeField] private GameTimer gameTimer;
3535
[SerializeField] private AsteroidsGameIntroductionManager introductionManager;
36-
private bool isIntroductionComplete = false;
36+
private bool isIntroductionComplete = false;
3737
public string LeftType { get; private set; }
3838
public string RightType { get; private set; }
3939

@@ -64,7 +64,7 @@ private void StartChallenges()
6464
{
6565
gameTimer.OnTimerEnd += EndChallenge;
6666
InitializeChallenge();
67-
67+
6868
}
6969

7070

0 commit comments

Comments
 (0)