Skip to content

Commit

Permalink
Minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
JoanStinson committed Jun 20, 2024
1 parent 95bd3ad commit 7114c4f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Brick Breaker/Assets/Scenes/MainScene.unity
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ RectTransform:
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0.5, y: 1}
m_AnchorMax: {x: 0.5, y: 1}
m_AnchoredPosition: {x: 0, y: -78.74487}
m_AnchoredPosition: {x: 0, y: -242.51}
m_SizeDelta: {x: 1920, y: 157.4896}
m_Pivot: {x: 0.5, y: 1}
--- !u!222 &142935629
Expand Down Expand Up @@ -1066,7 +1066,7 @@ RectTransform:
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0.5, y: 0}
m_AnchorMax: {x: 0.5, y: 0}
m_AnchoredPosition: {x: 0, y: 115.5}
m_AnchoredPosition: {x: 0, y: 330}
m_SizeDelta: {x: 486, y: 231}
m_Pivot: {x: 0.5, y: 0}
--- !u!1 &519420028
Expand Down Expand Up @@ -3720,7 +3720,7 @@ RectTransform:
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0.5, y: 1}
m_AnchorMax: {x: 0.5, y: 1}
m_AnchoredPosition: {x: 0, y: -236.23474}
m_AnchoredPosition: {x: 0, y: -400}
m_SizeDelta: {x: 1920, y: 157.4896}
m_Pivot: {x: 0.5, y: 1}
--- !u!222 &1714537302
Expand Down
1 change: 1 addition & 0 deletions Brick Breaker/Assets/Scripts/Game/Gameplay/GameplayView.cs
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ public void Show()
m_score = 0;
m_gameModel.Score = m_score;
m_scoreText.SetIntegerValue(m_score);
m_highScoreText.SetIntegerValue(m_highScore);
m_gameModel.LevelOfFinalBrick = 1;
m_brickRowSpawnerView.Initialize(m_gameModel);
m_ballLauncherView.Reset();
Expand Down

0 comments on commit 7114c4f

Please sign in to comment.