Backup: two polaroids showing

This commit is contained in:
2018-04-12 00:20:25 +10:00
parent a13da880b1
commit c4b17b9e3b
59 changed files with 2111 additions and 396 deletions
+1
View File
@@ -19,6 +19,7 @@ public class Monster : MonoBehaviour {
GameObject.Find ("SoundController").GetComponent<SoundController> ().PlaySnapShot ();
GameObject.Find ("Flash").GetComponent<Flash> ().StartFlash ();
PersistentData.score += value;
PersistentData.monsterNames.Add (gameObject.name);
Destroy (gameObject);
}
}