Skip to content
Snippets Groups Projects
Commit 68a76523 authored by 13519045 M Reyhanullah Budiaman's avatar 13519045 M Reyhanullah Budiaman
Browse files
parents 461d9284 076b83f1
Branches
Tags
No related merge requests found
using UnityEngine;
using System.Collections.Generic;
using System.IO;
using UnityEngine.SceneManagement;
public class FinalEnemyManager : MonoBehaviour
{
......@@ -84,6 +85,8 @@ public class FinalEnemyManager : MonoBehaviour
File.WriteAllText(Application.dataPath + "/highestScore.json", newJsonData);
highestScoreList.Display();
SceneManager.LoadScene("Cutscene Closing");
}
if (timer >= waveTime && !bossHealth.timeToSpawn && !won)
{
......
Screenshot/GameOver.png

131 B

Screenshot/MainMenu.png

131 B

Screenshot/Quest1.png

131 B

Screenshot/Quest2.png

131 B

Screenshot/Quest3.png

132 B

Screenshot/Quest4.png

131 B

0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment