Commit 6d81dfe8 authored by maxiaoliang's avatar maxiaoliang

修改ui

parent 473f69ef
...@@ -285,7 +285,7 @@ CanvasGroup: ...@@ -285,7 +285,7 @@ CanvasGroup:
m_PrefabAsset: {fileID: 0} m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 455528767290619782} m_GameObject: {fileID: 455528767290619782}
m_Enabled: 1 m_Enabled: 1
m_Alpha: 1 m_Alpha: 0
m_Interactable: 1 m_Interactable: 1
m_BlocksRaycasts: 1 m_BlocksRaycasts: 1
m_IgnoreParentGroups: 0 m_IgnoreParentGroups: 0
......
...@@ -1986,7 +1986,7 @@ GameObject: ...@@ -1986,7 +1986,7 @@ GameObject:
m_Icon: {fileID: 0} m_Icon: {fileID: 0}
m_NavMeshLayer: 0 m_NavMeshLayer: 0
m_StaticEditorFlags: 0 m_StaticEditorFlags: 0
m_IsActive: 1 m_IsActive: 0
--- !u!224 &70009393 --- !u!224 &70009393
RectTransform: RectTransform:
m_ObjectHideFlags: 0 m_ObjectHideFlags: 0
...@@ -5729,7 +5729,7 @@ MonoBehaviour: ...@@ -5729,7 +5729,7 @@ MonoBehaviour:
m_PersistentCalls: m_PersistentCalls:
m_Calls: [] m_Calls: []
m_FontData: m_FontData:
m_Font: {fileID: 12800000, guid: da1eea3279d21de4185dc3ca8e28341e, type: 3} m_Font: {fileID: 12800000, guid: 7b14def5b10e64b8cb31a048c57ed8b1, type: 3}
m_FontSize: 37 m_FontSize: 37
m_FontStyle: 0 m_FontStyle: 0
m_BestFit: 0 m_BestFit: 0
...@@ -34685,8 +34685,8 @@ RectTransform: ...@@ -34685,8 +34685,8 @@ RectTransform:
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMin: {x: 0.5, y: 0.5}
m_AnchorMax: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5}
m_AnchoredPosition: {x: -1.2, y: -67.7} m_AnchoredPosition: {x: 0.000007689, y: -64.86}
m_SizeDelta: {x: 121.01935, y: 32.72041} m_SizeDelta: {x: 121.000015, y: 42.636257}
m_Pivot: {x: 0.5, y: 0.5} m_Pivot: {x: 0.5, y: 0.5}
--- !u!114 &1465665560 --- !u!114 &1465665560
MonoBehaviour: MonoBehaviour:
...@@ -34708,7 +34708,7 @@ MonoBehaviour: ...@@ -34708,7 +34708,7 @@ MonoBehaviour:
m_PersistentCalls: m_PersistentCalls:
m_Calls: [] m_Calls: []
m_FontData: m_FontData:
m_Font: {fileID: 12800000, guid: da1eea3279d21de4185dc3ca8e28341e, type: 3} m_Font: {fileID: 12800000, guid: 7b14def5b10e64b8cb31a048c57ed8b1, type: 3}
m_FontSize: 29 m_FontSize: 29
m_FontStyle: 0 m_FontStyle: 0
m_BestFit: 0 m_BestFit: 0
...@@ -386,7 +386,7 @@ public class HomeInfoControl : MonoBehaviour, HomeContract.View ...@@ -386,7 +386,7 @@ public class HomeInfoControl : MonoBehaviour, HomeContract.View
PlayerDataControl.Instance.FlyCoinSpeed = 1.5f; PlayerDataControl.Instance.FlyCoinSpeed = 1.5f;
DoubleTimerObj.SetActive(true); DoubleTimerObj.SetActive(true);
DoubleObj.SetActive(false); DoubleObj.SetActive(false);
DoubleTimerTV.text = DoubleTime + "s"; DoubleTimerTV.text = UnityUtil.getCountdown(DoubleTime);
DoubleControl = StartCoroutine(IEDoubleTimer()); DoubleControl = StartCoroutine(IEDoubleTimer());
} }
else else
...@@ -419,7 +419,8 @@ public class HomeInfoControl : MonoBehaviour, HomeContract.View ...@@ -419,7 +419,8 @@ public class HomeInfoControl : MonoBehaviour, HomeContract.View
else else
{ {
DoubleTime--; DoubleTime--;
DoubleTimerTV.text = DoubleTime + "s"; DoubleTimerTV.text = UnityUtil.getCountdown(DoubleTime);
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment