From dd117b77aae1d8be7563b360d05b842a73b7dab2 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Mon, 20 Apr 2020 19:08:59 -0400 Subject: Upgraded Unity --- Assets/Scripts/Exit.cs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Assets/Scripts/Exit.cs') 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(); } -- cgit v1.2.3