Added start countdown
Small UI changes Fixed initialization order for the GameManager
This commit is contained in:
@@ -85,7 +85,6 @@ public class PlayerController : MonoBehaviour
|
||||
transform.Rotate(Vector3.up, -this.rotationSpeed * Time.deltaTime);
|
||||
}
|
||||
|
||||
Debug.Log(movementDirection);
|
||||
//Forward
|
||||
if (movementDirection != 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user