File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed
Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments