enable/disable canvas on Start()

This commit is contained in:
in0finite 2020-04-20 00:48:52 +02:00
parent 23cbd6163d
commit f54a8fe60d

View file

@ -70,6 +70,8 @@ namespace SanAndreasUnity.UI {
clickAction = () => GameManager.ExitApplication (),
});
this.canvas.enabled = IsOpened;
}
public static PauseMenuWindow[] GetAllWindows() {