Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
F
First_FKQCW
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王雪伟
First_FKQCW
Commits
6d81dfe8
Commit
6d81dfe8
authored
May 19, 2021
by
maxiaoliang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改ui
parent
473f69ef
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
8 deletions
+9
-8
Car.prefab
Assets/Game/Main/Prefabs/Car.prefab
+1
-1
CrazyCar.unity
Assets/Game/Main/Scenes/CrazyCar.unity
+5
-5
HomeInfoControl.cs
Assets/Game/Main/Scripts/View/HomeInfoControl.cs
+3
-2
No files found.
Assets/Game/Main/Prefabs/Car.prefab
View file @
6d81dfe8
...
...
@@ -285,7 +285,7 @@ CanvasGroup:
m_PrefabAsset
:
{
fileID
:
0
}
m_GameObject
:
{
fileID
:
455528767290619782
}
m_Enabled
:
1
m_Alpha
:
1
m_Alpha
:
0
m_Interactable
:
1
m_BlocksRaycasts
:
1
m_IgnoreParentGroups
:
0
...
...
Assets/Game/Main/Scenes/CrazyCar.unity
View file @
6d81dfe8
...
...
@@ -1986,7 +1986,7 @@ GameObject:
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive:
1
m_IsActive:
0
--- !u!224 &70009393
RectTransform:
m_ObjectHideFlags: 0
...
...
@@ -5729,7 +5729,7 @@ MonoBehaviour:
m_PersistentCalls:
m_Calls: []
m_FontData:
m_Font: {fileID: 12800000, guid:
da1eea3279d21de4185dc3ca8e28341e
, type: 3}
m_Font: {fileID: 12800000, guid:
7b14def5b10e64b8cb31a048c57ed8b1
, type: 3}
m_FontSize: 37
m_FontStyle: 0
m_BestFit: 0
...
...
@@ -34685,8 +34685,8 @@ RectTransform:
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0.5, y: 0.5}
m_AnchorMax: {x: 0.5, y: 0.5}
m_AnchoredPosition: {x:
-1.2, y: -67.7
}
m_SizeDelta: {x: 121.0
1935, y: 32.72041
}
m_AnchoredPosition: {x:
0.000007689, y: -64.86
}
m_SizeDelta: {x: 121.0
00015, y: 42.636257
}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!114 &1465665560
MonoBehaviour:
...
...
@@ -34708,7 +34708,7 @@ MonoBehaviour:
m_PersistentCalls:
m_Calls: []
m_FontData:
m_Font: {fileID: 12800000, guid:
da1eea3279d21de4185dc3ca8e28341e
, type: 3}
m_Font: {fileID: 12800000, guid:
7b14def5b10e64b8cb31a048c57ed8b1
, type: 3}
m_FontSize: 29
m_FontStyle: 0
m_BestFit: 0
Assets/Game/Main/Scripts/View/HomeInfoControl.cs
View file @
6d81dfe8
...
...
@@ -386,7 +386,7 @@ public class HomeInfoControl : MonoBehaviour, HomeContract.View
PlayerDataControl
.
Instance
.
FlyCoinSpeed
=
1.5f
;
DoubleTimerObj
.
SetActive
(
true
);
DoubleObj
.
SetActive
(
false
);
DoubleTimerTV
.
text
=
DoubleTime
+
"s"
;
DoubleTimerTV
.
text
=
UnityUtil
.
getCountdown
(
DoubleTime
)
;
DoubleControl
=
StartCoroutine
(
IEDoubleTimer
());
}
else
...
...
@@ -419,7 +419,8 @@ public class HomeInfoControl : MonoBehaviour, HomeContract.View
else
{
DoubleTime
--;
DoubleTimerTV
.
text
=
DoubleTime
+
"s"
;
DoubleTimerTV
.
text
=
UnityUtil
.
getCountdown
(
DoubleTime
);
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment