Block
Added block animation, script, and keybind. Still need to add animation transitions/triggers.
This commit is contained in:
@@ -33,4 +33,9 @@ public class AnimationPlayer : MonoBehaviour
|
||||
{
|
||||
animator.SetTrigger("punch");
|
||||
}
|
||||
|
||||
public void Block()
|
||||
{
|
||||
animator.SetTrigger("Block");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user