fix: edit a level (#66)

Co-authored-by: Djelal BOUDJI <djelal@gmail.com>
Co-authored-by: Théo LUDWIG <contact@theoludwig.fr>
This commit is contained in:
M VINCENT PETT
2025-05-16 20:03:37 +02:00
committed by GitHub
parent 0b32ce7036
commit 728c57c66c
7 changed files with 209 additions and 66 deletions

View File

@ -1,7 +1,4 @@
using System.IO;
using UnityEngine;
using UnityEngine.SceneManagement;
public class NormalGameMode : IGameMode
{
@ -18,7 +15,6 @@ public class NormalGameMode : IGameMode
if (player.IsColliding && Input.GetKey(JumpKey) && !isRotating)
{
Debug.Log("Player is Jumping");
Jump(player);
}