diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-08-24 17:18:52 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-08-24 17:18:52 -0400 |
| commit | d1c6d296e85646853f7aaa5a07e6d5718fce0072 (patch) | |
| tree | 77879b3c7a74c2c5c1a7e08f38a691ce9854aab0 /Assets/Scripts/Quit.cs | |
| parent | 4c8dba7a5ae4338a76e5b8e84438a1bb933e48f6 (diff) | |
| download | Project-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.cs | 3 |
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();
}
-
+ */
}
}
|
