Skip to content

Commit

Permalink
⛹🏻 Finish menu/pause UI & scene transition for #7 #8
Browse files Browse the repository at this point in the history
  • Loading branch information
Gizmotronn committed Nov 19, 2021
1 parent f988f1f commit c94f130
Show file tree
Hide file tree
Showing 4,464 changed files with 55,470 additions and 479 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
584 changes: 570 additions & 14 deletions Alien World/Assets/Character Rigging/3D Character.unity

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class CameraController : MonoBehaviour

private void Start() {
parent = transform.parent;
Cursor.lockState = CursorLockMode.Locked;
//Cursor.lockState = CursorLockMode.Locked;
}

private void Update() {
Expand Down
Loading

0 comments on commit c94f130

Please sign in to comment.