1
This commit is contained in:
@@ -62,13 +62,13 @@ public class SingleTouchPlayAnimator : MonoBehaviour
|
||||
SetTriggerParameter("DisTrigger");
|
||||
if (Vfx != null)
|
||||
{
|
||||
Destroy(Vfx);
|
||||
Vfx = null;
|
||||
|
||||
|
||||
Vfx.transform.localScale = Vector3.zero;
|
||||
}
|
||||
if (Vfx1 != null)
|
||||
{
|
||||
Destroy(Vfx1);
|
||||
Vfx1 = null;
|
||||
Vfx1.transform.localScale = Vector3.zero;
|
||||
}
|
||||
animator.Play("Touch");
|
||||
animatorpig.Play("Touch");
|
||||
|
||||
Reference in New Issue
Block a user