微调
This commit is contained in:
@@ -91,12 +91,12 @@ namespace Ichni.Story.UI
|
||||
|
||||
public void PlayFadeIn(UnityAction onComplete = null)
|
||||
{
|
||||
FadeIn(0.2f, false, onComplete);
|
||||
FadeIn(0.2f, true, onComplete);
|
||||
}
|
||||
|
||||
public void PlayFadeOut(UnityAction onComplete = null)
|
||||
{
|
||||
FadeOut(0.2f, false, onComplete);
|
||||
FadeOut(0.2f, true, onComplete);
|
||||
}
|
||||
|
||||
private void OnBackButtonClicked()
|
||||
|
||||
Reference in New Issue
Block a user