Networked Player Model Body Swapping

This commit is contained in:
2022-04-25 13:35:31 -05:00
parent 41a7908cd0
commit 2a780ac346
6 changed files with 154 additions and 14 deletions

View File

@@ -76,7 +76,7 @@ public class PauseMenu : NetworkBehaviour {
}
}
void Update() {
void Update() {
// Listen for Pause button and not already paused
// TODO: UPDATE TO ALSO LISTEN FOR CONTROLLER PAUSE BUTTON PRESSED
if (isUsable && Input.GetKeyDown(KeyCode.Escape) && PauseMenuPanel.activeInHierarchy != true) {