summaryrefslogtreecommitdiff
path: root/Assets/Scripts/Quit.cs
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-08-24 17:18:52 -0400
committerAndrew Lee <alee14498@protonmail.com>2020-08-24 17:18:52 -0400
commitd1c6d296e85646853f7aaa5a07e6d5718fce0072 (patch)
tree77879b3c7a74c2c5c1a7e08f38a691ce9854aab0 /Assets/Scripts/Quit.cs
parent4c8dba7a5ae4338a76e5b8e84438a1bb933e48f6 (diff)
downloadProject-Sandbox-d1c6d296e85646853f7aaa5a07e6d5718fce0072.tar.gz
Project-Sandbox-d1c6d296e85646853f7aaa5a07e6d5718fce0072.tar.bz2
Project-Sandbox-d1c6d296e85646853f7aaa5a07e6d5718fce0072.zip
Pause menu; Dialogue; New font
Diffstat (limited to 'Assets/Scripts/Quit.cs')
-rw-r--r--Assets/Scripts/Quit.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Assets/Scripts/Quit.cs b/Assets/Scripts/Quit.cs
index 40cfc85..089458e 100644
--- a/Assets/Scripts/Quit.cs
+++ b/Assets/Scripts/Quit.cs
@@ -9,10 +9,11 @@ public class Quit : MonoBehaviour
// Update is called once per frame
void Update()
{
+ /*
if (Input.GetKey("escape"))
{
Application.Quit();
}
-
+ */
}
}