Added start countdown

Small UI changes
Fixed initialization order for the GameManager
This commit is contained in:
2020-01-31 03:40:56 +01:00
parent d127bd6477
commit 238187c30a
13 changed files with 379 additions and 20 deletions

View File

@@ -85,7 +85,6 @@ public class PlayerController : MonoBehaviour
transform.Rotate(Vector3.up, -this.rotationSpeed * Time.deltaTime);
}
Debug.Log(movementDirection);
//Forward
if (movementDirection != 0)
{