diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-04-20 19:08:59 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-04-20 19:08:59 -0400 |
| commit | dd117b77aae1d8be7563b360d05b842a73b7dab2 (patch) | |
| tree | d8ca5ab0b6b6ca32df35558917ce69df3cd4f980 /Assets/Scripts/Exit.cs | |
| parent | 0382584a77aed5dc926909b7dad6159ae0757e38 (diff) | |
| download | Project-Sandbox-dd117b77aae1d8be7563b360d05b842a73b7dab2.tar.gz Project-Sandbox-dd117b77aae1d8be7563b360d05b842a73b7dab2.tar.bz2 Project-Sandbox-dd117b77aae1d8be7563b360d05b842a73b7dab2.zip | |
Upgraded Unity
Diffstat (limited to 'Assets/Scripts/Exit.cs')
| -rw-r--r-- | Assets/Scripts/Exit.cs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Assets/Scripts/Exit.cs b/Assets/Scripts/Exit.cs index a0feb04..ea092b0 100644 --- a/Assets/Scripts/Exit.cs +++ b/Assets/Scripts/Exit.cs @@ -1,6 +1,4 @@ -using System.Collections;
-using System.Collections.Generic;
-using UnityEngine;
+using UnityEngine;
public class Exit : MonoBehaviour
{
@@ -9,7 +7,6 @@ public class Exit : MonoBehaviour {
if (Input.GetKey("escape"))
{
- Debug.Log("Game is now closed.");
Application.Quit();
}
|
