This commit is contained in:
RochesterX
2025-03-07 16:50:04 -05:00
parent c7fede9552
commit 86a9494a9e
4 changed files with 1462 additions and 4 deletions

View File

@@ -70,7 +70,7 @@ public class PlayerMovement : MonoBehaviour
private void Update()
{
if (damageable.dying) return;
if (damageable.dying || GameManager.Instance.gameOver) return;
Jump();