Add scene transitions
This commit is contained in:
15
Assets/Scripts/Animation/LevelChanger.cs
Normal file
15
Assets/Scripts/Animation/LevelChanger.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace Scampz.GameJam
|
||||
{
|
||||
public class LevelChanger : MonoBehaviour
|
||||
{
|
||||
[SerializeField]
|
||||
private Animator animator;
|
||||
|
||||
public void FadeAnimation()
|
||||
{
|
||||
//animator.SetTrigger("FadeOut");
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user