Skip to content

Commit

Permalink
Merge pull request #7 from MoAzza98/Toyo-v0.3.5-demo
Browse files Browse the repository at this point in the history
Trainer battles basic
  • Loading branch information
MoAzza98 authored Dec 4, 2023
2 parents 38a9a08 + 9460566 commit ecdfe44
Show file tree
Hide file tree
Showing 124 changed files with 323,016 additions and 180,249 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public void OnTriggerEnter(Collider Col){
gameManager.HouseTypeTarget =this.gameObject.GetComponent<Door_SceneChange_Christmas>().HouseType;
}
}
StartCoroutine(PlayOneShot());
//StartCoroutine(PlayOneShot());
}
}

Expand All @@ -50,7 +50,7 @@ public void OnTriggerEnter(Collider Col){
public IEnumerator PlayOneShot ()
{
yield return new WaitForSeconds(1);
Application.LoadLevel(level_id);
SceneManager.LoadScene(level_id);
}


Expand Down
Loading

0 comments on commit ecdfe44

Please sign in to comment.