Making some changes for v1.1
This commit is contained in:
@@ -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++;
|
||||
|
||||
Reference in New Issue
Block a user