Browse Source

Actually FINAL BUILD

FINAL_BUILD
Joshua Reason 9 years ago
parent
commit
448a9d7832
2 changed files with 10 additions and 8 deletions
  1. +1
    -1
      Pinata_Data/PlayerConnectionConfigFile
  2. +9
    -7
      playable/Assets/sceneController.cs

+ 1
- 1
Pinata_Data/PlayerConnectionConfigFile View File

@ -1 +1 @@
listen 1928270416 0 0
listen 967747347 0 0

+ 9
- 7
playable/Assets/sceneController.cs View File

@ -67,17 +67,12 @@ public class sceneController : MonoBehaviour {
if (Input.GetButtonDown("start")) {
paused = !paused;
optionsSelect ();
}
if (exit) {
Time.timeScale = 1.0f;
Application.LoadLevel("Menu_Scene");
}
optionsSelect ();
@ -96,6 +91,13 @@ public class sceneController : MonoBehaviour {
options.SetActive (false);
}
if (exit) {
Time.timeScale = 1.0f;
Application.LoadLevel("Menu_Scene");
}

Loading…
Cancel
Save