Manually Save

This commit is contained in:
Noah
2022-05-16 00:16:46 +02:00
parent 46b68c71c9
commit 768f259d24
6 changed files with 852 additions and 7 deletions
@@ -151,6 +151,11 @@ public class Player : MonoBehaviour
{
world.ShowDeadScreen();
}
if (Input.GetKeyDown(KeyCode.Escape))
{
world.ShowPauseScreen();
}
}
private void CalculateVelocity()