Fixed mouse pointer disappearing in menus bug as well as added controller support for the main menu
This commit is contained in:
@@ -64,7 +64,7 @@ public class PlayerController : MonoBehaviour
|
||||
|
||||
shownLives = 3;
|
||||
|
||||
Cursor.visible = !Cursor.visible;
|
||||
Cursor.visible = false;
|
||||
Cursor.lockState = CursorLockMode.Locked;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user