Made the game feel more like a game (and squashed a few bugs)

This commit is contained in:
Gregory Campbell
2020-07-11 18:46:10 -04:00
parent dd8a5af89d
commit 57a6b74aec
3 changed files with 43 additions and 18 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ public class ObsctaleScript : MonoBehaviour
void Start()
{
deathTime = Random.Range(5.0f, 15.0f);
deathTime = Random.Range(10.0f, 15.0f);
}