diff options
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();
}
|
