Did stuff

This commit is contained in:
2025-04-02 15:46:11 +01:00
parent 1718bd7586
commit 4f47cd883a
4 changed files with 31 additions and 16 deletions

View File

@@ -74,5 +74,8 @@ public partial class PlayerMovement : MonoBehaviour
// Sets the last wall normal to the current normal for later use
m_LastWallNormal = m_WallNormal;
// Checks if the player wants to jump
if (m_JumpKeyPressed) { Jump(2.0f, true); }
}
}