]> git.cameronkatri.com Git - gmtk-gamejam.git/blobdiff - Assets/Scripts/Controllers/MenuController.cs
Fix again
[gmtk-gamejam.git] / Assets / Scripts / Controllers / MenuController.cs
index ce1da25650f3180ca03e8cba5ed2c0992ff08e5a..9c96c6b5196088f066f5be77f72597e7ad72304a 100644 (file)
@@ -10,5 +10,10 @@ namespace Controllers
       GameController.timeLimit = minutes * 60f;
       SceneManager.LoadScene("Main");
     }
+
+    public void Quit()
+    {
+      Application.Quit();
+    }
   }
 }