Main Menu & Pausing

This commit is contained in:
OMGeeky
2022-05-23 20:40:23 +02:00
parent d14d23594e
commit bfa8a22f63
96 changed files with 14764 additions and 177 deletions

View File

@@ -26,6 +26,9 @@ public class InputToMovement : MonoBehaviour
private void Update()
{
if ( Time.timeScale == 0 )
return;
if(controller2D.active != character.isActivePlayer)
controller2D.active = character.isActivePlayer;