Making some changes for v1.1

This commit is contained in:
2018-04-13 08:16:14 +10:00
parent f6ba424f08
commit 57d4683df8
17 changed files with 276 additions and 16 deletions
+1
View File
@@ -87,6 +87,7 @@ public class GameOverController : MonoBehaviour {
IEnumerator OpeningCoroutine() {
yield return new WaitForSeconds (0.75f);
background.GetComponent<Animator> ().Play ("ending_opening", 0, 1f);
background.GetComponent<Animator> ().speed = 0;
JumpLeft ();
page++;