Refactor Enemy
This commit is contained in:
@@ -56,7 +56,7 @@ public partial class DataViewer : Control
|
||||
|
||||
if (Input.IsActionJustPressed(GameInputs.Attack))
|
||||
{
|
||||
_currentModel.PlayAttackAnimation();
|
||||
_currentModel.PlayPrimaryAttackAnimation();
|
||||
}
|
||||
if (Input.IsActionJustPressed(GameInputs.Next))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user