Fix replay from main menu
This commit is contained in:
parent
8091d5e349
commit
099c7e4cbe
File diff suppressed because it is too large
Load Diff
@ -63,6 +63,7 @@ public class MainMenu : MonoBehaviour
|
||||
{
|
||||
creditsButton.interactable = false;
|
||||
StartCoroutine("PlayCredits", 0f);
|
||||
Debug.Log("Pressed");
|
||||
}
|
||||
|
||||
public IEnumerator PlayCredits()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user