mirror of
https://github.com/boudji-ludwig-pett/cnam-geometry-dash.git
synced 2025-06-10 22:20:40 +02:00
feat: escape keyboard shortcut to set menu pause (#63)
This commit is contained in:
@ -87,7 +87,6 @@ public class NormalGameMode : IGameMode
|
||||
{
|
||||
player.IsColliding = true;
|
||||
|
||||
Debug.Log(collision.gameObject.tag.ToString());
|
||||
if (collision.gameObject.CompareTag("Kill"))
|
||||
{
|
||||
SceneManager.LoadScene(SceneManager.GetActiveScene().name);
|
||||
|
Reference in New Issue
Block a user