Fixed mouse pointer disappearing in menus bug as well as added controller support for the main menu

This commit is contained in:
Gregory Campbell
2020-01-26 23:03:41 -05:00
parent 4061ebc8d7
commit bb13bb930e
10 changed files with 1054 additions and 1064 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ public class PlayerController : MonoBehaviour
shownLives = 3;
Cursor.visible = !Cursor.visible;
Cursor.visible = false;
Cursor.lockState = CursorLockMode.Locked;
}