Add new dialogue system, add sound effects to walk cycle
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
using Scampz.GameJam.Assets.Scripts;
|
||||
using UnityEngine;
|
||||
|
||||
namespace Scampz.GameJam
|
||||
@@ -12,7 +11,7 @@ namespace Scampz.GameJam
|
||||
|
||||
public void OnTriggerEnter(Collider collider)
|
||||
{
|
||||
animator.SetTrigger("FadeOut");
|
||||
//animator.SetTrigger("FadeOut");
|
||||
}
|
||||
|
||||
public void EnableControls()
|
||||
|
||||
Reference in New Issue
Block a user