Skip to content

Commit

Permalink
bug fix (#78)
Browse files Browse the repository at this point in the history
* bug fix

* connect 4.5 fix

Co-authored-by: Johnny Hoai Nguyen <[email protected]>
  • Loading branch information
shuttler67 and JohnnyHN authored Apr 28, 2021
1 parent 1ca2af4 commit 29d41d4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 23 deletions.

This file was deleted.

This file was deleted.

2 changes: 2 additions & 0 deletions Assets/Resources/Secret/SecretScript.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,7 @@ public void OnClick()
{
Screen.orientation = ScreenOrientation.Landscape;
SceneManager.LoadSceneAsync("SecretEnding");
if (SimpleBootstrap.theImmortalMusicSource != null)
SimpleBootstrap.theImmortalMusicSource?.Pause();
}
}
4 changes: 2 additions & 2 deletions Assets/Scenes/ConnectFour.unity

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 29d41d4

Please sign in to comment.