Smal fixes + cloud/smoke texture

This commit is contained in:
Richard Ott
2018-09-01 19:27:39 +02:00
parent c073f272f6
commit 00fa478ca7
7 changed files with 268 additions and 5 deletions

View File

@@ -31,7 +31,7 @@ public class MateMate : MonoBehaviour {
other.transform.root.GetComponentInChildren<LurchMovement>().canGlide = true;
if(mateGlow)
//other.transform.root.GetComponentInChildren<LurchMovement>().canGlide = true;
other.transform.root.GetComponentInChildren<LightLurch>().enabled = true;
cutscene.SetActive(true);
}