added UFO skywalk animation and bolt car teleport button
This commit is contained in:
@@ -20,7 +20,7 @@ public class SpaceEnterCollider : MonoBehaviour
|
||||
if (playerGravity != null)
|
||||
{
|
||||
StartCoroutine(DelayExit(playerGravity));
|
||||
playerGravity.AdjustGravity(new Quaternion()); // Set Gravity back to default
|
||||
//playerGravity.AdjustGravity(new Quaternion()); // Set Gravity back to default
|
||||
}
|
||||
Debug.Log(other + " left space.");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user