Started making new level

This commit is contained in:
2025-04-04 14:48:54 +01:00
parent 1f81b9cb2f
commit 5091d6789a
13 changed files with 3341 additions and 789 deletions

View File

@@ -93,8 +93,10 @@ public partial class PlayerMovement : MonoBehaviour
public void WentThroughPortal(float change)
{
Debug.Log("Went thru portal");
// Resets the counter
m_PortalFrameCounter = 3;
m_PortalFrameCounter = 20;
// Rotates the velocity of the player
Vector3 vel = m_Body.velocity;