Skip to content

Commit af12f3e

Browse files
author
Thomas ICHÉ
committed
Final Changes and fixes before release v1
1 parent 36c65b9 commit af12f3e

14 files changed

Lines changed: 9083 additions & 9153 deletions

File tree

Assets/SampleLoader/SampleLoader.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ public class SampleLoader : MonoBehaviour
2020
[Header("Debug")]
2121
public Text FramerateText;
2222

23-
2423
int index = 0;
2524
bool fading;
2625
bool loading;
@@ -45,6 +44,9 @@ void UpdateDebug()
4544
// Update is called once per frame
4645
void Update()
4746
{
47+
if (Input.GetKeyDown(KeyCode.Escape))
48+
Application.Quit();
49+
4850
UpdateDebug();
4951

5052
fadeTTL -= Time.unscaledDeltaTime;

0 commit comments

Comments
 (0)