Commit fdc64a49 authored by 神楽坂玲奈's avatar 神楽坂玲奈

comment out particle

parent 5c84544e
...@@ -8,8 +8,8 @@ public class fusion_tweener : MonoBehaviour { ...@@ -8,8 +8,8 @@ public class fusion_tweener : MonoBehaviour {
ParticleSystem[] systems; ParticleSystem[] systems;
// Use this for initialization // Use this for initialization
void Start () { void Start () {
emitters = GetComponentsInChildren<ParticleEmitter>(); // emitters = GetComponentsInChildren<ParticleEmitter>();
animators = GetComponentsInChildren<ParticleAnimator>(); // animators = GetComponentsInChildren<ParticleAnimator>();
systems = GetComponentsInChildren<ParticleSystem>(); systems = GetComponentsInChildren<ParticleSystem>();
start_time = Program.TimePassed(); start_time = Program.TimePassed();
foreach (ParticleSystem system in systems) foreach (ParticleSystem system in systems)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment