Merge pull request #92 from Degulleo/DO-88-타이머-show-이슈-해결-및-승급-패널-반짝이-위치-조정
DO-88 [Fix] 타이머 show 이슈 해결 및 승급 패널 반짝이 위치 조정
This commit is contained in:
commit
c09872d382
@ -182,7 +182,7 @@ public class GameUIController : MonoBehaviour
|
|||||||
{
|
{
|
||||||
inGameMenuButtonsObject.SetActive(gameInProgress);
|
inGameMenuButtonsObject.SetActive(gameInProgress);
|
||||||
confirmButtonObject.SetActive(gameInProgress);
|
confirmButtonObject.SetActive(gameInProgress);
|
||||||
timerObject.SetActive(!gameInProgress);
|
timerObject.SetActive(gameInProgress);
|
||||||
exitButtonObject.SetActive(!gameInProgress);
|
exitButtonObject.SetActive(!gameInProgress);
|
||||||
revengeRetryButtonObject.SetActive(!gameInProgress);
|
revengeRetryButtonObject.SetActive(!gameInProgress);
|
||||||
}
|
}
|
||||||
|
@ -371,7 +371,7 @@ 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: 202.5, y: -169.59302}
|
m_AnchoredPosition: {x: 202.5, y: -154}
|
||||||
m_SizeDelta: {x: 53.4964, y: 88.0099}
|
m_SizeDelta: {x: 53.4964, y: 88.0099}
|
||||||
m_Pivot: {x: 0.5, y: 0.5}
|
m_Pivot: {x: 0.5, y: 0.5}
|
||||||
--- !u!222 &6630644036836547514
|
--- !u!222 &6630644036836547514
|
||||||
|
Loading…
x
Reference in New Issue
Block a user