mirror of
https://github.com/PashaBibko/The-Mobius-Line.git
synced 2026-04-03 17:39:03 +00:00
Started making new level
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user