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

comment out particle

parent 5c84544e
......@@ -8,8 +8,8 @@ public class fusion_tweener : MonoBehaviour {
ParticleSystem[] systems;
// Use this for initialization
void Start () {
emitters = GetComponentsInChildren<ParticleEmitter>();
animators = GetComponentsInChildren<ParticleAnimator>();
// emitters = GetComponentsInChildren<ParticleEmitter>();
// animators = GetComponentsInChildren<ParticleAnimator>();
systems = GetComponentsInChildren<ParticleSystem>();
start_time = Program.TimePassed();
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