Skip to content

Commit

Permalink
Trainer battles basic
Browse files Browse the repository at this point in the history
- Basic trainer battles added
- Basic legendary encounters added
- Removed excess files
- initial release build created
  • Loading branch information
MoAzza98 committed Dec 4, 2023
1 parent e3f7593 commit 9460566
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 9460566

Please sign in to comment.