Skip to content

Commit

Permalink
fixed score scaling
Browse files Browse the repository at this point in the history
  • Loading branch information
maxilevi committed Dec 29, 2017
1 parent 52a6983 commit 5d02746
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Assets/Game.unity
Original file line number Diff line number Diff line change
Expand Up @@ -668,8 +668,8 @@ RectTransform:
m_PrefabInternal: {fileID: 0}
m_GameObject: {fileID: 747117602}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 354.5, y: 298.5, z: 0}
m_LocalScale: {x: 0.4518016, y: 0.4518016, z: 0.4518016}
m_LocalPosition: {x: 321.5, y: 298.5, z: 0}
m_LocalScale: {x: 0.43025917, y: 0.43025917, z: 0.43025917}
m_Children:
- {fileID: 889690356}
- {fileID: 1328003669}
Expand Down Expand Up @@ -5079,15 +5079,15 @@ RectTransform:
m_PrefabInternal: {fileID: 0}
m_GameObject: {fileID: 1573136842}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 838.6367, y: 645.68823, z: 0}
m_LocalPosition: {x: 763.22406, y: 705.7679, z: 0}
m_LocalScale: {x: 0.5, y: 0.5, z: 0.5}
m_Children: []
m_Father: {fileID: 747117607}
m_RootOrder: 4
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 1, y: 1}
m_AnchorMax: {x: 1, y: 1}
m_AnchoredPosition: {x: 54.000244, y: -15}
m_AnchoredPosition: {x: 16, y: 12}
m_SizeDelta: {x: 680.36, y: 339.8}
m_Pivot: {x: 1, y: 1}
--- !u!114 &1573136844
Expand Down Expand Up @@ -5122,7 +5122,7 @@ MonoBehaviour:
m_HorizontalOverflow: 0
m_VerticalOverflow: 0
m_LineSpacing: 1
m_Text:
m_Text: 0
--- !u!222 &1573136845
CanvasRenderer:
m_ObjectHideFlags: 0
Expand Down
2 changes: 1 addition & 1 deletion Assets/TimeControl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ void Update(){
if(!Using)
WasPressed = Input.GetKey(KeyCode.Space);

if(!_movement.IsInSpawn)
if (!_movement.IsInSpawn)
_score += Time.deltaTime * 8;

if (_score < 125)
Expand Down

2 comments on commit 5d02746

@nikhil232
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lund ka topa

@eakratsada
Copy link

@eakratsada eakratsada commented on 5d02746 Jun 22, 2019 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.